/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#eeeeee;
 color: #000000;
 }	 
	 
#lh-col{
 position:absolute;
 top:122px;
 left:0;
 width:180px;
 z-index:3;
 background:#eeeeee;
 color: #000000;}

#rh-col{
 position:absolute;
 top:122px;
 right:0;
 width:180px;
 z-index:2;
 background:#eeeeee;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:#eeeeee;
 color: #000000;}

#hdr{
 height:121px; 
 border-bottom:1px solid #eeeeee; 
 width:100%; 
 background:#eeeeee;
 color: #000000; 
 margin:0;
 text-align: center;
  }

#c-col{
 margin:0 182px 0 182px;
 position:relative;
 background:#eeeeee;
 color: #000000;
 z-index:5;
 border: solid #eeeeee;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #eeeeee;
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }
