@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin:0; padding:0; }  
body{font-size:14px;font-family:"Arial";}
/*包含块信息*/
body{
	background:#6CF;
   
	}
#content{
	     width:1023px;
		 height:auto;
		 margin:0px auto;
         }

#top,#banner,#bottom
                 {
				 width:1023px;
				 margin:0px auto;
				 }

#banner
      {
	 width:1023px;
	 height:195px;
	 background:url(imges/02.png) no-repeat;
	  }
#left
     {     margin-top:5px;
		 width:230px;
		 height:800px;;
		 float:left; 
		background:#9FF;
		overflow:auto
	 }
     
#ul{
         width:200px;
		 height:560px;
		 margin-top:5px;
		 margin-left:0px;
		       }
#ul li{
	        width:200px;
			height:28px;
			background:url(imges/03.png) no-repeat; 
			list-style:none;
        }
#ul li a{display:block;
    			  height:23px;
			text-decoration:none;
			  text-align:center;
			color:#FFF;
			  font-size:13px;
			  font-weight:bold;
			  padding-top:4px;
         }
#ul .active {
	background:url(imges/03.png) no-repeat; color:#00F;
	}
#ul :hover{
	           color:#F00;
			   background:url(imges/04.png) no-repeat;
	}
#center
      {
	 margin-top:5px;
	  width:753px;
	  height:800px;
	background:#9FF;
	  float:left;
	  margin-left:20px;
	  overflow:auto;
	 padding-left:20px;
	  }

#bottom
        {  margin-top:5px; 
			width:1023px;
			height:96px;
			clear:both;
			background:#CFC;
		
		}

