﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-image: url('../images/background.jpg');
}
#container {
	width: 900px;
	margin: 0 auto;
	background-image: url('../images/body.JPG');
	background-repeat: repeat-y;
	background-attachment: scroll;
	text-align:center;
}
#toper {
	padding: 0 2px 0 2px;
	width: 865px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: auto;
	background-color: #630909;
}
#masthead {
	width: 900px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: auto;
}

#sidebar {
	float: left;
	width: 150px;
	position: relative;
	clear: both;
	margin-left: 2px;
	display: inline;
	background-color: #233366;
	margin-right: 2px;
	margin-top: 5px;
	padding-right: 0;
}
#content {
	border-color: #D3D3D3;
	border-width: thin;
	float: left;
	position: relative;
	width: 702px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 25px;
	padding: 0;
	background-color: #fff;
}
#content li {
	text-align: left;
	margin-left: 15px;
}
#content a {
	text-decoration: underline;
	color: #630909;
}
#content a:hover  {
	text-decoration: none;
	color: #630909;
}
#content h3 {
	text-align: left;
	color: #D3D3D3;
	background-image: url('../images/h3-header.jpg');
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 0;
}
#content h4 {
	text-align: left;
	text-indent: 0;
}
#content h5 {
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}
#content img{
	padding-right: 3px;
}
#trailerphotos{
	padding-left: 80px;
}
#footer {
	text-align: center;
	width: 900px;
	overflow: hidden;
	background-color: #6c6d72;
	border-top-color: #233366;
	border-top-style: solid;
	border-top-width: 2px;
	margin-left:0px;
}
#masthead img {
	float: left;
	margin-left: 18px;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #D3D3D3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #D3D3D3;
	display: block;
	padding: 5px;
	border-bottom: 1px #6C6D72 solid;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #6C6D72;
	border-bottom: 1px #6C6D72 solid;
	background-color: #233366;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #D3D3D3;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #630909;
	text-decoration: underline;
}
#footer a:hover {
	color: #233366;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
