@charset "utf-8";

#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
	position: relative;
}
#main #banner {
	float: left;
	width: 700px;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #FFF;
}
#main #content {
	float: left;
	width: 700px;
	background-color: #FFF;
	padding-right: 50px;
	padding-left: 50px;
}
#main #content #nav {
	float: left;
	width: 700px;
	background-color: #e9e9e9;
}
#main #content #lhside {
	float: left;
	width: 500px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
}
#main #content #rhside {
	float: left;
	width: 130px;
	background-color: #900;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-size: 12px;
	padding: 10px;
	margin-top: 25px;
	margin-left: 50px;
}
#main #content #footer {
	float: left;
	width: 600px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #999;
	text-align: center;
	padding: 10px 50px 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #FFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #900;
	font-weight: normal;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.smallredtext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #900;
	font-weight: normal;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #900;
	font-weight: normal;
}
