.event-image {
	width: 110px;
	height: 84px;
	padding: 4px;
	border: 1px solid rgb(207, 207, 207);
	border-radius: 4px;
	box-shadow: 3px 3px 4px rgb(216, 216, 216);
	float: left;
	margin-right: 10px;
}

.event-text .item-name a {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.event-text .item-date {
	font-style: italic;
	font-size: 10px;
	color: rgb(153, 153, 153);
}

.event-item-box{
	border: 1px dashed rgb(112, 142, 74);
	padding: 30px;
	min-height: 450px;
}

.event-item-description {

}

.event-item-content img {
	float: right;
}

.event-item-title {
	padding-bottom: 20px;
	font-family: Arial Black,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: rgb(144, 141, 148);
}


.event-item-table {
	position: relative;
	top: 100px;
	clear: both;
}
.event-item-table tr td:first-child {
	text-align: right;
	padding-right: 5px;
}