@charset "UTF-8";

body,html{
margin:0px;
padding:0px;
color:#000;
}

body{
background-image:url(images/body_bg.jpg);
}

.main {
width:966px;
margin:0 auto;
}

img{
border:none;}

#header{
	width:966px;
	height:325px;
	background-color:#000;
	}
#header_left{
	width:250px;
	height:97px;
	float:left;
}
#header_top{
	width:716px;
	height:45px;
	float:left;
	}
#header_footer{
	padding-left:35px;
	
	height:52px;
	width:681px;
	float:left;
	}
#content{
	background-color:#141414;
	padding:0px 50px;
	}
#con_title{
	height:56px;
	background-image:url('images/title_bg.jpg');
	background-repeat:repeat-x;
	margin-bottom:20px;
	}	

#footer{
	height:26px;
	}
#left_menu{
	float:left;
	width:200px;
	height:400px;
	background-image:url('images/left_menu.jpg');
	background-repeat:no-repeat;
	}
#jumpbody{
	margin-left:40px;
	width:505px;
	height:300px;
	float:left;
	padding-top:65px;
	}
#floatclear{
	clear:both;
	}
#jumpbody_top{
	margin:0 auto;
	width:330px;
	height:30px;
	background-image:url('./images/jump_bg01.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	padding-top:55px;
	}
#jumpbody_header{
	width:570px;
	height:20px;
	background-image:url('./images/jump_bg02.jpg');
	background-repeat:no-repeat;
	}
#jumpbody_footer{
	width:570px;
	height:40px;
	background-image:url('./images/jump_bg04.jpg');
	background-repeat:no-repeat;
	}
#jumpbody_con{
	padding:5px 20px;
	width:530px;
	background-image:url('./images/jump_bg03.jpg');
	background-repeat:repeat-y;
	text-align:center;
	font-size:18px;
	line-height:22px;
	}


