html, body{
background-color : #6D5000;
	text-align: center;

}

#container{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:100%;
	height:100%;
	background-color:#000000;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}

#leftside{
float:left;
width:150px;
height:100%;
background-color:#e0b508;
border-right:1px solid #977a03;
}

#topheader{
text-align:left;
}
.header{
height:60px;
margin-top:0px;
width:500px;
}

#rightside{
float:right;
width:148px;
height:100%;
background-image:url(../images/utility/heads/musicside.jpg);
background-repeat:no-repeat;
}


.title{
border-bottom: 1px solid #977a03;
}




#navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
}

#navcontainer a
{
display: block;
width: 150px;
height:25px;
padding-top:6px;
background-color: #e0b508;
}

#navcontainer a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #977a03;
color: #fff;
}

