@import url(scroller.css);/*Styling info for scroller*/
div#mainarea div#area1 {
	float: left;
	width: 290px;
	margin: 0 20px 10px 0;
}
div#mainarea div#area2 {
	float: left;
	width: 290px;
	margin: 0 0 10px 0;
}
div#mainarea h2.subhead {
	background-image:url(../images/scroller_shadow.jpg);
	background-repeat:repeat-x;
	margin: 20px 0 0 0;
	padding: 7px 0 5px 10px;
	font-size: 1.4em;
	font-weight: bold;
	color:#FFFFFF;
	height: 41px;
}
div#mainarea div#event_holder {
	background-image:url(../images/Calendar2.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	min-height: 151px;
	margin: 0 0 20px 0;
}
* html div#mainarea div#event_holder {
	height: 151px;
}
div#event_holder ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	width: 235px;
}
div#event_holder ul.col1 {
	clear: both;
	margin-right: 20px;
}
div#event_holder ul li {
	white-space:nowrap;
	width: 235px;
	overflow: hidden;
}
