

/* Layout Stylesheet */ 
body{
	font-family : arial, sans-serif;
	width:800px;
	color: #333333;
	background-color: #666666;
	text-align: center;
	margin: 0 auto;
 }	 
	 
#rh-col{
	width:200px;
	background:#FFFFFF;
	float: right;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	border-left:1px dashed #474747;
	min-height:1000px;
	font-size:12px;
	font-family: arial, sans-serif;
	color:#000000;
}

#c-center {
	width:800px;
	background:#FFFFFF;
	color: #333333;
	float: left;
	text-align: left;
}

#c-block {
	width:800px;
	background:#c0c0c0;
	color: #333333;
	position: relative;
}

#hdr{
	height:150px;
	width:800px;
	background:#FFFFFF;
	color: #333333;
	margin:0;
	float: left;
  }
#top_banner{
	height:90px;
	width:800px;
	background:#FFFFFF;
	color: #333333;
	margin:0;
	float: left;
  }

#c-col{
	background:#ffffff;
	float: left;
	width: 560px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size:12px;
	font-family: arial, sans-serif;
	color:#000000;
 }

#ftr {
	width:800px;
	height:35px;
	background:#eeeeee;
	margin:0;
	float: left;
	font-size:12px;
	font-family: arial, sans-serif;
	color:#000000;
 }
