/* Layout Stylesheet */ 

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

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

#maincol{
background: #EEEEEE;
width:800px;
border:solid #000000;
border-width:5px;
border-top:0px;
border-bottom:0px;
 }