
/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
  background: #333333;


 }	 
	 
#lh-col{
 position:absolute;
 top:70px;
 left:0;
 width:120px;
 z-index:3;
 padding: 0px 0px 0px 20px;
  background: #333333;
 color: #666666;

			}

#rh-col{
 position:absolute;
 top:70px;
 right:0;
 width:140px;
 z-index:2;

 color: #666666;
  padding:28px 80px 0px 0px ;

			}

#c-block {
 width:100%;
 z-index:1;
  background: #333333;
 height:80%; position:absolute;}

#hdr{
 height:70px; 

 text-align:center; 
 width:100%; 
 background:#333333;

 margin:0;
  }

#c-col{
 margin:0 240px 0 190px;
 position:relative;
  background: #333333;
 border: solid #8B7355;
 border-width:1px;
 text-align:center; 



 }

#ftr {
 width:100%;
 height:20px;
 text-align:center; 
 border-width:1px 0;
 background:#333333;
 color: #999999;
 margin:0;
 font-family: Arial,
             Helvetica,
             sans-serif;
			 font-size: .7em;
			
 }

