/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0; 
 background:#FAFAFA;
 color: #333333;
 }	 
	 
#lh-col{
 position:absolute;
 top:62px;
 left:0;
 width:140px;
 z-index:3;
 background:#FAFAFA;
 color: #333333;}

#rh-col{
 position:absolute;
 top:62px;
 right:0;
 width:140px;
 z-index:2;
 background:#FAFAFA;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:#FAFAFA;
 color: #333333;
 height:80%;}

#hdr{
 height:40px; 
 width:100%; 
 background:#f1f1f1;
 background:#999966;
 color: #333333; 
  }

#c-col{
 margin:0 140px 0 140px;
 position:relative;
 background:#FAFAFA;
 color: black;
 z-index:5;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:25px;
 background:#FAFAFA;
 color: #333333;
 margin:0;
 }
