/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#808080;
 color: #333333;
 }	 
	 
#lh-col{
 position: absolute;
 top:121px;
 left:0;
 width:250px;
 z-index:3;
 background:#F5F593;
 color: #333333;
 padding-left: 5px;
 padding-top: 5px;
 }

#rh-col{
position: absolute;
top: 121px;
right:0;
width:250px;
z-index:2;
background:#F5F593;
color: #333333;
padding-left: 5px;
padding-top: 5px;
 }

#c-block {
 width:100%;
 z-index:1;
 background:#F5F593;
 color: #333333;
 height:100%;
 }

#hdr{
 height:120px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#B0C4DE;
 color: #333333; 
 margin:0;
  }

#c-col{
 margin:0 250px 0 250px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
 padding-left: 5px;
 }

#ftr {
	width:100%;
	height:35px;
	border: solid #000000;
	border-width:1px 0;
	background:#B0C4DE;
	color: #000;
	margin:0;
 }
