#ev_title {
	position:relative;
	background-color:#990000;
	color:#ffffff;
	font-weight:bold;
	padding:5px 0px 5px 5px;
	font-size:1.1em;
	margin-bottom:5px;
}
#ev_title_date {
	width:145px;
	float:left;
}

.event {
	position:relative;
	width:100%;
}
.event_date {
	width:150px;
	color:#990000;
	font-weight:bold;
	float:left;
}
.event_title {
	color:#990000;
	font-weight:bold;
}
.event_desc {
	position:relative;
	width:450px;
	margin-left:150px;
	margin-bottom:1em;
}

#homepage h1{
	color:black;
	text-align:center;
}

#homepage h2{
	color:black;
	text-align:center;
}
#homepage h3{
	color:black;
	text-align:center;
}

#homepage h4{
	color:black;
	text-align:center;
}