body { 
 scrollbar-face-color:#E5DED8;
 scrollbar-highlight-color:#E5DED8;
 scrollbar-3dlight-color:#847975;
 scrollbar-darkshadow-color:#847975;
 scrollbar-shadow-color:#E5DED8;
 scrollbar-arrow-color:#847975;
 scrollbar-track-color:#E5DED8;
 background-color: #FFFFFF;
 background-image: url('_img/bg.jpg');
 width: 956px;
}

   
#top {
 background-image: url('_img/header.png');
 position: absolute; 
 width: 900px;
 height: 563px;
 left: -84px;
 top: 0px;
 }

#layout {
position: absolute;
left: 84px;
width: 580px;
top: 0px;
background-color: #FFFFFF;

  }

#nav {
position:absolute;
left: 50px;
width: 200px;
top: 555px;
text-align: right;
color: #EEE7D5;
background-color: #BEB7A5;
font-family: georgia;
font-size: 8pt;
 }

#content {
position: absolute;
left: 260px;
width: 589px;
top: 555px;
text-align: left;
color: #544436;
background-color: #BEB7A5;
font-family: georgia;
font-size: 8pt;
 }



