/* CSS Document */
div.home-left {
	
	width:400px;
	float:left;
}
div.homeevents	{
	float:right;
	width:300px;
	padding-top:10px;
}

div.eventdetails	{
	margin-bottom:10px;
	width:284px;
	border:1px solid #F52258;
	background:#ffffff;
	padding:10px;
}
div.eventdetails:hover	{
	background:#FFB6CE;
}

div.eventdetails h3 {
	font-family:Arial, Helvetica, sans-serif;
}
div.eventdetails h3 a{
	color:#333333;
	font-size:medium;
	text-decoration:none;
}
h1 {
	font-size:20px;
}