/* Events Page */
.events_top {
	background-image: url('/img/bkg_events_top.png');
	background-repeat: no-repeat;
	width: 938px;
	height: 40px;
}

.events_top.light {
	background-image: url('/img/bkg_events_top_light.png');
}

.events {
	background-image: url('/img/bkg_transparent_wide_middle.png');
	background-repeat: repeat-y;
	width: 902px;
	padding: 5px 18px 5px 18px;
	font-size: 14px;
	overflow: hidden;
	color: #ffffff;
}

.events.light {
	background-image: url('/img/bkg_transparent_wide_middle_light.png');
}

.events a {
	color: #ffffff;
	text-decoration: underline;
}

.events_bottom {
	background-image: url('/img/bkg_transparent_wide_bottom.png');
	background-repeat: no-repeat;
	width: 938px;
	height: 11px;
}

.events_bottom.light {
	background-image: url('/img/bkg_transparent_wide_bottom_light.png');
}