

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#FFFFFF;
 color: #333333;
 }	 
	 
#lh-col{
 position:absolute;
 top:93px;
 left:0;
 width:175px;
 z-index:3;
 background:#FFFFFF;
 color: #000000;}

#rh-col{
 position:absolute;
 top:93px;
 right:0;
 width:120px;
 z-index:2;
 background:#F1F1F1;
 color: #000000;
 height:auto; 
 height:100%;
 
 }

#c-block {
 width:100%;
 z-index:1;
 background:#FFFFFF;
 color: #333333;
 height:80%;
 
 }

#hdr{
 height:91px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#cc0000;
 color: #FFFFFF; 
 margin:0;
  }

#c-col{
 margin:0 120px 0 175px;
 position:relative;
 background:#FFFFFF;
 color: #000000;
 z-index:5;
 border: solid #cc0000;
 border-width:0 1px;
 padding-left:10px;
 padding-right:10px;
 }

#ftr {
 width:100%;
 height:27px;
 padding-top:5px;
/*
 border: solid #000000; 
 border-width:1px 0;
*/ 
 background:#eeeeee;
 color: #333333;
 margin:0;
 }

