body {
  background-color: #d5caa4;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-family: Arial, Helvetica, Sans-Serif;
}

.side   {
       position: fixed; 
       left: 0px;
       top: 0px;
       margin: 0px;
       padding: 0px;
       border: 0px; 
       }
       
.top   { 
       position: absolute; 
       left: 448px;
       top: 0px;
       margin: 0px;
       padding: 0px;
       border: 0px; 
       }
        
#main {
      position: absolute;
     top: 113px;
     left: 448px;
     width: 448px;
     padding: 0px 0px 0px 0px;
     text-align:left;
     color: #000000;
     }

#footer {
  margin: 20, 0, 0, 0;
  padding: 5px;
  font-size: 11px;
  text-align:center;
  color: #000000;
  font-size: 10px;
  font-family: Arial, Helvetica, Sans-Serif;
}

a:link, a:visited, a:active {
  color: #70694e;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

img
{  padding: 3px;
   margin: 2px;
   border: 1px solid #70694e;
}

.header
{  padding: 0px;
   margin: 0px;
   border: 0px solid #70694e;
}

em {
   font-style:italic; 
   color: #918765; }


h1, h2 {
     color: #000000;
     text-align: left;
     text-decoration: none;
     letter-spacing: 3px;
     font-family: Georgia, Helvetica, Sans-Serif;
     font-size: 16px;
     font-weight: bold;
     font-style:italic;
     padding-left: 5px;
     border-bottom: 1px solid #70694e;
     width: 435px;
     }

blockquote{
           border: 1px solid #918765;
           background-image: url(images/blockqbg.png);
           background-repeat: no-repeat;
           background-position: top right;
           padding: 5px 0px 5px 10px;
           margin-left: 75px;
           width: 275px;
           text-align:left;
           }

input, textarea, option, select {
  background-color: #d5caa4;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  letter-spacing: 0;
  border: 0px solid #000000;
  border-bottom: 1px solid #70694e; }
  
  


