/* SPAC: Seating Chart CSS  */
/* Shannon-Rose Design 2008 */

/* Main Content */
div#contentMain {
	width: 916px;
	margin: 17px;
	display: inline;
	float: left;
	color: #4d4a42;
}
/* Header Bar Content */
div.seatingChartHeader {
	width: 916px;
	height: 56px;
	background: #eceae3 url(/imgs/interior/pageHeaderBkgd.jpg) top left repeat-x;
}
#contentMain .seatingChartHeader h1 {
	color: #4c4941;
	display: inline;
	float: left;
	width: 280px;
	padding-left: 15px;
	font: normal 28px/60px Georgia, "Times New Roman", Times, serif;
}
#seatingChartLinks {
}
#seatingChartLinks ul {
	display: inline;
}
#seatingChartLinks li {
	float: left;
	display: inline;
	margin: 20px 8px 0 0;
}
#seatingChartLinks li a {
	float: left;
	display: block;
	color: #fff;
	font: normal 9px/12px Arial, sans-serif;
	text-transform: uppercase;
	padding: 3px 8px 2px;
	text-decoration: none;
	background-color: #918f88;
}
#seatingChartLinks li a:link, #seatingChartLinks li a:visited {
}
#seatingChartLinks li a:hover {
	text-decoration: none;
	background-color: #4d4a42;
}


div#seatingChartWrap {
	margin: 22px 17px;
	text-align: center;
}
div#seatingChartWrap h3 {
	text-align: left;
	font: bold 14px/18px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #6382d4;
}
div#seatingChartWrap img {
	margin: 1em auto;
}