/* Layout Stylesheet */  
#lh-col{
 position:absolute;
 top:250px;
 left:0;
 width:160px;
 z-index:3;
 }

#rh-col{
 position:absolute;
 top:250px;
 width:160px;
 right:0;
 z-index:2;
 }


#c-block {
 width:100%;
 z-index:1;
 height:99%;}

#hdr{
 position:absolute;
 top:0px;
 left:0px; 
 width:100%; 
 margin:0;
  }

#c-col{
 margin:250px 200px 0px 135px;
 position:relative;
 left: 30px; 
 z-index:5;
 }

#ftr {
 position:relative;
 bottom: 10px;
 width:100%;
 height:80px;
 margin:10px;
 }
