#events {
	margin-top: 15px;
	width: 480px;
	height: auto;
}
#events div.event-container {
	margin-bottom: 25px;
}
#events div.event-header {
	margin-bottom: 8px;
	margin-left: 5px;	
}
#events div.event-header h2 {
	font-size: 12px;	
}
#events div.event-header p.header {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;	
	color: #D04500;	
}
#events div.event-header p.date {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	font-size: 12px;
	font-weight: normal;	
	color: #666250;	
}
#events div.event-header i {
	border-bottom: 1px dashed #4D873B; 
	font-style: normal;
}
#events div.event-description p {
	padding: 6px 5px;
	font-size: 11px;
	line-height: 140%;
}
#events div.event-description p.JustifyCenter {
	text-align:center;
}
#events div.event-description h1 {
	padding: 0 0 2px 4px;
	font-style: normal;
	font-weight: bold;	
	font-size: 12px;
	color: #474747;
}
#events div.event-description h2 {
	padding: 0 0 2px 4px;
	font-style: normal;
	font-weight: bold;	
	font-size: 13px;
	color: #474747;
}
#events div.event-description h3 {
	padding: 0 0 2px 4px;
	font-style: normal;
	font-weight: bold;	
	font-size: 12px;
	color: #474747;
}
#events div.event-footer {
	border-top: 1px dashed #C6C3B2;
	margin-top: 10px;
	margin-left: 5px;	
	padding-top: 5px;
	width: 365px;
}
#events div.event-footer p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #9E9A82;
}
