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

body,p,div,ul,li,a,img,h1,h2,h3,h4,h5,h6,table,tr,td,tbody{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body {
	background: #fff url(../images/body_bg.gif) top  center repeat-y;
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
a{
	color:#000;
	text-decoration: none;
	}
a:hover{
	color: #3f3f3f;}
#header_wrap{
	background: url(../images/header_bg2.jpg) center bottom no-repeat;
	height: 156px;
	}
#content_wrap{
	width: 1000px;
	margin: 0px auto;
	background: url(../images/content_bg.jpg) no-repeat top left;
	}
#left{
	float: left;
	width: 220px;
	padding: 40px 40px 40px 40px;
	}
#left li a{
	padding: 10px 0px 10px 3px;
	display: block;
	}
#left li a:hover{
	background-color: #f3f3f3;
	}
#left li{
	list-style: none;
	text-transform:uppercase;
	border-bottom: 1px dotted #bbb;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight: bold;
	}
#right{
border-left:1px solid #BBBBBB;
float:left;
padding:30px 28px;
width:643px;
}
#banner{
	padding: 5px 0 0 8px;
	height: 270px;
	}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom: 15px;
	font-size: 16px;
	color:#000;
	font-weight: normal;
	}
.big_font{
	font-size: 48px;
	}
.col_lft, .col_rt{
	float: left;
	margin-top: 20px;
	width: 296px;
	}
.col_lft{
	padding: 0px 25px 0px 0px;
	}
.col_rt{
	padding: 0px 0px 0px 25px ;
	border-left: 1px solid #bbb;
	}
#footer a{
	color:#666;
	}
#footer a:hover{
	color:#222;
	}
#footer{
	background-color: #f3f3f3;
	text-align:center;
	font-size: 11px;
	padding:30px;
	font-family: Verdana, Geneva, sans-serif;
	}
#header{
	width: 1000px;
	margin: 0px auto;
	}
.logo{
	padding: 49px 0px 0px 49px;
	}
.clear_fix{
	clear:both;
	}

