.featureHeader {
	width: 980px;
	display: inline-block;
	text-indent: -9999px;
}
.featureFooter {
	width: 980px;
	height: 236px;
	margin: 0 0 0 -10px;
	padding: 0px;
	position: absolute;
	top: 1085px;
}
	.featureFooter p {
		font-size: 10px;
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
.eventbutton {
	
	background-color:	#febe28;
	border-bottom:		1px solid #000000;
	border-right:		1px solid #000000;
	display:			inline-block;
	color:				#000000;
	font-family:		arial;
	font-size:			15px;
	font-weight:		bold;
	padding:			6px 22px;
	text-decoration:	none;
	position: absolute;
	bottom: 0px;
}

.eventbutton:hover {
	
	background-color:	#EA8300;
	color: #fff;
	text-decoration:	none;
}

.eventbutton:active {
	
	position:	relative;
	top:		1px;
	}

ul.eventList {
    
	display:	inline-block;
    margin:		10px 0;
    padding: 	0;
    width:		980px;
}

ul.eventList li {
	float: left;
	height: 96px;
	width: 330px;
	list-style: none outside none;
	margin: 0 0 8px 95px;
	padding-bottom: 20px;
	position: relative;
}
	ul.eventList li h3 { text-indent: -9999px}

.tix {
	display: block;
	background-color: #960017;
	padding: 5px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px 0;					
}
.tix:hover {background-color: #C12028}
a:hover {text-decoration: none}