#c1 a.about {
	color: white;
	font-weight: bold;
	cursor: default;
	background: red;	
	}	
#c1 a:hover.about {
	background: red;
	cursor: default;
	color: white;
	}	
	
#blackbox #pagetitle {
	display: block;
	position: absolute;
	bottom: -0px;
	left: 52px;
	}	
	
	
		
#about_wrap p {
	line-height: 125%;
	padding: 5px 0 5px 0;
	}	
#about_wrap h2 {
	font: bold 14px helvetica;
	line-height: 100%;
	display: block;
	padding: 0 0 2px 0;
	margin: 0 0 0 0;
	}	
#about_wrap a {
	color: #cc0000;
	text-decoration: underline;
	}	
#about_wrap a:hover {
	text-decoration: none;
	}	
	
	
	
	
	
	
	
	
	
	
	
#eventsWrap {
	background: #fff;
	margin: 0px 0 20px 0;
	}
#eventsWrap h1 a.rss {
	background: url(../images/rss_red_btn.gif) no-repeat 0 0;
	width: 34px;
	height: 18px;
	display: block;
	font-size: 1px;
	line-height: 1%;
	color: white;
	float: right;
	margin: 3px 0 0 0;
	}

#eventsWrap a.more {
	margin: 15px 20px 0 0;
	}
#eventsWrap #feed {
	width: 259px;
	background: white;
	}	
#eventsWrap #feed {
	padding: 10px 0 0 0;
	}	
#eventsWrap #feed li {
	display: block;
	padding: 5px 0 10px 20px;
	border-bottom: 1px dotted #aaa;
	margin: 0 0 5px 0;
	width: 216px;
	font: normal 11px helvetica;
	}
#eventsWrap #feed a {
	display: block;
	text-decoration: underline;
	font: bold 13px helvetica;
	}	
#eventsWrap #feed .when {
	display: block;
	}	
	
	
	
	
#eventsWrap ul .date {
	font: normal 11px helvetica;
	color: #777;
	display: block;
	padding: 0 0 3px 0;
	}
#eventsWrap .singleEvent a.title {
	text-decoration: none;
	display: block;
	font: bold 1em helvetica;	
	}
#eventsWrap .singleEvent a:hover.title {
	text-decoration: underline;
	}
#eventsWrap .singleEvent .description {
	display: block;
	font: normal 11px helvetica;
	}
	