.event
{
	margin-right: 175px;
}

.evtitle
{
	background-color: #310082;
	color: white;
	padding: 3px 3px 3px 10px;
	margin: 8px 0 3px 0;
	font-size: 13pt;
	font-weight: bold;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.evtext
{
	font-size: 9pt;
	margin: 0 10px 10px 20px;
}

#content .evtext p
{
	font-size: 9pt;
}

.evlocation
{
	float: right;
	color: #480;
	font-style: italic;
	font-weight: bold;
	margin-right: 10px;
}

.evdate
{
	color: #c06;
	margin: 0 0 0 20px;
	font-style: italic;
	font-weight: bold;
}

