body {
	color:#000;
	background-color:#decbaf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}
p {margin-top:0;}
h2 {
	margin-top:0;
	margin-bottom:7px;
}
#wrapper {
	width:880px;
	margin-right:auto;
	margin-left:auto;
	background:url(graphics/background.jpg) top left repeat-y;
}
#header {
	width:880px;
	height:130px;
	background:url(graphics/header.jpg) top left no-repeat;
}
#header h1 {
	position:absolute;
	top: -1000px;
}
#midbar {
	width:870px;
	margin-right:auto;
	margin-left:auto;
	height:19px;
	color:#fff;
	background-color:#4e453b;
	border:1px solid #000;
}
#datebox {
	width:250px;
	float:left;
	margin-left:5px;
	font-size:12px;
	padding-top:2px;
}
#main {
	width:870px;
	margin-right:auto;
	margin-left:auto;
	border-right:1px solid #000;
	border-left:1px solid #000;
	padding-top:3px;
}
#content {
	width:680px;
	float:right;
	margin-right:30px;
	background:url(graphics/logofade.jpg) top center no-repeat;
}
#navbar {
	float:left;
	width:150px;
	padding-top:40px;
}
#navmenu {
	padding-top:3px;
	width:145px;
	background-image:url(graphics/navtop.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:2px;
}
#nav {
	list-style:none;
	margin:0; padding:0;
	background-color:#d9bd86;
}
#navmenu li {
	margin-bottom:0;
	width:145px;
	float:left; /*important for ie7 */
	background-color:#d9bd86;
	background-image:url(graphics/navbar.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#nav a, #nav a:visited { 
	display: block;	
	text-decoration: none;
	color: #4e453b;
	margin:0; padding:0;
	padding-left:5px;	
	width:140px;
	min-width: 140px;
	font-weight:bold;
	font-size:15px;
	line-height:25px;
	background-color:transparent;
	background-image:url(graphics/navshad.gif);
	background-position: top left;
	background-repeat:repeat-y;	
	}
#navmenu li a:hover { 
	color:#8f7044;
	background-color:#f0e3c8;
	background-image:url(graphics/navshad.gif);
	background-position: top left;
	background-repeat:repeat-y;
}
#footer {
	clear:both;
	width:870px;
	margin-right:auto;
	margin-left:auto;
	border-top:1px solid #000;
	color:#85622e;
	background-color:#d9bd86;
	height:50px;
	font-size:12px;
}
#footer div {padding:2px 5px 2px 5px;}
#footer a:link, #footer a:visited {
	color:#85622e;
	background-color:transparent;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footbot {
	width:880px;
	height:7px;
	background:url(graphics/footbot.gif);
}
#d3web {
	width:120px;
	float:right;
	text-align:center;
	font-size:90%;
	margin-top:2px;
	margin-right:12px;
}
.imgbrdr {border:1px solid #9e714f;}