
/* Layout Stylesheet */ 


body{
 padding:0;
 margin: 0;
 background-color:white;
 } 
 
#lh-col{
 position: absolute;
 top: 121px;
 left: 0px;
 width: 125px;
 border: 0px solid #333333;
 color: #333333;
 margin: 0;
 padding: 0;
 height: 500px;
 z-index: 1;
 }

#rh-col{
 position: absolute;
 top: 158px;
 left: 797px;
 width: 165px;
 border: 0px solid #333333;

 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 500px;
 z-index: 1;
 }

#hdr{
 height:110px;
 margin:0;
 padding:0;
 border: solid RED;
border-width: 0px 0px 0px 0px;
 } 
      
#c-col{
position:absolute;
top:158px;
 left:132px;  
 border: 0px solid #333333;
 background: #ffffff;
 
 padding: 0px;
 z-index: 1;
 }
