h1 {
	background: url("../img/static/whats_on_main.png") 0px 30px no-repeat;
	padding: 20px 0px 2px 65px;
	margin: 0px 0px 0px -9px;
	color: #515151;
	float: left;
	font-size: 44px;
	}
#top_section {
	background: url("../img/static/top_section_bg.gif") top left repeat-x;
	padding: 0;
	color: #7681cb;
	font-size: 19px;
	height: 22px;
	clear: both;
	line-height: 22px;
	font-weight: bold;
	}
.page_control {
	float: right;
	color: #525252;
	margin: 45px 30px 0px 0px;
	font-weight: normal;
	text-align: right;
	font-size: 13px;
	}
.page_control .pagination_title {
	font-size: 17px;
	text-transform: uppercase;
	display: block;
	float: left;
	margin-top: -1px;
	}
.page_control .page_number {
	text-decoration: none;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	
	}
.page_control .current_page {
	text-decoration: underline;
	color: #e17a98;
	font-size: 15px;
	}
#side_menu {
	list-style-type: none;
	width: 200px;
	float: left;
	padding: 0px;
	margin: 0px;
	}
#side_menu li {
	display: block;
	height: 42px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 65px;
	margin: 0px 0px 0px -9px;
	}
#side_menu li a {
	text-decoration: none;
	font-size: 36px;
	text-transform: uppercase;
	}
#events_container {
	width: 711px;
	float: right;
	overflow: hidden !important;
	}
#events_container_internal {
	width: 10000px;
	float: left;
	}
.events_page {
	width: 711px;
	float: left;
	margin-right: 9px;
	}
.event_detail {
	width: 711px;
	background: url("../img/static/event_bg.gif") bottom left repeat-x;
	margin-bottom: 22px;
	margin-right: 9px;
	padding-bottom: 20px;
	}
.event_detail .image_section {
	float: left;
	width: 175px;
	}
.event_detail .image_section .event_image {
	background: url("../img/static/thumb_bg.gif") top left no-repeat;
	padding: 5px 5px 25px 5px;
	display: block;
	}
.event_detail .main_content {
	float: left;
	width: 485px;
	}
	
.event_detail .main_content .title {
	font-weight: bold;
	font-size: 20px;
	}	

.event_detail .main_content .sub_title {
	font-weight: bold;
	font-size: 16px;
	}
.event_detail .main_content .date {
	font-weight: bold;
	font-size: 14px;
	color: #ff6b0d;
	}
.sold_out_banner {
	
	}
	
	
	
.event_detail .cat_icons {
	text-align: right;
	float: right;
	width: 50px;
	}
.event_detail:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#content:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
