body {
  background: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
 
}
div#pageLook {
        width: 900px;   
        border: 1px solid #999999;
        margin-left:auto;
        margin-right:auto;
        border: 1pt;
        background-color: #FFFFFF;
}

img {border: 0px;}

div#menuBar {
        position:relative;
        width: 900px;
        height: 36px;
        background: #4C2B02;
        top: -10px;
        }
        
div#footerBar {
        position:relative;
        left:  -405px;
        top:  40px;
        width: 900px;
        height: 28px;
        background: #4C2B02;
        }
                
div#leftLinks {
        position:relative; 
        width:300px; 
        left:20px;
        top: 60px; 
        font-size: 14px; 
        text-decoration:none;
        } 
 
div#Content {position:relative; left:405px; top:-230px; font-size:14px;   }
div.clearfloats {clear:both;}
div#footerRight {
        position:relative;
        top:  20px;
        left: -200px;
      }
div#footerRight a:link{color:#4C2B02; }
div#footerRight a:visited{color:#4C2B02;  }
div#footerRight a:hover{color:#4C2B02; }
