body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #64564A;
	margin: 0px;
	padding: 0px;
}
#content h1 {
	font-size: 200%;
	text-align: center;
}
#content p {
	font-size: 85%;
}
#content ul {
	font-size: 85%;
}
.centered {
	text-align: center;
}


#header {
	background-image: url(../assets/IMAGES/backgnd.jpg);
	background-repeat: repeat-x;
	height: 190px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent {
	background-image: url(../assets/IMAGES/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	height: 592px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#headerContent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 165px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headerNav {
	width: 420px;
	float: right;
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	height: 35px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	background-color: #A09081;
	height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
}
.footerText {
	font-size: 65%;
	color: #FFF;
	padding: 0px;
	font-variant: small-caps;
	font-weight: bold;
	vertical-align: middle;
	margin-top: 6px;
	margin-bottom: auto;
	margin-left: 0px;
	display: inline;
	float: right;
	margin-right: 10px;
}
#headerNav a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headerNav ul {
	margin: 0px;
	padding: 0px;
}
#headerNav li {
	list-style-type: none;
	display: inline;
}
#headerNav a:hover {
	background-image: url(../assets/IMAGES/button_bg_hvr.jpg);
}
#headerNav a {
	text-align: center;
	width: 93px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-decoration: none;
	font-size: 75%;
	color: #000;
	font-weight: bold;
	background-image: url(../assets/IMAGES/button_bg.jpg);
	height: 25px;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}



#content {
	margin-top: 25px;
	display: inline;
	background-image: none;
	float: right;
	width: 700px;
}
.lftimg {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
.rhtimg {
	display: inline;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.footerNav ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.footerNav li {
	display: inline;
	list-style-type: none;
	font-size: 65%;
	color: #FFF;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}
.footerNav li a:link , .footerNav li a:visited{
	text-decoration: none;
	color: #FFF;
}

.footerNav {
	width: 300px;
	margin-left: 10px;
	margin-top: 2px;
	float: left;
	display: inline;
}
.footerText a {
	text-decoration: none;
	color: #FFF;
}
