body {
	background: #26351e;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 20px;
	color: black;
}

#container {
	width: 776px;
	margin:auto;
	padding:0px;
}

#header {
	background: url(images/header3.jpg) center no-repeat;
	margin: 0px 0px;
	padding: 10px;
	height: 250px;
}

#content {
	margin: auto;
	float:left;
	padding: 10px;
	height: 2180px;
	width: 490px;
	background: url(images/contentback.jpg);
}

#content p {
	color: #fff;
}

#content h1 {
	background:url(images/textheaderback.jpg) no-repeat;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 6px;
	height: 40px;
}

#content h2 {
	background:url(images/textheaderback.jpg) no-repeat;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 8px;
	height: 40px;
}

#content h3 {
	background:url(images/textheaderback.jpg) no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;
	height: 40px;
}

#content a:link {color: #E7E873;}
#content a:visited {color: #E7E873;}
#content a:hover {color: #a18b5a;}

#content ul {
	list-style: disc;
	font-size: 11px;
	color: #FFFFFF;
}

#menu ul {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px;
}

#menu li {
	margin: 0px; 
	list-style-type: none;
	padding-top:12px;
	padding-bottom:5px;
	height:40px;
	border-bottom: 1px #fff solid;
}

#menu li a {
	display: block;  
	background: url(images/nav1.png) no-repeat;  
	color: #a18b5a; 
	text-decoration: none; 
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	padding-top: 5px;
	padding-left: 26px;
	height: 50px;
}

#menu li a:hover {
	background: url(images/nav2.png) no-repeat;
	color: #E7E873; 
	padding-left: 60px;
}

#right {
	margin: auto;
	background: url(images/rightback.jpg);
	float: right;
	height: 2180px;
	padding: 10px;
	width: 245px;
}

#right p {
	font-size: 12px;
}

#right h1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: dashed 1px #000;
}

#right ul {
	list-style: disc;
	font-size: 10px;
}

#footer {
	background: url(images/footer.jpg);
	height: 50px;
	clear: both;
	margin-top: 5px;
}
	#footer p {
		color:#FFFFFF;
		text-align: center;
		margin-top: 20px;
		font-size: 12px;
		}
	#footer a:link {
		color: #E7E873;
	}
	#footer a:visited {
		color: #E7E873;
	}
	#footer a:hover {
		color: #a18b5a;
	}


