/*头部和页脚样式*/
body{ background:#E1E1E1 url(images/bg-body.png) repeat-x scroll left top;}
div#wrap{width:100%; height:auto;}
a{text-decoration: none;}
/*头部*/
div.page_header{width:960px; margin:0 auto; vertical-align:middle;height:100px; line-height:100px;}
div.page_header	div.logo{float:left; margin-right:80px;}
div.page_header	div.logo a{ float:left}
div.page_header	div.logo a img{float:left;}

	ul.header_nav{list-style-type:none;}
		ul.header_nav li{float:left; font-weight:800;  text-align:center; margin-left:2px; display:inline; }
			ul.header_nav li a{ color:#000; text-decoration:none; display:block; width:100px;}
			ul.header_nav li.selected a,
			ul.header_nav li a:hover{ color:#FFF; background:url(images/bg-topnav.png) no-repeat scroll center bottom;}
			

/*图片区域*/
div.pic_area{ width:960px; height:102px; margin:0 auto; text-align:center; vertical-align:middle; line-height:102px;}
	div.pic_area a{color:#000; display:block; font-weight:800;}
	div.pic_area a:hover{ color:#F63; }
	

/*内容主体*/
#wrap_main{height:auto; width:960px; margin:0 auto; padding:20px 0; background:#FFF; }
	

		
/*页脚*/		
	div#footer{ width:960px; margin:0 auto; border-top:#000 2px solid;  background:#FFF;}	
	div.copyright{ }
	div.copyright p{ font-family:宋体, Arial, Helvetica, sans-serif; font-size:12px; text-align:center; padding-top:34px; padding-bottom:34px;  }		
	div.copyright p a{  color:#000}
	div.copyright p a:hover{ text-decoration:underline; color:#F00;}







