@charset "utf-8";
/* CSS Document */

#contentpadding {
	display:none;
}

#wrapper {
	width: 750px;
	padding: 0;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	clear:both;
	background-color:#fff;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;

	}

#titlebar {
	margin:0;
	padding:0;
	height:65px;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #fff;
	text-align:left;
}

#content {
	margin: 0;
	padding:0;
	border:none;
	position:relative;
	width:750px;
	}
		
#navset{

}
#maincontent {
float:right;
width:480px;
line-height:1.3em;
padding: 0;
margin:0 10px 10px 0;
}

#navcontainer {
	float:left;
	width:240px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	font-size:85%;
	height:500px;
	}  

	/* end */
#navcontainer ul 

	{
	display:block;
	float:right;
	width:135px;
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-size: 1em;
	padding: 40px 5px 0 5px;
	
	}

#navcontainer li {
	margin: 0 ;
	font-weight: normal;
	padding:4px 0;
	display: block; 
	} 

#navcontainer a 
	{
	color: #000; 
	text-decoration: none; 
	border: none; 
	}
#navcontainer a:hover 
	{
	color: #A76952; 
	}

	
#searchbox {
	display:none;
	}
#findericon {
	display:none;
	}
td.showline {
background:#F3F3F3;
padding-left:5px;
}
td.descr {
padding: 0 5px;
}
#footer { 
	padding: 10px 10px 0 20px; 
	background:#fff;
	border-top:5px solid #CCCCCC;
	text-align:left;
	position:relative;
	width:720px;
	margin:0;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer .copy {
	position:absolute;
	left:190px;
top:10px;

}

table.showtimes {
	width:190px;
	border-collapse:collapse;
	}
.showtimes td {
	width:14%;
	text-align:right;
	border:1px solid #999999;
	border-collapse:collapse;
	font-size:90%;
}
.showtimes th {
	width:14%;
	text-align:center;
	font-weight:normal;
	border:1px solid #999999;
	border-collapse:collapse;
	font-size:90%;
}

strong {color:#2A2A2A;}
