div.event {
	width: 100%;
	font-size: 10px;
	font-family: verdana,arial,helvetica,sans-serif;
	margin:0;
	padding:0;
	padding-bottom: 10px;
}
div.event div.title {
	float: left;
	width: 100%;
}
div.event div.title h3 {
	font-size: 13px;
	line-height: 14px;
	font-weight:bold;
	color: #d82f2a;
	padding:0;
	margin:0;
}
div.event div.date {
	width: 69px;
	float: left;
	color: #333;
	margin-bottom: 0.4em;
}
div.event div.description {
	width: 100%;
	clear: left;
}
div.event div.description p {
	color: #333;
	margin: 4px 0px 4px 0px;
}
