
/* Layout Stylesheet */ 

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

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


#maincol{
background: #E6E9EE;
width:800px;
border-left:3px;
border-right:3px;
border-top:0px;
border-bottom:0px;
border-style:double;
border-color:#6A778C;
 }
