body {
	margin: 0px;
	padding: 0px;
	background: #e4de7e;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #754c16;
}

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

#container {
  	margin:auto;
	padding: 20px 20px 20px 20px;
  	width:975px;
	background: #efebc7;
}


#header {
	width: 831px;
	height: 212px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #fef5a2 url(images/header.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: center;
	color: #c0c000;
	font-size: 20px;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	font-size: 1.5em;
}

#menu {
width: 150px;
height: 100%;
margin-left: 10px;
padding: 100px 30px 0px 20px;
float: right;
font-size: 16px;
font-family: Verdana;
text-align: center;
}

#menu li a {
height: 30px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 30px;
text-decoration: none;
text-align: center;
}	
	
#menu li a:link, #menu li a:visited {
color: black;
display: block;
background:  url(images/off.gif) top center no-repeat;
padding: 12px 0px 0px 0px;
height: 30px;
text-align: center;
}
	
#menu li a:hover {
color: #754c16;
background:  url(images/on.gif) top center no-repeat;
padding: 12px 0px 0px 0px;
height: 30px;
text-align: center;
}	

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

#content {
	text-align: left;
	margin: 0px auto;
	padding: 20px 0px 0px 30px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
	line-height: 125%;
}

#content p, #content ul, #content ol {
	line-height: 125%;
}

#left {
	float: left;
	width: 700px;
	padding: 0px 20px 40px 20px;
}

#footer {
	clear: both;
	width: 765px;
	margin: 0px auto;
	background: url(images/footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #000000;
}
