.news {
	margin-top: 20px;
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
}

.news .image {
	position: relative;
	width: 190px;
	height: 140px;
}
.news .image img {
	width: 190px;
	height: 140px;
}
.news .image .imageoverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
	height: 140px;
	background: url('../img/border_overlay.png') no-repeat;
}

.news .heading {
	background: url('../img/bg_header.png') no-repeat;
	height: 34px;
	line-height: 34px;
	text-transform: uppercase;
	font-size: 18px;
	border-top: 1px solid #2e3238;
	border-bottom: 1px solid #2e3238;
	margin: 0px;
	margin-bottom: 1em;
}
.news .left{
	width: 190px;
	float: left;
	font-size: 11px;
	margin-left: 5px;
}
.news .body {
	width: 482px;
	float: left;
}
.news .body .text {
	padding: 5px;
}
