.eventsList{
	color:#74011E;
	background-color:#FFF;
	margin-bottom:12px;
	border-radius: 3px  3px 7px 3px;
}
.eventsList a{
	color:#74011E;
	padding-top:10px;
	padding-bottom:10px;
}
.eventsList h3{
	margin-right:10px;
	font-size:14px;
	width:200px;
}
.eventImg{
	float:left;
}
.eventData{
	display:block;
	margin-right:10px;
	float:left;
}
.emptyBox{
	clear:both;
}
.emptyBoxHeader{
	clear:both;
	height:102px;
}
#latestNews{
	color:#74011E;
	border: 1px solid #74011E;
	border-radius: 0px  3px 7px 3px;
	background-color:#FFF;
	display: inline-block;
	margin-top:20px;
}
#latestNewsContainer{
	clear:both;
	text-align:center;	
}
#latestNewsImg{
	max-width:700px;
}