﻿html {
	height: 100%;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-image: url('../images/bkg_body.jpg');
	background-position: center;
	background-attachment: fixed;
	background-color: #000000;
	color: #000000;
}
div#background {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 956px;
	background-image: url('../images/bkg_956.jpg');
	text-align: center;
	background-color: #000000;
}
div#spacer {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 42px;
}
div#menu {
	margin-top: 0px;
	margin-left: 22px;
	margin-right: 22px;
}
div#content {
	margin-top: 0px;
	margin-left: 22px;
	margin-right: 22px;
	height: 420px;
	font-size: small;
	font-family: Verdana;
	font-size: 11px;
	color: white;
	text-align: left;
}
div#footer {
	font-size: 10px;
	font-family: Verdana;
	color: gray;
	margin-left: 40px;
	text-align: center;
}
.sectionHeader {
	font-size: medium;
	color: #BC9065;
}
.sectionSubHeader {
	color: #4F1111;
}
a{
	text-decoration:none;
}
a.menuLinks{
	color: #A77479;
}
a.menuLinks:hover{
	color: #F8EEDA;
	text-decoration: none;
}
a.bodyLinks{
	color: #006A64;
	text-decoration: underline;
}
a.bodyLinks:hover{
	color: #EEC05B;
	text-decoration: underline;
}
a.footerLinks{
	color: gray;
	text-decoration: none;
}
a.footerLinks:hover{
	color: #FFFFFF;
	text-decoration: none;
}





