/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 color: #ffffff;
 }	 
	 
#lh-col{
 position:absolute;
 top:35%;
 left:0;
 width:125px;
 z-index:3;
 color: #333333;}

#rh-col{
 position:absolute;
 top:35%;
 right:0;
 width:168px;
 /*filter: alpha(opacity=50);*/
 z-index:2;
 color: #333333;}

#c-block {
	
	z-index:1;
	color: #333333;
	height:80%;
	text-align: left;
	vertical-align: text-bottom;
}

#hdr{
 height:20%; 
 border-bottom:1px; 
 width:100%; 
  color: #333333; 
 margin:0;
  }

#c-col{
	margin:0 168px 0 125px;
	position:relative;
	color: #333333;
	z-index:5;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;


 }

#ftr {
 width:100%;
 height:20%;
 border-width:1px 0;
 color: #333333;
 margin:0;
 }

