@charset "utf-8";
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg.gif) no-repeat;
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}
a{
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:focus{
	color: #ed1b2e;
	text-decoration: none;
}
.wrapper #container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/hdrbgimg.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.wrapper #contentWrap { 
	width: 800px;
	margin: 0;
	padding: 12px;
	padding-top: 8px;
	background: #000000;
	border: 1px solid #000000;
	border-bottom: 2px solid #353535;
	border-top: none;
}
.wrapper #header {
	padding: 0;
}
.wrapper #navBar {
	margin: 0;
	padding: 0;
	width: 824px;
	height: 33px;
	background-image: url(images/navbkg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.wrapper #navBar .navMenu {
	padding: 10px 4px 0 4px;
	color: #ffffff;
	font-size: 100%;
	text-align: center;
}
.wrapper #navBar .navMenu a, .wrapper #navBar .navMenu a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-bottom:none;
}
.wrapper #navBar .navMenu a:hover, .wrapper #navBar .navMenu a:focus{
	color: #ed1b2e;
	border-bottom:1px solid #ed1b2e;
}
.wrapper #sidebar1 {
	float: left; 
	width: 140px;
	padding: 8px 0 15px 0;
	border: solid 1px #ed1b2e;
	color: #FFFFFF;
	font-size: 90%;
}
.wrapper #sidebar2 {
	float: right; 
	width: 140px;
	padding: 8px 0 15px 0;
	border: solid 1px #ed1b2e;
	color: #FFFFFF;
	font-size: 90%;
}
.wrapper #sidebar1 a, .wrapper #sidebar2 a{
	color: #ffcf46;
	font-weight: bold;
	border-bottom:1px dotted #ffcf46;
}
.wrapper #sidebar1 a:hover, .wrapper #sidebar1 a:focus, .wrapper #sidebar2 a:hover, .wrapper #sidebar2 a:focus{
	border-bottom:1px solid #ffcf46;
}
.wrapper #sidebar1 h3, .wrapper #sidebar1 p, .wrapper #sidebar2 p, .wrapper #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
}
#mainContent {
 	margin: 0 24px;
	padding: 0 12px 12px 12px;
	width: 726px;
	background: #000000;
	color: #FFFFFF;
}
.wrapper #mainContent a{
	color: #ffcf46;
	font-weight: bold;
	border-bottom:1px dotted;
}
.wrapper #mainContent a:hover, .wrapper #mainContent a:focus{
	color: #ed1b2e;
	border-bottom:1px solid;
}
.wrapper #mainContent img a{
	border-bottom:none;
}
#mainContentHm {
 	margin: 0 152px;
	padding: 0 12px 12px 12px;
	width: 472px;
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#mainContentHm a{
	color: #ffcf46;
	font-weight: bold;
	border-bottom:1px dotted #ffcf46;
}
#mainContentHm .img a{
	border-bottom:none;
}
#mainContentHm a:hover, #mainContentHm a:focus{
	border-bottom:1px solid #ffcf46;
}
#mainContentHm .img a:hover, #mainContentHm .img a:focus{
	border-bottom:none;
}
#mainContentHm .movielnk a{
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;
	border-bottom:1px dotted #ffffff;
}
#mainContentHm .movielnk a:hover, #mainContentHm .movielnk a:focus{
	border-bottom:1px solid #ffffff;
}
#mainContentHm .accent {
	color: #ffcf46;
	padding: 0;
	margin: 0;
}
.phone{
	font-size: 125%;
	color: #00a9a2;
	font-weight: bold;
}
.textwrap{
	font-size: 125%;
	color: #00a9a2;
	font-weight: bold;
}
.moviewrap {
	text-align: center;
	width: 350px;
	height: 246px;
	position: relative;
}
.wrapper #footer { 
	padding: 0 10px;
} 
.wrapper #footer p {
	margin: 0;
	padding: 10px 0;
	color: #959595;
	text-align:center;
	font-size: 90%;
}
.wrapper #footer a{
	font-size: 90%;
	color: #959595;
	font-weight: bold;
	border-bottom:1px dotted #959595;
}
.wrapper #footer a:hover, .wrapper #footer a:focus{
	border-bottom:1px solid #959595;
}

/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 18px;
	margin-bottom: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	color: #ffcf46;
}
h2 {
	color: #00a9a2;
}
h3 {
	color: #ffffff;
}
.small {
	font-size: 90%;
}
.gold {
	color: #ffcf46;
	font-weight: bold;
}