body {
 font-family: Arial, Helvetica, sans-serif;
 background: #fff;
 background-image: url(bg1.jpg);
 background-repeat: repeat-x;
 margin: 0px;
 padding: 0px;
}
#head {
 position: relative;
 width: 100%;
 background: #deb887;
 font-size: 24pt;
 font-weight: bold; 
 color: #fff;
 float: left;
}
#headl {
 font-size: 30pt;
 font-weight: bold; 
 color: #fff;
 float: left;
 padding-bottom: 3px;
 padding-left: 5px;
}
#headr {
 font-family: Arial, Helvetica, sans-serif;
 text-align: left;
 line-height: 1;
 font-size: 12px;
}
p#headr {
  margin-top: 3px;
  margin-bottom: -3px;
}
#leftcol{
  width: 15%;
  float: left;
  background: #deb887;
  text-align: center;
}
ul#navigation{
   border: 1px;
   margin-left: 0;
   padding-left:0;
   list-style-type: none;
   }
ul#navigation a{
   display: block;
   font-size: 1.5em;
   text-decoration: none;
   background: #ffe4c4;
   color: #000;
   padding: .2em .5em;
   border-bottom: 5px solid #deb887;
   width: 8em;
   height: 2em;
   }
ul#navigation a:hover{
   background: #f5deb3;
   color: #000;
   }
ul#navigation li{
   display: inline;
   }
