body {
	background-color:#A19065;
	background-image: url(../images/compass_bkgrd.png), url(../images/stripe_bkgrd.png);
	background-position: bottom left, top center;
	background-attachment: fixed, fixed;
	background-repeat: no-repeat, repeat;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	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: 100px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/cfc_logo.png);
	background-repeat: no-repeat;
}
#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: 0px;
	margin-left: 0px;
}

#footer {
	padding: 0px;
	height: 25px;
	width: 800px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 25px;
	text-align: center;
	color: #147D98;
	margin: 0px;
}

