
/* Layout Stylesheet */ 

body{
 margin: 0;
 padding: 0;
 background: #fbf4ea;
 color: #333333;
 }
	 
#hdr{
height:35px;
background:#fbf4ea;
color:#000000;
margin: 20px 0 0 0;
 }

#lh-col{
 position: absolute;
 top: 55px;
 left: 20px;
 width: 260px;
 background: #fbf4ea;
 color: #333333;
 margin: 0px;
 padding: 0px;
 }

#rh-col{
margin: 0px 20px 20px 280px;
background:#fbf4ea;
color: #333333;
padding: 0px;
position :relative
 }