* {
	margin-top: 0px;
	padding-top: 0px;
}


#events h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #DCEABE;
	font-weight: bold;
	margin-top: 10px;
}


#events p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
}

#events span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #6B2D19;
	font-weight: bold;
}

#events ul {
	list-style: none;
	padding-bottom: 10px;
	border: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
}
#events li {
	font-size: 12px;
	list-style: none;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 5px;
}
.clear {
	clear: both;
	padding-top: 20px;
}
img.left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
