#homeBanner {
	background: url(../img/home/homebanner.png);
	width: 478px;
	height: 285px;
	float: left;
}
#homeFlash {
	width: 466px;
	height: 273px;
	margin: 6px;
}
#homeFlash P {
	padding: 20px;
}
#homeNews {
	width: 250px;
	height: 285px;
	float: right;
	margin-right: 5px;
}
#homeNews H2 {
	padding: 0px 8px 5px 8px;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-align: right;
}
#homeNews H2 EM {
	color: #ED2E38;
}
#homeNews A {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 7px 8px;
	border-top: 1px solid #d1d5e0;
}
#homeNews A EM {
	font-size: 11px;
}

