/****** HEADER ******/
.base_header{
	margin-bottom: 5px;
	font-weight:bold;
	padding: 5px;
}

/****** END HEADER ******/
.events{
	width: 217px; 
	border: solid red 0px;
	margin: 0px 5px;
	height:426px;
}
.event_list{
	list-style:none;
	margin: 0px 0px;
	padding: 0px;
}
.event_list li{
	font-size: 10pt;
	color:#666666;
	height: 55px;
}
.event_list li a{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}

