/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 }	 
	 
#lh-col{
	position:absolute;
	top:136px;
	left:0;
	width:120px;
	z-index:3;
}

#rh-col{
	position:absolute;
	top:136px;
	right:24px;
	width:210px;
	z-index:2;
	padding: 0px;
	margin: 0px;
}

#c-block {
	width:100%;
	z-index:1;
	height:100%;
	margin-top: 0px;
}

#hdr{
	height:90px;
	width:100%;
	margin:0;
	padding: 0px;
  }

#c-col{
	margin:0 240px 0 136px;
	position:relative;
	z-index:5;
	padding-left: 24px;
	padding-right: 24px;
	top: 34px;
 }

#ftr {
 width:100%;
 height:35px;
  margin:0;
 }
