/*
#bb9966	brownish
#eecc88	yellowish
#aacc77	greenish
*/

body {
	background-image: url(../img/bg.jpg);
	background-color: #bb9966;
	min-width: 990px;
}

a:link {
	color: white;
}
a:link:hover {
	color: black;
}
a:visited {
	color: white;
}
a:visited:hover {
	color: black;
}

.album_title {
	font-size: 1.4em;
}
.album_subtitle {
	color: #eecc88;
	font-size: 1.2em;
	font-style: italic;
}
.album_info {
	font-size: 0.8em;
	font-variant: small-caps;
	max-width: 700px;
}
.extra_info {
	font-size: 0.8em;
	max-width: 680px;
	min-width: 680px;
}
.info_box {
	padding-left: 8px;
	max-width: 670px;
	min-width: 670px;
	max-height: 200px;
	background-color: #FFDA9F;
	border-width: medium;
	border-style: ridge;
	border-color: #FF9900;
	font-size: xx-small;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	overflow-x: hidden;
	overflow-y: scroll;
}

.inside_info_box {
	margin: 6px;
}

#top_bar {
	font-size: 0.7em;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	max-width: 900px;
	min-width: 900px;
	text-align: center;
	margin-left: 38px;
}

.menubar {
	letter-spacing: 1.2em;
	line-height: 0.8em;
}

.rel_info {
	text-align: center;
	color: #886F4A;
	font-size: 6pt;
	letter-spacing: 0.1em;
}

.page_content {
	font-size: 0.9em;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	max-width: 900px;
	min-height: 475px;
	margin-left: 38px;
}

.smallfont {
	font-size: smaller;
}

.response {
	color: red;
	font-weight: bold;
}

dt {
	font-weight: bold;
}
.footer {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: x-small;
	max-width: 900px;
	min-height: 50px;
	letter-spacing: 0.2em;
	line-height: 0.8em;
	text-align: center;
	color: #886F4A;
}
.outerspace {
	background-image: url(../img/skel2.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	margin: 0 auto;
	background-color: #bb9966;
	max-width: 975px;
	border-style: ridge groove groove ridge;
	border-color: #886F4A;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 10px;
	border-left: 5px solid #886F4A;
}

.softwidth {
	max-width: 25%;
}

