#news {
	width: 693px;
	float: left;
	padding-bottom: 12px;
	background-color: #fff;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	margin-bottom: 12px;
}
#news .header {
	background-color: #8F191C;
	background-image: url(/images/design/three_blips_red.gif);
	background-repeat: no-repeat;
	background-position: 686px;
}
#news .header h2 {
	background-image: url(/images/design/arrow_light.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding: 2px 0 2px 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #f0f0f0;
	text-transform: uppercase;
	margin: 0;
	height: 18px;
}
#news p {
	line-height: 1.3em;
	margin-bottom: 8px;
}

#news .news-item, #news .news-item-first {
	margin: 12px 4px 4px 8px;
	float: left;
	width: 668px;
	padding-top: 6px;
}

#news .news-item {
	border-top: 1px solid #999;
}

#news img {
	float: left;
	margin: 0 6px 0 0;
}
#news .posted {
	font-size: 110%;
	margin-bottom: 8px;
	font-style: italic;
}
#news h3 {
	font-size: 14px;
	font-weight: bold;
}
