#news_title {
	background: url('../newstitlebg.jpg') repeat-x;
	height: 26px;
	width: 100%;
	color: #FFF;
	font-size: 17px;
	font-weight: normal;
	padding: 7px 0 0 10px;
}

#news {
	background: #8f8c92 url('../newsbg.jpg') repeat-x;
	padding: 0 10px 10px 0px;
	margin-top: 20px;
}

.article { border-bottom: 1px dashed #666; clear: both; padding: 10px 0 0 10px; height: 90px;}

#news span { display: block; }

span.date { color: #EFEFEF; }
span.img { float: left; padding: 3px; background: #EFEFEF; border: 1px solid #666; margin-right: 6px; }
span.title { font-weight: bold; font-size: 13px; }
span.desc { color: #EFEFEF; padding-bottom: 24px; }
span.link { display: inline; }
span.link a { color: #222; }


.copy {
	padding-left: 6px;
}