body {
    background:#EEEDD7;
    background-image: url(/resources/topbg.gif);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: left top;
    margin:0px 0px 0px 0px;
    padding:0px;
    color:#283840;
    font:11px/18px verdana, arial, helvetica, sans serif;
   scrollbar-face-color:#EEEDD7;
   scrollbar-arrow-color:#6B6B64;
   scrollbar-track-color:transparent;
   scrollbar-shadow-color:#6B6B64;
   scrollbar-highlight-color:#EEEDD7;
   scrollbar-3dlight-color:#EEEDD7;
   scrollbar-darkshadow-Color:#EEEDD7;
    }
   

a {
   text-decoration:none;
   font:11px georgia, tahoma, arial, helvetica, sans serif;
   font-weight:normal;
   background:transparent;
   border-bottom:1px dotted #EEEDD7;
   }

 a:visited {color:#B3B399;}
 a:hover {color:#9F9F8C; border-bottom:1px dotted #A8C9D8;}


 td {
  font:10px verdana, arial, helvetica, sans-serif;
  font-weight:normal;
  color:#6B6B64;
  background:transparent;
  }


 #chicknchair {
  position:absolute;
  top:50px;
  left:45px;
  }
  
  
 #log {
  position:absolute;
  top:65px;
  left:250px;
  width:400px;
   }
 
  
 #side {
  position:absolute;
  top:200px;
  left:90px;
  background:transparent;
  width:150px;
  }
  
 #abs {
  position:absolute;
  top:200px;
  left:675px;
  background:transparent;
  width:150px;
  text-align: center;
  }
 
 .stuff {
  margin:10px 0px 10px 0px;
  border-left: 1px solid #9F9F8C;
  border-top: 1px solid #9F9F8C;
  border-bottom: 1px solid #9F9F8C;
  background:#FFFFCC;
  padding:1px;
        } 

 
 .logbody {
   margin:0px 0px 2px 0px;
   padding:10px;
  border: 1px solid #9F9F8C;
  background:#ffffff; 
  }

 .sidetitle {
  font:10px verdana, arial, helvetica, sans-serif;
  font-weight:normal;
  color:#475C66;
  text-transform:uppercase;
  text-align:left;
  border-bottom:1px solid #9F9F8C;
  background:#C6C6A6; 
  margin:0px 0px 0px 0px;
  padding:3px;
  }

 .title {
  font:10px verdana, arial, helvetica, sans-serif;
  font-weight:normal;
  text-transform:uppercase;
  color:#283840;
  margin:0px 0px 0px 0px;
  padding:3px;
  }

 .posted {
  font:11px verdana, arial, helvetica, sans-serif;
  font-weight:bold;
  color:#475C66;
  margin:0px 0px 30px 0px;
  padding:3px;
  }

 .date {
  font:11px verdana, arial, helvetica, sans-serif;
  font-weight:bold;
  color:#475C66;
  margin:0px 0px 0px 0px;
   }
   
 .ad {
  border: 1px solid black;
  background-color: #DDDDDD;
   }