@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #A6B098;
}
#mainContent  {
	width: 609px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: right;
}
#footer {
	clear: both;
	width: 800px;
	height: 20px;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
}
#leftbar {
	background-color: #FFFFFF;
	float: left;
	width: 150px;
	height: auto;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}



a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #000000;
}
#navbar {
	width: 800px;
	clear: both;
	background-color: #A4B197;
	text-align: center;
	vertical-align: middle;
	height: 160px;
}


h1 {
	font-size: xx-large;
	color: #000000;
}

h2 {
	font-size: x-large;
	color: #000000;
}

h3 {
	font-size: large;
	color: #000000;
}

h4 {
	font-size: medium;
	color: #000000;
}

h5 {
	font-size: small;
	color: #000000;
}

h6 {
	font-size: x-small;
	color: #000000;
}
#moviebanner {
	float: right;
	height: 120px;
	width: 800px;
}
#smallbanner {
	float: left;
	height: 120px;
	width: 200px;
	background-color: #EAE3D3;
}
#spacer {
	background-color: #A4B197;
	float: left;
	width: 800px;
	height: auto;
	margin-bottom: 30px;
	border-bottom: 1px solid #000000;
}
