* { margin:0 ; padding: 0;}
body { 	
	text-align:center;
	font-size:12px;
	font-family:arial, Helvetica, sans-serif;
	border:0px; 

	
}
#container{
	position:relative;
	margin:0px auto;
	width:1000px;
	text-align:left;
	overflow:hidden;
	
}
#top{ float:left;
      width:1000px;
	  height:158px;
	  background:url(../images/navtop.jpg) no-repeat;
	  }
#menu{ float:left;
       width:1000px;
	   height:40px;
	   background:url(../images/navmenu.jpg) no-repeat;
	   overflow:hidden;

	   }
#nav { width:785px;
       height:39px;
	   margin-left:109px;
	 
	   }
#nav ul{ list-style-type:none;}
#nav ul li{ width:98px; height:39px;
            float:left; 
			}
#nav ul li a{ display:block;
              width:98px;
			   height:39px; 
			   font-size:16px; 
			   font-weight:bolder; 
			   text-align:center;
			    padding-top:10px;
				}				   		
#nav ul li a:link{ background: url(../images/navlink.jpg) no-repeat;
                   color:#056b2c; 
				   text-decoration:none; 
				   }		
#nav ul li a:visited{ background: url(../images/navlink.jpg) no-repeat; 
                      color:#056b2c;
					  text-decoration:none;
					  }	
					  
					  
#nav ul li a:hover{ background: url(../images/navhover.jpg) no-repeat;
                    color:#FFFFFF;
                    text-decoration:none;
					}
					

				   			   
	   

#main{ width:1000px;
        height:926px;
		float:left;
		background:url(../images/san.jpg) no-repeat;
		}
#neirong { width:803px;
           height:885px;
		   float:left;
		   overflow:hidden;
		   margin-left:100px;
		   display:inline;
		   }
#info{ height:750px; 
       width:770px; 
       margin:30px 0 0 20px; 
	   overflow:hidden;
	   overflow-y: scroll;
       }
#footer{ width:1000px;
         height:200px;
		 float:left;
		 clear:both;
		 background:url(../images/navfooter1.jpg) no-repeat;
		 }					      
