@charset "gb2312";
/* Common Css Style */
body{
	font-family:arial;
	font-size:12px;	
	margin:0;
	color:#737475;
}
a{
	color:#737475;
	text-decoration:none;
}
a:hover{
	color:#0066CC;
	text-decoration:underline;
}
img, a img{
	border:0;
}
input, select, form, textarea {
	margin:0;
	padding:0;
	font-size:12px;
	color:#666666;
}
ul, li, dl, dt, dd, ol{
	margin:0;
	padding:0;
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
}
.boxer {
	margin:0 auto;
	width:1000px;
}
/* Header Css Style */
#header {
	background:url(../img/bg_navi.gif) repeat-x bottom;
}
	#header .navigation {
		height:37px;
	}
		#header .navigation ul{
			width:968px;
			margin:0 auto;
		}
		#header .navigation li{
			float:left;
			margin:0 3px;
			display:inline;
		}
		#header .navigation li a{
			float:left;
			display:block;
			width:115px;
			color:#0A559D;
			font-weight:bold;
			text-align:center;
			padding:15px 0 0 0;
			height:22px;
		}
		#header .navigation li a:hover,#header .navigation li.curr {
			background:url(../img/bg_navi_curr.gif) no-repeat;
			text-decoration:none;
		}
		
/* Footer Css Style*/
#footer {
	background:url(../img/bg_footer.gif) no-repeat;
	height:28px;
	margin-top:10px;
}
	#footer .menu {
		width:500px;
		float:left;
	}
	#footer .menu li {
		float:left;
	}
	#footer .menu li a {
		float:left;
		display:block;
		padding:8px 13px 6px 13px;
		background:url(../img/split.gif) right 50% no-repeat;
	}
	#footer .menu li.last a {
		background:none;
	}
	#footer .menu li a:hover {
		float:left;
		display:block;
	}
	#footer .copyright {
		width:487px;
		color:#9D9D9B;
		font-weight:bold;
		text-align:right;
		padding:6px 13px 6px 0;
	}

