@charset "UTF-8";
.heading {
	height: 108px;
	width: 800px;
	background-image: url(images/header_bkgd.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #CDCC9A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	clear: both;
}
.headingQuote {
	float: right;
	height: 90px;
	width: 300px;
	top: 15px;
	right: 15px;
}
.sidebar {
	width: 12em;
	float: left;
	background-image: url(images/sidebar_bkgd.jpg);
	background-repeat: repeat-y;
	clear: both;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.content {
	width: 630px;
	float: right;
	background-color: #FFFFFF;
	background-image: url(agp_nav/spotsBkgd.jpg);
	background-repeat: repeat;
	clear: both;
	top: 108px;
	right: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 1.5em;
	margin-bottom: 0px;
	margin-left: 14em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.footer {
	background-color: #C7A381;
	height: 25px;
	width: 800px;
	clear: both;
	float: none;
	position: relative;
}
