body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 0.8em;
}
#nav {
	font-size: .8em;
}
.leftevent {
	padding-left: 30px;
	float: left;
	width: 275px;
	margin-top: 15px;
}
.rightevent {
	padding-left: 30px;
	padding-right: 30px;
	width: 275px;
	float: right;
	margin-top: 15px;
}
#festivals {
	width: 610px;
}
ul.fest_names, ul.fest_location, ul.fest_dates {
	list-style: none;
	line-height: 1.4em;
	font-size: 0.9em;
	float: left;
	padding: 0;
	margin: 0;
}
ul.fest_location {
	width: 175px;
}
ul.fest_names {
	width: 330px;
	margin-right: 20px;
}
ul.fest_dates {
	width: 80px;
}
.clr_float {
	float: none;
	clear: none;
}

