/* Layout Stylesheet */  
#lh-col{
	position:absolute;
	top:130px;
	left:0;
	width:160px;
	z-index:3;
 }

#rh-col{
 position:absolute;
 top:130px;
 width:160px;
 right:0;
 z-index:2;
 }


#c-block {
 width:100%;
 z-index:1;
 height:99%;}

#hdr{
	position:absolute;
	left:12px;
	width:100%;
	margin:0;
	height: 167px;
	top: 0;
  }

#c-col{
 margin: 130px 200px 0px 160px;
 position:relative;
 left: 30px; 
 z-index:5;
 }

#ftr {
 position:relative;
 bottom: 10px;
 width:100%;
 height:80px;
 margin:10px;
 }
