@charset "utf-8";
/* CSS Document */
body{
	color:#000;
	font-family:"宋体", "Times New Roman";
	font-size:12px;
	font-weight:normal;
	background:url(../images/body_bg.gif) repeat-x 0 0;
	
}

img
{
    border:0;
    padding:0;
    margin:0;
}

a:link{
	text-decoration:none;
	color:#666;
}

a:visited{
	text-decoration:none;
	color:#666;
}

a:hover{
	text-decoration:none;
	color:#000;
}

#Container{
	width:938px;
	margin:0 auto;
}

#Header{
	float:left;
	width:938px;
	height:268px;
}

#Logo{
	float:left;
	width:938px;
	height:62px;
}

#Logo img{
	float:left;
	margin:25px auto auto 6px;
}

#Logo ul{
	float:right;
	width:202px;
	margin:32px 4px 0 0;
	line-height:24px;
	vertical-align:middle;
}

#Logo ul li{
	float:left;
	width:56px;
	padding-left:10px;
	background:url(../images/li_bg.jpg) no-repeat left center;
	
}

#NavBar{
	float:left;
	width:938px;
	height:31px;
	background:url(../images/NavBg.gif) repeat-x;
}

#NavLeft{
	float:left;
	width:3px;
	height:31px;
	background:url(../images/NavLeft.gif) no-repeat left 0;
}

#NavContainer{
	float:left;
	width:935px;
	height:31px;
	background:url(../images/NavRight.gif) no-repeat right 0;
}

#NavContainer ul{
	float:left;
	margin-left:126px;
	_margin-left:75px;
	height:31px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

#NavContainer ul li{
	float:left;
	width:96px;
	height:31px;
	background:url(../images/NavLiBg.jpg) no-repeat left 0;
	line-height:31px;
	vertical-align:middle;
}

#NavContainer a{
	display:block;
	width:96px;
	height:31px;
}

#NavContainer a:link{
	color:#FFF;
}

#NavContainer a:visited{
	color:#FFF;
}

#NavContainer a:hover{
	color:#0093d8;
	background:url(../images/NavLiHoverBg.jpg) repeat-x center bottom;
}

#NavContainer .selectedItem:link{
	color:#0093d8;
	background:url(../images/NavLiHoverBg.jpg) repeat-x center bottom;
}


#Banner{
	float:left;
	width:938px;
	height:169px;
	margin-top:3px;
}

#MainBody{
	float:left;
	width:938px;
	padding-bottom:24px;
	border-bottom:solid 3px #ebebeb;
}

#LeftContainer{
	float:left;
	width:179px;
	overflow:hidden;
}

#RightContainer{
	float:left;
	width:759px;
	overflow:hidden;
}

#Footer{
	float:left;
	width:938px;
	height:76px;
}

#FriendLink{
	float:left;
	width:181px;
	height:50px;
	padding:26px 0 0 20px;
	overflow:hidden;
}

#CopyRight{
	float:left;
	width:630px;
	height:50px;
	padding:26px 0 0 97px;
	line-height:1.8em;
	color:#666;
	overflow:hidden;
}