/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: #808080;
 color: #333333;
 }
	 
#hdr{
	height:98px;
	color:#333333;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	background-image: url(../images/index/Banner_Extension.jpg);
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
 }

#lh-col{
	position: absolute;
	top: 117px;
	left: 21px;
	width: 180px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 400px;
	z-index: 2;
	background-color: #FFFF99;
 }

#rh-col{
	margin: 20px 20px 20px 220px;
	background: #ffffff;
	color: #000000;
	padding: 20px;
	position :relative;
	border: 2px none #000000;
 }
