@charset "utf-8";
body {
	font-family: Verdana;
	font-size: 12px;
	color: #7C8D9C;
	margin: 0px;
	padding: 0px;
}
.clear{clear:both;}
img{border:0px;}
h1, h2, h3, p, ul{margin:0px}
#hadder_bg {
	background-image: url(../images/hedder-bg.jpg);
	background-repeat: repeat-x;
	height: 154px;
	width: 100%;
}
#headder {
	height: 154px;
	width: 741px;
	margin-right: auto;
	margin-left: auto;
}
#banner  h1   {
	font-size: 14px;
	font-weight: bold;
	margin-left: 230px;
	padding-top: 10px;
	font-family: Verdana;
}
#banner h2 {
	font-size: 13px;
	color: #FF9900;
	margin-left: 240px;
	padding-top: 5px;
}
#banner p {
	line-height: 16px;
	margin-left: 250px;
	padding-top: 5px;
}
#banner div {
	float: right;
	height: 28px;
	width: 98px;
	margin-right: 50px;
	margin-top: -20px;
}


#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 725px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bfbfbf;
	border-left-color: #bfbfbf;
}

#content_bg {
	background-image: url(../images/content-bg.jpg);
	background-color:#7c8d9f;
	background-repeat: repeat-x;
	width: 100%;
}
#content {
	width: 727px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right:1px solid #475460;
	border-bottom: 1px solid #475460;
	border-left:1px solid #475460;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}
#main_content_left {
	float: left;
	width: 491px;
	border-bottom: 1px solid #BFBFBF;
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	padding-left: 5px;
	padding-right: 5px;
}
#main_content_left div {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#main_content_left ul {
	font-size: 12px;
	font-family: Verdana;
	line-height: 18px;
	padding-left: 22px;
	padding-bottom: 5px;
}

#main_content_left h3 {
	color: #989797;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 3px;
}
#main_content_left p {
	font-size: 12px;
	padding-bottom: 5px;
	color: #6e7d8c;
	line-height: 18px;
}

#main_content_rignt {
	float: left;
	width: 213px;
	border-bottom: 1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	padding-right: 5px;
	padding-left: 5px;
}
#main_content_rignt p {
	font-size: 12px;
	padding-bottom: 5px;
	color: #6e7d8c;
	line-height: 18px;
}

#footer_bg {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
	width: 100%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	font-size: 11px;
}
#footer_bg a {
	text-decoration: none;
	color: #7C8D9C;
	line-height: 30px;
}
#footer_bg a:hover {
	font-weight: bold;
	color: #FFFFFF;
}

.font_bold {
	font-weight: bold;
}
