  body {     
             text-align: center;
             font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
             font-size: 10pt;
             background: #eee;
  }
  #content { width: 70%; 
             background: #cdc094; 
             margin: auto;
             text-align: left;
   }
   h1 { background: #807459; height: 80px; margin: 0;}
   h1 img { float: left; height: 80px; }
   h1 a {    
             display: block; 
             padding-top: 20px; 
             height: 80px; 
             color: #cdc094;
             text-decoration:none;}
   h1 a:hover { text-decoration: underline; }
   #menu { list-style-type: none; background: #BFA260; margin: 0; height: 20px;}
   #menu li { float: left; margin-right: 10px; }
   #menu li a { color: #807459; text-decoration: none; font-weight: bold; }
   #menu li a:hover { text-decoration: underline; }
   #menu li#desc { 
             margin-left: 10%; 
             border-left: 1px solid #807459;
             padding-left: 2%;
             font-style: italic;
    }
    #main { padding: 1%;}
    #footer { background: #BFA260; }