#news-events-section {
	display: block;
}

/* NEWS */
#news {
	width: 237px;
	margin: 10px 0 0 0;
	background: none;
}
.news-item {
	margin: 6px 0;
	}

#news-top {
	width: 192px;
	height: 20px;
	margin: 0;
	padding: 2px 5px 0 40px;
	background: url(/images/news-header.gif) top center no-repeat;
}
.news-top-text {
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#news-body {
	width: 192px;
	margin: 0;
	padding: 0px 5px 1px 20px;
	min-height: 120px;
	background: url(/images/news-bg.gif) top center repeat-y;
}
.news-item-title {
	font-weight: bold;
}
.news-item-date, .news-item-text {
	color: #333333;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.news-link:link, a.news-link:visited, a.news-link:active {
	color: #ec008c;
	text-decoration: none;
}
a.news-link:hover {
	color: #ec008c;
	text-decoration: underline;
}
.break {width: 221px; height: 1px; background:url(/images/news-base.gif) top left no-repeat; margin: 0 0 -14px -14px;}
html>body .break {width: 231px; margin: 0 0 0 -14px;}