
body {
  background: url(images/bckground.gif);
  text-align: center;
  margin: 0;
  padding: 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}


#maincontent {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 8px solid #61611B;
  voice-family: "\"}\""; 
  voice-family: inherit;
 	width: 720px;
	background-color: #D9D9B6;
}

#header {
	height: 182px;
	background: url(images/header.jpg) no-repeat;
	
}  

#footer {
	padding: 10px;
	clear: both;
	width: 700px;
	background-color: #D9D9B6;
	color: #86864A;
	  font-size: 10px;
}
#footer a:link {

  color: #86864A;
  text-decoration: underline;
}
#footer a:hover {

  color: #545411;
  text-decoration: underline;
}
#content {
  width: 434px;
 padding: 10px;
  float: left;
  margin: 8px;
  border: 1px solid #61611B;
  background-color:#FFFFFF;
  color: #000;
  
}

#sidebar {
	width: 206px;
	padding: 5px;
	margin-top: 8px;
	margin-right: 8px;
		margin-left: 485px;
	margin-bottom: 8px;
	color: #333300;
	border: 1px solid #61611B;
	background-color: #B4B468;

}

#sidebar a:link{

  color:  #333300;
  text-decoration:underline;
}
#sidebar a:hover{

  color:  #61611B;
  text-decoration:underline;
}
#sidebar a:visited{

  color:  #333300;
  text-decoration:underline;
}
a:link {
text-decoration: underline;
}
a:hover {
text-decoration: underline;
color:#61611B;
}
a:visited {
text-decoration: underline;
color:#B4B468;
}

h1 {
font-size:18px;
color: #000;
}
h2 {
font-size:14px;
color: #61611B;
}
h3
{font-size: 12px;
color: #333300;
font-weight: bold;
}

 #navcontainer
 {
 background: #C6C68B;
 margin: 0 auto;
 padding: 0 0 0 0;
 font-family: verdana;

 }

 /* to stretch the container div to contain floated list */
 #navcontainer:after
 {
 content: ".";
 display: block;
 line-height: 1px;
 font-size: 1px;
 clear: both;
 }

 ul#navlist
 {
 list-style: none;
 padding: 0;
 margin: 0 auto;
 /*width: 720px;*/
 
 }

 ul#navlist li
 {
 display: block;
 float: left;
 width: 144px;
 margin: 0;
 padding: 0;
 }

 ul#navlist li a
 {
 display: block;
 /*width: 720px;*/
 padding: 0.5em;
 border-width: 1px;
 border-color: #828230;
 border-style: solid;
 color: #333300;
 text-decoration: none;
 background: #B4B468;
 }

 #navcontainer>ul#navlist li a { width: auto; }

 ul#navlist li#active a
 {
 background: #B4B468;
 color: #800000;
 }

 ul#navlist li a:hover, ul#navlist li#active a:hover
 {
 color: #5A5A34;
 background: transparent;
 border-color: #828230 #fff #fff #828230;
 }
 
 .mp3List ul{
 list-style:none;
 line-height:30px;
 margin:30px 0 0 0
 }
 
 .mp3List li{
 border-bottom:1px solid #ccc;
 margin-bottom:10px
 
 }