/** Headings **/

h1#music {
	background-image:url(../../includes/images/upcoming_events_large_hdr.png);
	background-repeat: no-repeat;
	width: 395px;
	height: 72px;
	margin-left: -15px;
	margin-bottom: 3px;
}

h1#music-full {
	background-image:url(../../includes/images/full_schedule_large_hdr.png);
	background-repeat: no-repeat;
	width: 335px;
	height: 60px;
	margin-left: -15px;
	margin-bottom: 15px;
}

/** Live music table **/
table#music-table {
	
}

table#music-table tr {
	
}

table#music-table td {
	font-weight:bold;
	padding-right:40px;
}

/** Booking info **/
img#booking {
	/*float:right;
	margin-top: -300px;*/
	margin-top: 20px;
}

div#contentCon {
	width: 115%;	
}

