body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
body {
	background-color: #505050;
	margin: 10px 0 0; /* zeroes the margins on the body */
 padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
 border: 0; /* zeroes off any existing border */ 
 text-align: center; /* Hack to center the wrapper in IE5.x pc */
 min-width: 824px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}
a:link, a:visited, a:active {
	color: #fadb09;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
#wrapper {
 width: 824px;
	height: 700px;
	margin: 0px auto;
 position: relative; /* important to position it relatively */
 text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	background-image: url(images/bkd_main.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#showtimes {
	position:absolute;
	width:220px;
	z-index:5;
	left: 20px;
	top: 23px;
	text-align:center;
}
select {
font-size: 10px;
margin: 2px 0px 3px;
width: 170px;
}
input {
padding: 3px 30px 0px 0px;
}
.bkd_nav {
	background-image: url(images/btn_off.gif);
	background-repeat: repeat-x;
	text-align: center;
	text-shadow: #000000 2px 2px 1px;
	font-weight: bold;
	font-size: 11px;
	z-index:2;
	height: 36px;
	top: 1px;
	}
	#navpos1 {
 left: 8px;
	margin: auto;
	position:absolute;
	width:134px;
	}
#navpos2 {
 left: 143px;
	margin: auto;
	position:absolute;
	width:134px;
	}
	#navpos3 {
 left: 278px;
	margin: auto;
	position:absolute;
	width:134px;
	}
	#navpos4 {
 left: 413px;
	margin: auto;
	position:absolute;
	width:145px;
	}
	#navpos5 {
 left: 559px;
	margin: auto;
	position:absolute;
	width:258px;
	}
	#navpos6 {
	left: 683px;
	margin: auto;
	position:absolute;
	width:134px;
	}
.bkd_nav a:link, .bkd_nav a:visited, .bkd_nav a:active {
	color: #ffffff;
	height: 34px;
	padding-top: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.bkd_nav a:hover {
	background-image: url(images/btn_on.gif);
	background-repeat: repeat-x;
}
.navpad {
	background-image: url(images/navbottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height:46px;
	z-index:1;
}
.nav_select {
	background-image: url(images/btn_on.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	text-align: center;
	text-shadow: #000000 2px 2px 1px;
	font-weight: bold;
	font-size: 11px;
	width:134px;
	z-index:2;
	height: 36px;
	top: 1px;
}
#stripbk {
	position:absolute;
	width:809px;
	height:144px;
	z-index:1;
	left: 8px;
	top: 42px;
	background-image: url(images/stripbk.gif);
	background-repeat: no-repeat;
}
.bkd_top {
	background-image: url(images/bkd_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 10px;
	background-color: #505050;
}
.bkd_bottom {
	background-image: url(images/bkd_bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 11px;
	background-color: #505050;
}
.titleyellow {
	text-shadow: #000000 2px 2px 1px;
	font-weight: bold;
	font-size: 14px;
	color: #fadb09;
	text-transform: uppercase;
}
.titlewhite {
	text-shadow: #000000 2px 2px 1px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}
.bigwhite {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}
.12white {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
.14whitenorm {
	font-size: 14px;
	color: #ffffff;
}
hr {
	background-color: #56315f;
	height:1px;
 width:90%;
 margin: 0px 10px 0px 10px;
	border:0px;
}
.smallbold {
 font-weight: bold;
	font-size: 10px;
}
.smallboldyellow {
 font-weight: bold;
	font-size: 10px;
	color: #fadb09;
}
.autopad {
padding:5px 0px 0px;
}