body {
	margin: auto;
	padding: 0px;
	font-size:12px;
	font-family: Arial;
	color:#333333;
	background: white url(/images/bg.png) repeat-x;
}

img{
	display:block;
	border: none;
}

a, a:active, a:link, a:visited{
	font-weight:normal;
	color: #000000;
	text-decoration: none;
}
a:hover{
	font-weight:normal;
	text-decoration: underline;
	outline:none;
	color:#000000;
}

.cls{
	clear:both;
}

h1{
	font-weight:normal;
	font-size:18px;
	padding:0;
	margin:0;
}

h2{
	font-weight:bold;
	font-size:14px;
	padding:0;
	margin:0;
}

input, textarea, select {
	border:1px solid #D9D9D9;
	color:#000000;
	display:block;
	font-family:Verdana;
	font-size:11px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

input.none{
	border: none;
}


.btn_brd{
	padding: 0px 0 10px 0;
	border-bottom:1px solid #D9D9D9;
}

/* Site main tpl CSS */
#main{
	width: 900px;
}

#qnav{
	padding: 5px 0 0 0;
	margin-bottom:5px;
	height: 24px;
}

#header{
	margin-top:20px;
	text-align:left;
	display:block;
}

#logo_lf{
	padding-left: 100px;
	float:left;
	margin-top:30px;
}

#logo_rh{
	float:right;
	margin-top:30px;
}

#content{
	clear:both;
	padding: 20px 0 0 0;
}

#cn_lf{
	width: 620px;
	padding-right: 50px;
	text-align:left;
	float:left;
}

#cn_rh{
	width: 230px;
	text-align:left;
	float:right;
}

#footer{
	margin-top: 30px;
	margin-bottom: 20px;
	border-top:1px solid white;
}

#copyright{
	padding-top: 20px;
	color:black;
}

#tbnav{
	display:block;
	padding: 41px 0 0 0;
	height:27px;
	float:right;
}

#mn_nav{float:left;list-style:none;margin:0 auto;padding:0;list-style:none;}
#mn_nav li{
	float:left;
	text-decoration:none;
}
#mn_nav li a{
	display:block;
	height:27px;
	float:left;
	padding:0 20px 0 0px;
	background:url(/images/nv_off.gif) right top;
	text-decoration:none;
	line-height:27px;
	white-space:nowrap;
	color:#333333;
}
#mn_nav li a.mn_on{
	background:url(/images/nv_on.gif) right top;
}

#mn_nav li a b{
	font-weight: normal;
	display:block;
	height:27px;
	float:left;
	padding:0 0 0 19px;
	background:url(/images/nv_off.gif);
}

#mn_nav li a.mn_on b{
	background:url(/images/nv_on.gif);
}

#mn_nav li a:hover{
	background: url(/images/nv_on.gif) right top;
	cursor:pointer;
}
#mn_nav li a:hover b{
	background: url(/images/nv_on.gif);
	cursor:pointer;
}


.btn{
	padding: 0px 0px 0px 3px;
	text-align: center;
}

.btn a {
	display:block;
	height:20px;
	padding:0px 3px 0px 0px;
	background:url(/images/btn_off.gif) right top;
	text-decoration:none;
	line-height:20px;
	width:100%;
	white-space:nowrap;
	color:#333333;
}

.btn a b {
	position: relative;
	font-weight: normal;
	display:block;
	height:20px;
	padding:0px 0px 0px 7px;
	left: -3px;
	background:url(/images/btn_off.gif);
	color:#333333;
}

.btn a:hover {
	background:url(/images/btn_on.gif) right top;
	cursor:pointer;
}

.btn a:hover b{
	background:url(/images/btn_on.gif);
	cursor:pointer;
}
.venue_title
{
	font-weight:bold;
	color:#db2f3d;
	font-size:16px;
	margin-bottom:5px;
}
.aux_link
{
	color:#db2f3d!important;
}

.screening a
{
	
	text-decoration:underline!important;

}

.screenlink a
{
	font-weight:bold;
	}
	
.screen_notes
{
	margin:5px 0px;
}
.screen_showtime
{
	font-weight:bold;
	font-size:12px;
}
.screen_showtimes
{
	display:none;
	margin-top:10px;
}

.screen_showtimes pre{
		margin-top:0;
		margin-left:20px;
		font-size:12px;

	}
#left
{
	width:200px;
}