@charset "utf-8";
/* CSS Document */
* {	margin: 0px; padding: 0px;}
body {
	font-family: "Microsoft YaHei", "Microsoft JhengHei";
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	background-color: #FFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
body > div {text-align:center; margin-right:auto; margin-left:auto;}
img { border:0;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
#box {
	width: 822px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
/*hearder*/
#hearder {
	width:822px;
	height:84px;
	float:left;
	background-image: url(../images/head_bg.png);
	_background-image: url(../images/head_bg.gif);
	background-repeat: repeat-y;
}
#hearder .left {
	width:326px;
	float:left;
	padding:15px 0px 0px 54px;
	text-align:left;
}
#hearder .right {
	width:442px;
	float:left;
	padding-top:46px;
}
#hearder .right a {
	padding-left: 11px;
	display: block;
	float: left;
	height: 31px;
	width: 82px;
	background-repeat: no-repeat;
}
#hearder .right .nav_1 {background-image: url(../images/nav_1.gif);}
#hearder .right .nav_2 {background-image: url(../images/nav_2.gif);}
#hearder .right .nav_3 {background-image: url(../images/nav_3.gif);}
#hearder .right .nav_4 {background-image: url(../images/nav_4.gif);}
#hearder .right .select,#hearder .right .select:hover {background-position: 0px -31px;}
#hearder .right a:hover {background-position: 0px -62px;}

/*hearder end*/


/*main_body*/
#main_body {
	width:780px;
	padding:0 21px 35px 21px;
	_padding:0 10px 35px 10px;
	_margin-left:5px;
	float:left;
	background-image: url(../images/box_bg.png);
	background-repeat: repeat-y;
	_background-color: #FFFFFF;
	_border-left: 1px solid #F3F3F3;
	_border-right: 1px solid #F3F3F3;
	_ background-image: none;
}
#main_body_box {
	width:780px;
	float:left;
	background-image: url(../images/pic.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*main_body end*/


/*footer*/
#footer {
	width:780px;
	padding:0 21px;
	height:78px;
	float:left;
	background-image: url(../images/foot_bg.png);
	_background-image: url(../images/foot_bg.gif);
	background-repeat: no-repeat;
	line-height:45px;
}
#footer .left {
	width:460px;
	float:left;
	text-align:left;
	background-image: url(../images/ico.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:20px;
}
#footer .left span {
	font-size: 14px;
}
#footer .right {
	width:300px;
	float:left;
	text-align:right;
	color: #999999;
}
/*footer end*/
