html {
	background-color: #efd6bb;
}
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFD6BB;
	font-size: 14px;
}
#container {
	width: 995px;
	margin: 0px auto 0px auto;
}
#header {
	position: relative;
	background-color: white;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

#contact {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	left: 602px;
	top: 263px;
	color: #fff;
}
#contact a:link, #contact a:active, #contact a:visited {
	color: #fff;
	text-decoration: none;
}
#contact a:hover {
	text-decoration: underline;
}

#nav {
	float: left;
	list-style: none;
	background-color: #000;
	width: 160px;
	padding: 10px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}
#nav li {
	
}
#nav a:link, #nav a:visited, #nav a:active {
	display: block;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 20px;
	background-color: #e6d7Ad;
	margin: 10px;
	padding: 5px;
	text-align:center;
}
#nav a:hover {
	text-decoration: underline;
}
#body_content {
	width: 800px;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	float: right;
	line-height: 140%;
}
#body_content_full {
	width: 995px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: right;
	line-height: 140%;
	height: 100%;
	
}
#footer {
	height: 50px;
	margin: 20px 0px 0px 0px;
	text-align: center;
	color: #000;
	padding: 15px 0px 0px 0px;
	font-size: 12px;
}
#adminsection {
	height: 50px;
	margin: 20px 0px 0px 0px;
	text-align: left;
	color: #000;
	padding: 15px 0px 0px 0px;
	font-size: 12px;
}
/* Utility Classes  */
.clear {
	clear: both;
}