#events
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#events h3{
	position: absolute;
	top: 250px;
	left: 550px;
	background: #e91c00;
	color: white;
	padding: 3px 20px;
	font-size: 35px;
	margin: 0px;
	
}
#events table{
	cellspacing:20px;
	width: 500px;
	font-size: 11px;
	position: absolute;
	top: 310px;
	left: 550px;
}
#events table th{
	text-align: left;
	background: #c8a31e;
	color: #3c3422;
	padding: 5px;
	font-size: 12px;
	line-height: 11px;

}
#events table td{
	padding: 2px 4px;

	background: url('../files/images/tableEvent.png') repeat-x top;
	height: 50px;
}
#events table td.date{
	width: 75px;
}
#events a{
	color: black;
}
