body {
	background-attachment: fixed;
	background-image: url(../images/site_background-1600X1200.jpg);
	background-position: center top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#wrapper {
	background-color: #FFF;
	padding: 0px;
	width: 800px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 5px solid #FFF;
}
#header {
	height: 150px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header-background.jpg);
}
#top-bar {
	background-image: url(../images/top-bar.jpg);
	height: 25px;
	text-align: right;
}
#top-bar a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 25px;
	text-decoration: none;
	margin-right: 25px;
	font-variant: small-caps;
}
#top-bar a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 25px;
	text-decoration: none;
	margin-right: 25px;
	font-variant: small-caps;
}
#top-bar a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ab9c75;
	line-height: 25px;
	text-decoration: none;
	margin-right: 25px;
	font-variant: small-caps;
}




#content-container {
	padding: 0px;
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content {
	float: left;
	width: 600px;
	background-image: url(../images/content-background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	min-height: 400px;
}
#content-history {
	float: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 400px;
	text-align: center;
}


#footer {
	padding: 0px;
	height: 25px;
	width: 800px;
	background-image: url(../images/footer-background.jpg);
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 25px;
	text-align: center;
	color: #ab9c75;
	margin: 0px;
}
