body {font:12px Tahoma; margin:0px;text-align:center;background:#FFF0}

#container {width:100%}

#Header 
   {
    width:1024px;
    margin:0 auto;
    height:300px;
    background:url('../images/logo.gif') no-repeat;
    background-color:#00AA00;
   }

#PageBody 
   {
    width:1024px;
    margin:0 auto;
    height:520px;
    background:#EFEFEF
   }

  #Sidebar 
     {
      width:140px;
      height:520;
      text-align:left;
      float:left;
      clear:left;
      overflow:hidden;
      background:#33CC00
     }

  #MainBody 
     {
      width:880px;
      height:520;
      text-align:left;
      float:right;
      clear:right;
      overflow:hidden;
      background:#00AA00;
     }

#Footer 
   {
    width:1024px;
    margin:0 auto;
    height:50px;
    background:#00AA00
   }

#menu ul {list-style:none;margin:0px;}
#menu ul li {float:left;}

#menu {padding:20px 20px 0 0}

#menu ul{float:right;list-style:none;margin:0px;}
#menu ul li {float:left;margin:0 6px;display:block;line-height:28px}

/* 分格线 */
.menuDiv {width:1px;height:28px;background:#999}
/* 超链接 */
#menu ul li a:link    {font-weight:bold;}
#menu ul li a:hover   {font-weight:bold;}

   
#banner 
   {
     background:url('../images/banner.jpg') 0 10px no-repeat;
     width:1024px;
     margin:auto;
     padding-top:0px;
     height:240px; /*层高*/
     border:0px solid #EFEFEF; 
     clear:both
   }


/*  */