@charset "UTF-8";
/* CSS Document */

body{
	text-align: left;
	background-color:#FFF;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	
	 margin: 0px;
	 text-align: center;
}
#container { 
	width: 1020px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	height: 120px;
	background-image: url(img/header_bg.jpg);
	background-repeat:no-repeat;
}
#mainnav {
	}
#mainnav {

	padding-top: 80px;
}


#leftnav {
	}
#leftnav ul{
	list-style:none;
	margin-left: -24px;
	padding-top: 10px;
}
#leftnav ul li{
	display: block;
	padding-top: 20px;
	}
#leftnav ul li a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	font-weight:100;
}
#leftnav ul li a:hover{
	color: #999;
}
#box_border {
	border:#999 1px solid;
	width: 1018px;
	height: 531px;
}
#main {
	float: right;
	padding: 10px;
}
#main2{
	float: right;
	padding: 10px 20px 10px 10px;
	text-align: right;
	line-height: 20px;
}
#text {
	float: left;
	width: 440px;
	line-height: 24px;
	padding: 0 15px 0 14px;
	border-right: none;
	height: 531px;
	
}
#text2 {
	float: left;
	width: 585px;
	line-height: 24px;
	padding: 0 15px 0 14px;
	border-right: none;
	height: 531px;
}
#text2 p{
	margin-top:-19px;
}
#text2 h3{
	font-size:14px;
}
#text3 {
	float: left;
	width: 700px;
	line-height: 24px;
	padding: 0 15px 0 14px;
	border-right: none;
	height: 531px;
}
#text3 p{
	
	padding: 7px 0 0 35px;
}
#text4 {
	float: left;
	width: 432px;
	line-height: 24px;
	padding: 0 15px 0 14px;
	border-right: none;
	height: 531px;
}
#thumbs {
	float: left;
	width: 210px;
	padding-left: 14px;
	border-right: none;
	height: 531px;
	
}
#thumbs p{
	line-height:35px;
	padding-left: 4px;
}
#thumbs p span{
	font-size: 12px;
}
#thumbs p a span{
	font-size: 12px;
}
#thumbs a{
	color: #666;
	text-decoration: none;
}
#thumbs a:hover{
	color: #015697;
	text-decoration: none;
}
#thumbs td{
	padding-top: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer { 
	clear: both;
	width: 1232px;
	text-align:right;
	font-size:12px;
}
#footer a{ 
	color: #015697 ;
}
#footer a:hover{ 
	color: #000;
}
