body {
 margin:0;
 padding:0;
 background:#663; 
 color:black;
 /* font-family:verdana, sans-serif;
 font-size:small; */
 text-align: center; /*center in IE6 */
}
a:link	{	
	text-decoration:	none;
	color:	#333300;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:	#333300;
	}	
		
a:active	{	
	text-decoration:	none;
	color:	#333300;
	}	
		
a:hover	{	
	text-decoration:	underline;
	color:	#333300;
	}

#container {
 margin: 0 auto;
 padding:0;
 width: 725px;
 text-align:left;
}
#mainbody { 
 background: #CCBC99;
 border:3px solid #000;
 margin:10px;
 padding:0;
 width:725px;
}
#maincontent {
 width:450px;
 margin:0 0 0 150px;
 padding:0;
 border:0; 
 overflow:hidden;
 line-height:130%;
}
#header {
 width:100%;
 text-align:center;
 margin:0 0 10px 0;
}
#foot {
 color:black;
 width:100%;
 text-align:right;
 margin:25px 0 15px;
 font-family:verdana, sans-serif;
 font-size:small;
}
#foot a, #foot a:visited, #foot a:link {
 color:black;
}
p {
 margin-top:0;
 margin-bottom:20px;
}
h1, h2, h3 {
 font-family:verdana, sans-serif;
 margin:0;
 padding:0;
 line-height:200%;
}
h1 {
 font-size:48px;
}
#header h1 {
 font-weight:bold;
}
.tagline {
 font-weight:bold;
 font-family:verdana, sans-serif;
 font-size:small;
}
table.orderform td {
 vertical-align:top;
}
form {
 margin:0;
 padding:0;
}


/* Primary nav inspired by Pixy -  Erik Porter variation 27 Dec 03 rev 2 - VIA ZELDMAN */

ul#nav {
 margin:0 0 25px;
 height: 25px;
 width: 100%;
 border: 0;
 padding: 0;
 list-style: none;
 font-family:verdana, arial, sans-serif;
 font-size: 10px;
 color: #ffe;
 background: #333;
 }

#nav li {
 float: left;
 text-align: center;
 background: #333;
 color: #ffe;
 border:1px solid black;
 border-width:0 1px 1px 0;
 }

#nav li a {
 display: block;
 width: 100px;
 height: 25px;
 margin: 0; 
 padding: 0;
 font: normal 10px/25px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
 color: #CCBC99;
 text-decoration: none;
 background: #333;
 }
 
#nav li a:hover {
 background: black;
 color: #CCBC99;
 }

 /* You are here */
 
body#home li#homemenu a,
body#about li#aboutmenu a,
body#mp3 li#mp3menu a,
body#artists li#artistsmenu a,
body#disc li#discmenu a,
body#forum li#forummenu a,
body#contact li#contactmenu a {
 background: black;
 color: #CCBC99;
 } 

#maincontent .albums {
 margin: 30px 0 60px 0;
 text-align: center;
 font-family:verdana, sans-serif;
}
#maincontent .albums a {	
 color:#333300;
}
#maincontent .albums .album {
 width:180px;
 float:left;
 text-align:center;
 font-size: 11px;
 margin:0 10px 0 0;
 line-height: 1.4;
}
#maincontent .albums .album .artist {
 font-size: 16px;
 font-weight: bold;
 text-transform: uppercase
}
#maincontent .albums .album .title {
 font-style: italic;
}
#maincontent .albums .album .title .year {
 font-style: normal;
}
#maincontent .albums .album .art {
 margin: 10px 0 10px 0;
}
#maincontent .albums .album .buy {
 width:160px;
}
