@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #42413C;
}
.container {
	width: 960px;
	margin: 0 auto;
	background-color: #e6e5d7;
}
.banner{
	height: 50px;
	background-color: #f0f0e5;
}
.header {
	background: #eadcae;
}
.sidebar1 {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding-bottom: 10px;
}
.content {

	padding: 10px 0;
	width: 780px;
	float: left;
}
.footer {
	padding: 10px 0;
	background-color: #f0f0e5;
	position: relative;
	clear: both;
}





ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background-color: #FF9933;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #adb96e;
	color: #FFF;
}
.fltrt {
	float: right;
	width: 255px;
	height: 500px;
	position: relative;
	margin-top: -390px;
	margin-right: 50px;
}
.fltlft { 
	float: left;
	float: top;
	margin-right: 8px;
		padding-top: 300px;
		position: fixed;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
