@charset "utf-8";
.headertxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #060
}
.bodytxt {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF
	
}

#header {
  background: #DBDCFF;
  width: 1000px;
}
#content {
	background: #DBDCFF;
	float: left;
	width: 800px;
	height: 500px;
}
#rtcol {
	background:#DBDCFF;
	float: left;
	width: 200px;
	height: 500px;
}
#footer {
	background: #DBDCFF;
	width: 1000px;
	clear: both;
}
	