body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 200%;
	color: #000000;
	background-color: #791909;
}
html, body, #body-wrapper {
	min-height: 100%;
	height: 100%;
	}
html>body, html>body #body-wrapper {
	height:auto;
	}
#body-wrapper {
	display: block;
	margin: auto;
	clear: both;
	width: 900px;
}
.border {
	padding: 5px;
	border: 1px solid #825C38;
	display: block;
	clear: both;
	width: 100%;
}
#header {
	display: block;
	clear: both;
	width: 100%;
}
#nav-wrapper {
	display: block;
	clear: both;
	width: 100%;
}
#content-wrapper {
	display: block;
	clear: both;
	width: 100%;
	border-top: 3px solid #00000A;
	border-bottom: 3px solid #00000A;
}
#level2-content {
	background-color: #E6D9BF;
	display: block;
	padding: 20px;
	clear: both;
}

#index-image img {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BABB93;
	border-bottom-color: #BABB93;
}
#footer-wrapper {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
	color: #584E2C;
	clear: both;
	width: 870px;
	padding-top: 15px;
	background-color: #C5AB6E;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

#footer-copyright {
	text-align: right;
	float: right;
	width: 50%;
}
#footer-address-wrapper {
}
#footer-address {
}
#footer-wrapper a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #584E2C;
}
#footer-wrapper a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #795367;
}
.quote {
	background-color: #E1D2B5;
	display: block;
	margin: 5px 0px 5px 5px;
	clear: both;
	float: right;
	padding: 5px 20px;
	color: #3D311B;
	text-align: center;
}
