  body {
    background-color: #C9D4E1;
    background-image: url(images/bg.gif);
    background-position: center;
    background-repeat: repeat-y;
    margin: 0; padding: 0;
  }
  #structure { text-align: center; }
  #layout { 
    position: relative; 
    margin: 0 auto;
    background-color: white; 
    width: 960px;
    text-align: left; 
  }
  #head {
    width: 100%;
    float: left;
    height: 63px;
    clear: both;
    background-color: white;
  }
  #logo {
    float: left;
    width: 400px;
  }
  #menu {
    height: 35px;
    background-color: #0C85D5;
    background-image: url(images/menubg.gif);
    text-align: center;
    clear: both;
  }
  #middle {
    margin: 0;
    /*background-color: #EAF2F8;*/
    background-image: url(images/shadow.gif);
    background-repeat: no-repeat;
    padding: 2px 0 0 0;
    float: left;
  }
  #leftmenu { float: left; width: 220px; padding-top: 5px;/*background-color: #EAF2F8;*/ }
  #content { float: left; width: 740px; min-height: 450px; background-color: white; }
  #content_front { float: left; width: 960px; background-color: white; }
  #footer {
    background-image: url(images/botline.gif);
    background-repeat: no-repeat;
    clear: both; 
    width: 100%;
    float: left;
    background-color: white;
  }
  #bottom {   
    background-image: url(images/bottom.png);
    background-repeat: no-repeat;    
    height: 39px;
    clear: both;
  }

