body {
	margin: 0;
	background: url(/images/bkgd.jpg);
	text-align: center;
	font-family: Helvetica,sans-serif;
}
/*
#container {
	margin: 0 auto;
	text-align: center;
}
*/
a {
	color: #0F3C66;
}
a:hover, a:visited {
	color: #663300;
}
#menu {
	position: relative;
	margin: 0 auto;
	width: 959px;
	height: 40px;
	padding-top: 10px;
	border-bottom: 10px solid #ffffff;
	background-image: url(/images/MenuBar.png);
	background-repeat: repeat-y;
	background-color: #b98b61;
	text-align: center;
}
#menu a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	padding: 0 9px;
	border-right: 1px solid #33463a;
	font-size: 16px;
}
#menu a:active,#menu a:hover {
	color: #663300;
}
#menu a#menu-last {
	border-right: none;
}
#menulinks {
	position: relative;
	height: 24px;
	line-height: 24px;
	width: 935px;
	margin: 8px auto;
	overflow: hidden;
}
#header-out {
	height: 206px;
	background: url(/images/WhiteOverlay.png);
	text-align: center;
}
#header-in {
	height: 206px;
	width: 959px;
	margin: 0 auto;
}
#body {
	padding: 80px 0;
	width: 959px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
}
#main {
	margin: 0 95px 0 55px;
}
#content {
	vertical-align: top;
	width: 520px;
	padding-right: 50px;
	border-right: 2px solid #949aa6;
	font-size: 14px;
	color: #666666;
}
#content h1,#gutter h1 {
	font-style: italic;
	font-weight: normal;
	font-size: 21px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 5px;
}
#content h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	color: #663300;
	margin-left: 20px;
	margin-top: 0;
}
#content p {
	line-height: 175%;
	margin: 20px 0;
}
#content li {
	line-height: 175%;
	margin: 10px 0;
}
#gutter {
	vertical-align: top;
	padding-left: 70px;
}
#footer {
	margin: 0 auto;
	width: 904px;
	padding-left: 55px;
	background-color: #ffffff;
	height: 38px;
	line-height: 38px;
	font-size: 11px;
	text-align: left;
}
#footer a {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	padding: 0 3px;
}
.footer-divider {
	font-size: 12px;
}
a#sitemap {
	padding-right: 40px;
}
