/* set the base styles for the HTML tags */body {    font-family: Arial, Helvetica, sans-serif;	font-size: 81.25%;	background-color: white;    margin: 0;	padding: 0;}/* styles for the page */#page {	width: 960px;	margin: 0 auto;	background-color: #800000;}/* styles for the header */#navigation {	background-color: black;	font-weight: bold;	color: white;	text-align: center;	padding: .5em 1.5em;	margin: 0;	position: relative;}#navigation a {	text-decoration: none;}.gray {	color: #d3d3d3;}.white {	color: #ffffff;}/* styles for the main content */#main {	width: 620px;	margin: 0 auto;}#border {	padding-left: 8px;	padding-right: 8px;	border-left: 2px solid #fffded;	border-right: 2px solid #fffded;}#theater {	background-color: #fffded;	padding: 0 25px 2em 25px;	margin: 10px;}#theater h1 {	font-size: 140%;	color: #800000;	padding-top: .8em;	margin-top: 0;	margin-bottom: 0;}#theater h2 {	font-size: 120%;	color: #800000;	padding-right: 1.5em;	margin-top: .7em;	margin-bottom: 0;}#theater p {	line-height: 1.4;	margin-top: .3em;	margin-bottom: 0;}#theater img {	padding-top: .5em;	padding-right: 1em;	float: left;}#theater_map {	text-align: center;	margin-top: 20px;}/* styles for the footer */#footer {	clear: both;}#footer p {	font-size: 90%;	color: #ffffff;	background-color: #000000;	margin-top: 0;	margin-bottom: 0;	padding: .5em 1em;	text-align: center;}