/* structure */
div#flash_main {
	height: 275px;
	background: #afa6a0;
}

div#recent_news, div#flash_sub, div#callouts, div#login {
	background: #fff;
	float: left;
	display: inline;
}

div#recent_news {
	width: 760px;
	margin: 10px;
}

div#news_header {
	float: left;
	display: inline;
	width: 82px;
	padding: 8px 8px 6px 8px;
	border-right: 1px solid #e5e5e5;
}

div#news_headline {
	float: left;
	display: inline;
	width: 500px;
	padding: 6px 0px 0px 10px;
}

div#news_viewall {
	float: right;
	width: 125px;
	padding: 6px 6px 0px 6px;
}

div#flash_sub {
	background: transparent;
	clear: left;
	width: 370px;
	height: 282px;
	margin: 0px 10px 10px 10px;
}

div#callouts {
	background: transparent;
	margin: 0px 10px 0px 0px;
}

div#callouts img {
	margin-bottom: 10px;
}
/* structure end */

/* typography */
div#news_headline a:link, div#news_headline a:visited,
div#news_headline a:active, div#news_headline a:hover {
	font-weight: bold;
}
/* typography end */
