.newssection {
	width: 828px;
	float: left;
}
.newstitle {
	background: #FFFFFF;
	float: left;
	width: 700px;
}
.newstitle h2 {
	margin: 0px;
	padding: 0px;
}
.newsdate {
	font-size: 12px;
	color: #999999;
	background: #FFFFFF;
	float: right;
	height: 16px;
	width: 128px;
	text-align: right;
	padding-top: 4px;
}
.newsstory {
	width: 828px;
	padding-top: 7px;
	border-top: 1px solid #666666;
	float: left;
}

