.news-item{
	zoom:1;
}
.news-item:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.news-item .text h3{
	text-transform:uppercase;
	border-bottom:2px solid;
	border-bottom-color:#504D54;
}
.news-item .text{
	float:left;
	width:69%;
}

.news-item .image{
	float:right;
	width:25%;
	padding-top:40px;
	margin-right:10px;
}
