/* CSS Document */

body {
	background-color: #353036;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #ffffff;
	}


a:link, a:visited {
	color: #ffffff;
	outline: none;
	}

a:hover, a:active {
	color: #FCC9CD;
	outline: none;
	}
	
		
#main {
	width: 600px;
	margin: 20px auto;
	padding: 0;
	border-width: 0;
	position: relative;
	}
	
	
#main-home {
	width: 600px;
	height: 520px;
	padding: 0;
	border: 2px solid #dddddd;
	background-color: #7991CF;
	background-image: url(/images/home_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top:-260px;
	margin-left: -300px;
	text-align: center;
	}
	
#main-music {
	margin: 20px auto 10px auto;
	width: 600px;
	padding: 0;
	border: 2px solid #dddddd;
	/* background: url(/images/band_bottom.jpg) bottom no-repeat #7991CF; */
	background-color: #7991CF;
	}
	

#main-info {
	width: 600px;
	height: 520px;
	padding: 0;
	border: 2px solid #dddddd;
	background: url(/images/goatbridge_bottom.jpg) bottom no-repeat #7991CF;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top:-260px;
	margin-left: -300px;
	text-align: center;
	}
			
#menu {
	height: 20px;
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	list-style: none;
	text-align: center;
	}

#menu li {
	display: inline;
	padding: 0 15px;
	margin: 0;
	}


#menu a:link, #menu a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 0 2px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	}
	
#menu a:hover, #menu a:active {
	background-color: #D14C81;
	}
	

#menu .current {
	background-color: #D14C81;
	}


#infotext {
	margin: 0 20px;
	padding: 10px 0 200px 0;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	}


#seealso {
	line-height: 1.5em;
	}
		
#mp3list {
	margin: 0;
	padding: 10px 20px 0 20px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	background: url(/images/wizard_bkg2.gif) middle right no-repeat;
	}

#mp3list p, #mp3list ul {
	margin: 0 20px 15px 0;
	padding: 0;
	}

/*
#mp3list p.note {
	margin-top: -10px;
	}
*/


	
#mp3list li {
	padding: 2px;
	margin: 0;
	list-style: none;
	line-height: 14px;
	}
	
#mp3list a:link, #mp3list a:visited {
	color: #ffffff;
	}

#mp3list a:hover, #mp3list a:active {
	color: #FCC9CD;
	}






#mp3list h2 {
	font-size: 11px;
	font-weight: bold;
	color: #dddddd;
	margin: 1px 0 2px 0;
	text-transform: uppercase;
	line-height: 1em;
	}
	



	
#creativecommons {
	margin-top: 20px;
	padding: 15px 20px;
	background-color:#5a6a98;
	border-top: 2px solid #dddddd;
}

#creativecommons img {
	float: left;
	margin-right: 10px;
	padding: 0;
	border: 1px solid #fffff;
	}

#creativecommons p {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #ffffff;
	}

.clearboth {
	clear: both;
	}

#download-instructions {
	font-size: 10px;
	color: #cccccc;
	text-align: center;
	}

.album {
	margin: 0 0 15px 0;
	padding: 15px 0 0 165px;
	position: relative;
	min-height: 150px;
	border-top: 1px solid #b6cbe6;
	height: 1%;
	}
	
.album-art {
	position: absolute;
	top: 15px;
	left: 5px;
	margin: 0;
	padding: 0 0 15px 0;
	width: 150px;
	height: 150px;
	}
	