.content p.intro {
	margin-bottom: 3em;
}

.content p.special {
	color: #ce7714;
	font-weight: bold;
	margin: 0 0 1.5em;
	padding: 0;
}

.events {
	padding: 0 0 30px;
}
.events div {
	border-bottom: 1px solid #e5b781;
	padding: 1em;
}
	.events div.last {
		border-bottom: none;
	}

.events h3 {
	color: #ce7714;
	float: left;
	font: bold 2em Arial, sans-serif;
	padding: 0;
	margin: 0;
	width: 55px;
}
.events ul {
	list-style: outside none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	_overflow: visible;
	zoom: 1;
}
.events ul li {
	display: list-item;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 1.6667em;
}

.odd {
	background: #fbf4e4 url(../../style/odd.png) repeat-x;
}
.even {
	background: #e3d6b0 url(../../style/even.png) repeat-x;
}

