* { padding: 0; margin: 0; text-align: left;}

html,body{
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	width: 950px;
   font-size: 10px;
   color: #000;
   background-color: #A0522D;
   margin: auto;
   text-align: center;
}

#header {
	width: 950px;
 	text-align: center;
 	border-bottom: 2px solid rgb(0,0,0);
 	padding-top: 10px;
}

#mainContent{
	width: 750px;
	padding: 5px;
        background-color: #FFCC66;
	vertical-align: top;
}

#mainContent a:link { 
	color: #A52A2A;
	}
#mainContent a:visited { 
	color: #A52A2A;
	}
#mainContent a:hover { 
	color: #B8860B;
	text-decoration: none;
	}
#mainContent a:active { 
	color: #eee;
	}

#nav {
	width: 200px;
	border-right: 1px solid rgb(0,0,0);
 	text-align: left;
 	vertical-align: top;
 	background: #000;
 	font-weight: bold;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu8 {
	width: 200px;
	margin-top: 10px;
	}
	
#menu8 li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	}
	
#menu8 li a:link, #menu8 li a:visited {
	color: #fff;
	display: block;
	padding: 9px 0 0 10px;
	}
	
#menu8 li a:hover {
	color: #ffdb38;
	padding: 9px 0 0 25px;
	}
	
#menu8 li a:active {
	color: #fff;
	padding: 9px 0 0 25px;
	}

#mainContainer{
	width: 950px;
	background-color: #FFCC66;
        border-bottom: 2px solid rgb(0,0,0);
}

#footer{
        width: 950px;
        background-color: #FFCC66;
        text-align: center;
        font-size: 10px;
        font-weight:bold;
}
a:link { 
	color: #A52A2A;
	}
a:visited { 
	color: #A52A2A;
	}
a:hover { 
	color: #B8860B;
	text-decoration: none;
	}
a:active { 
	color: #eee;
	}
a img {border: none; } 