/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#808080;
 color: #333333;
 }	 
	 
#lh-col{
	position:absolute;
	top:135px;
	left:0px;
	width:112px;
	z-index:10000;
	background:#c0c0c0;
	color: #333333;
}

#rh-col{
	position:absolute;
	top:135px;
	left:762px;
	width:150px;
	z-index:2;
	background:#c0c0c0;
	color: #333333;
}

#c-block {
 width:912px;
 z-index:1;
 background:#c0c0c0;
 color: #333333;
 height:100%;}

#hdr{
 height:133px; 
 border-bottom:0px solid #000000; 
 width:912px; 
 background:#c0c0c0;
 color: #333333; 
 margin:0;
  }

#c-col{
 margin:0 150px 0px 112px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:1;
 border: solid #000000;
 border-width:0 0px;
 }

#ftr {
 width:912px;
 height:150px;
 border: solid #000000; 
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }

