#left {
	width:300px;
	float:left;
	margin:0 40px 0 0;
	}

#right {
	width:500px;
	height:100px;
	float:left;
	
	text-align:justify;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
	
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
	
#logos {
	width:300px;
	z-index:1;
	position:relative;
	top:-200px;
	}
	
#right h1 {
	margin:0 0 32px 0;
	font-size:32px;
	}

#right h2 {
	margin:12px 0 8px 0;
	font-size:18px;
	}
	
#right h3 {
	margin:12px 0 6px 0;
	font-size:13px;
	}
	
#theater_listings {
	text-align:left;
	position:relative;
	top:30px;
	left:-40px;
	margin-bottom:-64px;
	height:64px;
	}
	
#contact a {
	color:#6f72ad;
}
	
#contact td, #about td {
	padding:0 20px 20px 2px;	
}

div#films a {
	display:block;
	height:60px;
	width:500px;
	margin:0 0 10px 0;	
	background:#CCC;
	border:3px #666 solid;
}
div#films a:hover {
	background:#000;
	color:#FFF;
	border:3px #000 solid;
}
div#films a img {
	position:absolute;	
}

#film_link td {
	text-align:center;
}

#film_link a {
	color:#000;
	font:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;	
}

#film_link img {
	margin-top:6px;
	margin-bottom:12px;
	border:0;
}

#film_link a:hover {
	text-decoration:underline;
}
