/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#02021e;
 color: #333333;
 }	 
	 
#lh-col{
 position:absolute;
 top:125px;
 left:0;
 width:190px;
 z-index:3;
 background:#445DA0;
 color: #333333;}

#rh-col{
 position:absolute;
 top:125px;
 right:0;
 width:190px;
 z-index:2;
 background:#445DA0;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:#445DA0;
 color: #333333;
 height:80%;}

#hdr{
 height:120px; 
 border-bottom:1px solid #cc3300; 
 width:100%; 
 background:#02021E;
 color: #02021E; 
 margin:0;
  }

#c-col{
 margin:0 190px 0 190px;
 position:relative;
 background:#445DA0;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 0px;
 height:455px;
 }

#ftr {
 width:100%;
 height:35px;
 border-top:1px solid #cc3300; 
 background:#02021E;
 color: #333333;
 margin:0;
 }
 #lh_bottom{
 position:absolute;
 top:425px;
 left:0;
 width:190px;
 z-index:3;
 background:#445DA0;
 color: #333333;}
