body {
	background-color: #AA8758;
	margin: 0px;
	text-align: center;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
}
#container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	background-image: url(assets/images/bg/sa_bg_header_shaneadamsonline.jpg;
	background-repeat: no-repeat;
	width: 810px;
	background-image: url(assets/images/bg/sa_bg_header_shaneadamsonline.jpg);
	position: relative;
	height: 110px;
	display: block;
}
#navMain {
	background-image: url(assets/images/bg/sa_bg_nav.jpg);
	display: block;
	height: 239px;
	width: 198px;
	position: absolute;
	padding-top: 10px;
	padding-left: 30px;
	background-repeat: no-repeat;
}


#contentMain {
	position: absolute;
	width: 593px;
	height: 351px;
	margin-left: 217px;
	background-image: url(assets/images/bg/sa_bg_body_main.jpg);
}
#contentMain #copy {
	position: absolute;
	overflow: auto;
	margin-left: 40px;
	margin-top: 17px;
	height: 317px;
	left: -1px;
	width: 513px;
	padding-right: 5px;
}
#sidebarLeft {
	background-image: url(assets/images/bg/sa_bg_sidebar_left.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 244px;
	width: 217px;
	position: absolute;
	margin-top: 249px;
}

#footer {
	position:absolute;
	width:593px;
	height:142px;
	margin-top:351px;
	margin-left:217px;
	background-image: url(assets/images/bg/sa_bg_footer.jpg);
}
.floatRightLink {
	float: right;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #422100;
	border-left-color: #422100;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #422100;
	font-size: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #422100;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #422100;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #422100;
}
a:link {
	color: #422100;
}
a:visited {
	color: #F7E7CE;
}
a:hover {
	color: #65574A;
}
