body {
	font-family: verdana;
	font-size: 12px;
	background: #1D1915 url(images/bodybg.jpg) top left repeat-x;
	margin-bottom: 0;
	margin-top: 0px;
}

#wrap {
	background: none;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
}

#wrap2 {
	background: none;
	width: 864px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 1px;
}	

#container {
	background:#fbf9ed;
	width: 864px;
	margin:auto;
	padding:0px;
}

#top {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

	#top p {
		text-align: right;
		color: #FFFFFF;
		font-family: tahoma, Helvetica, sans-serif;
		font-size:9px;	
		font-weight:normal;
	}

#header {
	background:none;
	margin: 0px 0px 0px 0px;
	height: 190px;
	width:864px;
	padding-bottom:0px;
}

#header2 {
	background: url(images/header2small.jpg);
	margin: 0px 0px 0px 0px;
	height: 143px;
	width:864px;
}

#content {
	margin: auto;
	margin-top:0px;
	float:left;
	padding: 10px;
	height: auto;
	width: 900px;
	background:  none;
}

#content2 {
	margin: auto;
	margin-top:0px;
	float:left;
	padding: 10px;
	height: auto;
	width: 900px;
	background:  none;
}

#contentcontainer {
	overflow:auto;
	width: 820px;
	height: 400px;
	scrollbar-base-color: #D1D1D4;
	background: none;
	margin: auto;
	padding-top: 15px;
	padding-right: 20px;
	margin-left: 10px;
}

#content p {
	color: #666666;
	margin-left:20px;
}

#content h1 {

	color: #C7813C;
	font-size: 18px;
	font-weight: bold;
	margin-left:20px;
	text-transform:uppercase;
}

#content h2 {
	text-align: left;
	color: #947837;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #947837;
	margin-left:20px;
}

#content h3 {
	text-align: left;
	color: #947837;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #947837;
	margin-left:20px;
}

#content a{color: #C9803C; margin:0px;}
#content a:hover {color: #C9803; margin:0px}

#content ul {
	list-style: disc;
	font-size: 12px;
	color:#666666; 
}

#menu {
	margin-top: 0px;
	padding-left: 0;
	padding-top:0px;
	background: url(images/navbar.jpg) top left no-repeat;
	height:35px;
	width:864px;
}

menu ul  {
	list-style-type: none;
	position:absolute;
	width:864px;
	height:28px;
	left: 230px;
	float:left;
	text-align:center;
	padding-top:0px;}

#menu li {
	padding-top:0px;
	display: inline;
	width: 80px;
	padding-left:40px;
	line-height:30px;
	
}

#menu a {
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 12px; 
	font-family: verdana; 
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

#menu a:hover {
	background-repeat:no-repeat;
	color:#CCCCCC;
}

#bottom {
	margin-top: 0px;
	padding-left: 50px;
	text-align:right;
	width: auto;
	height: 150px;
	background: url(images/bottomnavback.jpg) top left repeat-x;
}

#bottom ul {
    
	margin-top: 10px;
}

#bottom li {
	display: inline;
}

#bottom a {
	display: inline;
	color: #fff; 
	text-decoration: none; 
	font-size: 12px; 
	font-family: tahoma, Helvetica, sans-serif; 
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 18px;
	height:20px;
}

#bottom a:hover {
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 16px;
	height: 20px;
}




#footer {
	background:#ecdfbf;
	clear: both;
	height: 150px;
}
	#footer p {
		color:#000;
		text-align: center;
		margin-top: 0px;
		padding-top:50px;
		padding-right: 10px;
		font-size: 12px;
		letter-spacing: normal;
		}
	#footer p a:link {
		color: #0000FF;
	}
	#footer p a:visited {
		color: #FF6600;
	}
	#footer p a:hover {
		color: #CC3300;
	}


