body {
	background:#473e26;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	behavior:url("includes/csshover.htc");
	margin:55px 0 0 0;
}
#wrapper {
	width:876px;
	margin:0 auto;
}
/* Header CSS */
#header {
	background-image:url('../images/header.gif');
	width:876px;
	height:99px;
	margin:0 auto;
}
#htop a {
	float:left;
	display:block;
	width:500px;
	height:55px;
}
#htop a span {
	display:none;
}
#hurl {
	padding:32px 55px 0 0;
	float:right;
	color:#6aa94e;
}
#hurl span {
	color:#64d13e;
}
/* main nav */
#header ul {
	float:right;
	margin:2px 0 0 0;
	padding:0;
	width:826px;
	font-family:Papyrus,Arial;
	color:#f8fbf7;
	list-style:none;
	letter-spacing:.1em;
	font-size:1.1em;
	line-height:1.7em;
}
#header ul li {
	float:left;
	margin-left:40px;
	padding-left:10px;
	background:url('../images/nav-style.gif') left center no-repeat;
	list-style:none;
}
#header ul li:hover {
	background:url('../images/nav-style-over.gif') left center no-repeat;
}
#header ul li a {
	text-decoration:none;
	color:#f8fbf7;
}
/* Content CSS */
#content {
	background:#FFFFFF;
	width:768px;
	margin:0 auto 4px auto;
	padding:10px 25px 0 25px;
	color:#473e26;
	font-size:.9em;
	line-height:1.6em;
}
#content a {
	color:#473e26;
}
/* Footer CSS */
#footer {
	background-image:url('../images/footer.gif');
	width:820px;
	height:72px;
	margin:0 auto;
	color:#FFF;
}
#footer h3 {
	margin:13px 0 0 50px;
	padding:0;
	width:440px;
	font-size:.8em;
	float:left;
	text-decoration:underline;
}
#footer p {
	margin:5px 0 0 50px;
	font-size:.8em;
	width:440px;
	float:left;
}
#footer p a {
	color:#FFF;
}
#footer ul {
	float:right;
	list-style:none;
	margin:0;
	width:260px;
}
#footer ul li {
	list-style:none;
}
#footer ul li a {
	color:#847248;
	text-decoration:none;
	font-size:.9em;
	line-height:1.5em;
	letter-spacing:.1em;
}
#footer ul li a:hover {
	color:#5dc73b;
}
#copy {
	margin:0 auto 15px auto;
	display:block;
	width:720px;
	color:#8d7c4d;
	font-size:.8em;
}
#copy a {
	color:#8d7c4d;
}