@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	border: 1px solid black;
	border-top: none;
	width: 960px;
	height: auto;
	overflow: hidden;
}

#header {
	width: 960px;
	height: 90px;
	background-image: url(../images/header.jpg);
	border-bottom: 1px solid black;
}

#linkbar {
	width: 960px;
	height: 41px;
	border-bottom: 1px solid black;
	background-color: #660000;
	float: left;
}

#index_content_container {
	width: 960px;
	height: 640px;
	padding: 15px 0px;
	background-image: url(../images/index_bg.jpg);
	overflow: hidden;
	float: left;
}

#showtimes_content_container {
	width: 960px;
	height: auto;
	padding: 15px 0px;
	background-color: black;
	background-image: url(../images/showtimes_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

#events_content_container {
	width: 960px;
	height: auto;
	padding: 15px 0px;
	background-color: black;
	background-image: url(../images/events_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

#history_content_container {
	width: 960px;
	height: auto;
	padding: 15px 0px;
	background-color: black;
	background-image: url(../images/history_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

#restoration_content_container {
	width: 960px;
	height: auto;
	padding: 15px 0px;
	background-color: black;
	background-image: url(../images/restoration_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

#members_content_container {
	width: 960px;
	height: auto;
	padding: 15px 0px;
	background-color: black;
	background-image: url(../images/members_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

#directions_content_container {
	width: 960px;
	height: auto;
	padding: 15px 0px;
	background-color: black;
	background-image: url(../images/directions_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

#index_copy {
	width: 420px;
	height: auto;
	padding: 15px 15px 15px 50px;
	float: left;
}

#index_boxes {
	width: 350px;
	height: auto;
	padding: 10px;
	margin: 15px;
	border: 8px solid #665551;
	background-color: white;
	float: right;
	font-size: 12px;
}

#showtimes_movies {
	width: 800px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid black;
	font-size: 12px;
	padding: 5px;
	background-image: url(../images/showtimes_movie_bg.png);
	overflow: hidden;
}

#history_container {
	width: 800px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid black;
	font-size: 12px;
	padding: 5px;
	padding-bottom: 10px;
	background-image: url(../images/showtimes_movie_bg.png);
}

#showtimes_movies img {
	padding: 5px;
	margin: 3px;
	border: 2px solid black;
}

#showtimes_copy {
	width: 530px;
	height: auto;
	float: right;
	padding: 10px;
}

#history_img_box_small {
	width: 245px;
	height: 200px;
	margin: 8px;
	border: 1px solid black;
}

#footer {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	line-height: 45px;
	text-align: center;
	background-color: white;
	border-top: 1px solid black;
}

#photo_button {
	width: 789px;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	text-align: center;
	padding: 4px;
	background-color: #660000;
	color: white;
	border: 1px solid black;
	margin: 0 auto;
	margin-bottom: 10px;
	text-decoration: none;
}

#photo_button a:link { color: white; text-decoration: none; }
#photo_button a:visited { color: white; text-decoration: none; }
#photo_button a:hover { color: white; text-decoration: none; }
#photo_button a:active { color: white; text-decoration: none; }


#index_button {
	width: 100px;
	height: 30px;
	text-align: center;
	background-color: #660000;
	border: 1px solid #777777;
	color: white;
	line-height: 30px;
	padding: 4px;
	
}

#left_container {
	float: left; 
	width: 220px; 
	height: auto;
	overflow: hidden;
}

#trailer_button {
	float: left; 
	height: 30px; 
	width: 150px; 
	line-height: 30px; 
	text-align: center; 
	border: 1px solid #cccccc; 
	padding: 4px; 
	margin-left: 32px; 
	margin-top: 20px; 
	background-color: #111111;
	clear: both;
}

#googlecart_container {
	position: relative;
	float: right;
	right: 0;
	top: 0;
	z-index: 1000000;
	clear: both;
}