/* CSS Document */
*{margin:0;
  padding:0;
  font-size:12px;
  text-align:center;
  text-decoration:none;
  list-style:none;
  color:#444;
  
  }
  p,span,h1,h2,h3,h4,h5,h6{text-align:left;}

/*======================top=========================*/
#top{width:1002px;
	 height:75px;
	 
	 background:url(../images/001.jpg) no-repeat;}
#top #she{width:155px;
		  height:17px;
		  float:right;
		  margin-top:37px;}
#top #she a{color:#fff;
			display:block;
			width:66px;
			height:18px;
			line-height:20px;
			float:left;
			margin-right:3px;}
/*======================nav=========================*/
#nav{width:888px;
	 height:24px;
	 
	 background:url(../images/002.jpg) repeat-x;
	 padding:8px 0 0 114px;}
#nav li{float:left;
		margin:0;
		font-weight:bold;}
#nav li a{color:#fff;
		  display:block;
		  height:24px;
		  float:left;
		  width:110px;}
/*======================banner=========================*/
#banner{width:1002px;
		height:250px;
		}
	
/*======================bottom=========================*/				
#bottom{
clear:both;
width:1002px;
		height:70px;
		border-top:1px solid #ddd;
		padding-top:20px;
		line-height:20px;
		}				
				
				
				
				  
				  
				  

