/*header*/
#header_top {
	height: 26px;
	background-image: url(../images/head_bj.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #EDEDED;
	color: #999999;
	padding-right: 10px;
}
#header_top a:link {
	font-size: 10px;
	color: #3387a9;
	text-decoration: none;
}
#header_top a:visited {
	font-size: 10px;
	color: #3387a9;
	text-decoration: none;
}
#header_top a:hover {
	font-size: 10px;
	color: #3387a9;
	text-decoration: underline;
}
#header {
	padding-top: 12px;
	height: 65px;
	width: 949px;
	margin-right: auto;
	margin-left: auto;
}
#header #logo {
	float: left;
	width: 240px;
}
#header #test {
	float: right;
	width: 687px;
	padding-top: 18px;
	text-align: right;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}
#header #test #welcome{
	color: #f37d01;
	font-size: 12px;
	font-weight: bold;
}
#header #test a:link{
	font-size: 10px;
	text-decoration: underline;
}
#header #test a:visited{
	font-size: 10px;
	text-decoration: underline;
}
#header #test a:hover{
	font-size: 10px;
	text-decoration: none;
}
/*//////////////////////header*/
/*nav*/
#nav {
	height: 31px;
	background-image: url(../images/nav_bj.gif);
	background-repeat: repeat-x;
	width: 949px;
	margin-right: auto;
	margin-left: auto;
}
#nav #nav_mid {
	float: left;
	width: 939px;
}
#nav #nav_mid div {
	float: left;
	width: 115px;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../images/nav_jg.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 31px;
	line-height: 30px;
	text-transform: uppercase;
}
#nav #nav_mid div a:link{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav #nav_mid div a:visited{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav #nav_mid div a:hover{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav_down {
	width: 949px;
	background-image: url(../images/nav_down.gif);
	background-repeat: no-repeat;
	height: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
/*////////////////////////////nav*/
/*main*/
#main {
	width: 949px;
	margin-right: auto;
	margin-left: auto;
}
#main #left{
	float: left;
	width: 712px;
}
#main #left .cp{
	background-image: url(../images/cp_bj.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #FFFFFF;
	width: 345px;
}
#main #left .tb_cp td{
	border: 1px solid #CCCCCC;
}
#main #left .tb_cp td .tb_table td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#main #right{
	float: right;
	width: 230px;
}
#main #right img{
	margin-bottom: 8px;
}
.tb_pro {
	background-color: #D2D2D2;
}
.tb_pro th{
	background-color: #DCE3E7;
}
.tb_pro td{
	color: #333333;
	padding-left: 20px;
	background-color: #FFFFFF;
	line-height: 22px;
}
.tb_table_del {
	border: 1px solid #CCCCCC;
	background-image: url(../images/cp_bj.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tb_table_del td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*///////////////////////////////////main*/
/*footer*/
#footer {
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-image: url(../images/footer_bj.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	padding-bottom: 15px;
}
#footer #f_l{
	float: left;
	width: 390px;
	color: #999999;
}
#footer #f_r{
	float: right;
	width: 383px;
	font-size: 10px;
	color: #666666;
	text-align: right;
}
/*/////////////////////////////footer*/
