body {
	background-color:#141313;
	color:#9F7E1B;
	font: 1.0em Georgia,"Times New Roman",Times,serif;
	}
	
	
/*         General Rules
************************************/


h1 {
	text-align: center;
	}

h2 {
	font: 1.3em "Arial Black", "sans serif";
	}

h3 {
	font: 1.1em "Arial Black", "sans serif";
	font-weight: bold;
	}

a:link {
	color: #9F7E1B;
	}

a:visited {
	color: #9F7E1B;
	}

a:hover {
	background-color: #CEC824;
	color: #000000;
	}

caption {
	font: 1.0em "Arial Black", "sans serif";
	font-weight: bold;
	}


/*     General Purpose Classes
************************************/

.centr {
	text-align: center;
	}


.lefty {
	text-align: left;
	}


.floatpic {
	float: right;
	margin: 15px 20px 15px 20px;
	}


.floatpicleft {
	float: left;
	margin: 15px 20px 15px 20px;
	}


.floatclear {
	clear: both;
	}


.jusp { 
	text-align:justify 
	}


.tblcen {
	margin-left: auto;
	margin-right: auto;
	}


.lgr { 
	font-size: 1.3em;
	}
	
	
	
.smlindent {
	margin: auto auto auto 30px;
	}
	

/*      Main Page Template
************************************/

#container {
	width: 815px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #000000;
	}


#header {
	width: 800px;
	}
	
	
#heading_image {
	width: 794px;
	height: 160px;
	border: 0px;
	padding: 10px;
	}


#pagetitle {
	font: 1.5em "Arial Black", "sans serif";
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}


#maincontent {
	width: 550px;
	margin-left: 100px;
	background-color: transparent;
	}


#maincontent2 {
	width: 680px;
	margin-left: 100px;
	background-color: transparent;
	}


#linklist {
	width: 120px;
	font-size: 70%;
	position: absolute;
	top: 230px;
	left: 0px;
	margin-left: -50px;
	background-color: transparent;
	padding: 5px;
	}


#linklist table {
	padding: 7px 2px 5px 2px;
	}


#linklist td {
	background-color: transparent;
	background-image: url("images/gradient.jpeg");
	height: 30px;
	padding: 5px 5px 5px 5px;
	}


#linklist li:hover {
	background-color: #FF0000;
	color: #0000FF;
	}


#footer {
	width:180px;
	margin: 40px 0px 20px auto;
	clear: both;
	}
	
	
.footer_image {
	border: 0px;
	width: 88px;
	height: 30px;
	}


/*         Welcome Page
************************************/

#picturecolumn {
	width: 115px;
	margin-top: -310px;
	margin-left: 700px;
	background-color: transparent;
	}


/*          Update Page
************************************/

#updatelist tr {
	vertical-align: top;
	}


/* Seating Plan / Book Tickets Page 
************************************/

#seating_plan {
	position: relative;
	margin: 0 0 0 0px;
	}

#seating_map {
	width: 310px;
	margin: 40px 0 0 0px;	
	}


#seat_map td {
	/* cellspacing: 0px;
	cellpadding: 0px; */
	}


#seat_map a:link {
	color: #000000;
	text-decoration: none;
	/* font-size: 0.8em; */
	}


#seating_map a:visited {
	color: #000000;
	text-decoration: none;
	/* font-size: 0.8em; */
	}

	
#seating_key {
	width: 280px;
	position: absolute;
	top: 200px;
	left: 430px;
	}	


#seating_key2 {
	margin: 0 0 0 80px;
	}


#seat_view {
	margin: 20px 0 0 0;
	}


#view {
	width:265px;
	height: 165px;
	}


#stage {
	width: 227px;
	height: 30px;
	border: 0px;
	margin: 20px 0 0 90px;
	}


/*        New Shows pages
************************************/


#show_image {
	width: 300px;
	height: 200px;
	border: 0px;
	}
	
	
#cast_list {
	text-align: right;
	}
	

#cast_list > colgroup {
	width: 100px;
	}
	
	
.cast_img {
	width: 85px;
	height: 85px;
	}
		
	
#booking_options {
	border-top: 5px solid;
	border-bottom: 5px solid;
	border-collapse: collapse;
	caption-side: top;
	text-align: center;
	padding: 10px;
	}
		

#booking_options > tbody {
	border-top: 1px solid;
	}
	
	
#booking_options_centre {
	border-left: 1px solid;
	border-right: 1px solid;
	}


#box_office_hours {
	border-collapse: collapse;
	}
	
	
#box_office_hours tbody {
	border-top: 1px solid;
	border-bottom: 1px solid;
	}
	
	
#bo_left {
	text-align: right;
	border-right: 1px solid;
	}
	
	
#bo_right {
	text-align: left;
	}
	
	
