/* Layout Stylesheet */ 


body{
 margin: 0px;
 padding:0;
 background: #fff;
 color: #333333;
 font-family:Verdana, Helvetica, Arial, Sans-Serif;
font-size:14px;
	text-align:center;
 }
 
 #hdr{
	width: 1000px;
	height: 120px;
	float:left;
	background: #fff;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	color: #333333;
	margin-top: 0px;
	text-align:right;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
 }
		 
#lh-col{
	top: 184px;
	left: 0px;
	border: 0px none #000000;
	background: #fff;
	color: #333333;
	padding: 0px 5px 0px 10px;

	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	float:left;
 }

#rh-col{
	background: #fff;
	color: #333333;
	float:left;
	left: 802px;
	width:184px;
	min-height:400px;
	
	padding: 0px;
	
	top: 0px;
 }
 

