#main {
	float: left;
	width: 100%;
}
#main #banner {
	float: left;
	width: 100%;
	background-color: #6E473A;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
}
#main #middle {
	background-color: #FFF;
	float: left;
	width: 1000px;
}
#main #middle #LHside {
	float: left;
	width: 150px;
}
#main #middle #content {
	float: left;
	width: 710px;
	padding: 20px 20px 20px 50px;
}
#main #footer {
	background-color: #FFF;
	float: left;
	width: 900px;
	padding: 20px 20px 20px 200px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
A:link {
	color: #AB9080;
	background: transparent;
	text-decoration: underline;
	font-weight: normal;
}
A:visited {
	color: #6E473A;
	background: transparent;
	text-decoration: underline;
	font-weight: normal;
}
A:active {
	color: Red;
	background: transparent;
   text-decoration: underline;
	font-weight: normal;
}			
A:hover {
	color: Red;
	background: transparent;
	text-decoration: underline;
	font-weight: normal;
}
.bodytext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E473A;
}
.h2body {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6E473A;
}
.h2body {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6E473A;
}
.bodysmall {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6E473A;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6E473A;
	font-weight: normal;

}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6E473A;
	font-weight: normal;

}
.quote {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #6E473A;
}
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6E473A;
	font-weight: bold;
}
