#NewsListings
{
	margin-top:10px;
}
#ContentHolder .newsListItem .title
{
	color:#FE6325;
	font-weight:bold;
	text-decoration:none;
}
.newsListItem
{

	float:left;
	width:100%;
	margin-bottom:15px;
}
.padded
{
	padding-left:10px;
}
.newsListItem .left
{

	float:left;
	font-size:1px;
}
.newsListItem .left img
{
	border:1px solid #FE6325;
}
.newsListItem .right
{

	float:left;
}

.newsListItem a
{
	width:100%;
}


