/* Layout Stylesheet */ 

html, body{ 
margin:0;
background: #593100;
width:100%;
 }

#pagewidth{
float:center;
position:relative;
}

#maincol{
background: #FECA96;
width:800px;
border:solid #C66300;
border-width:3px;
border-top:0px;
border-bottom:0px;
 }