﻿/* CSS layout */
* {
	padding: 0;
	margin: 0;}

#masthead {
	margin: auto;
	height: 90px;
	width: 780px;
	background: transparent url('images/header.gif') no-repeat;}

#navbar {
	margin: auto;
	text-align: center;
	width: 700px;
	background-color: #423F41;
	padding-top: 20px;}
	
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 700px;
	float: right;}

#navbar ul li {
	float: right;
	background: url(images/top-right.gif) no-repeat top right;}
	
#navbar li a{
	display: block;
	padding: 0 2em;
	line-height: 2.5em;
	background: url(images/top-left.gif) no-repeat top left;
	text-decoration: none;
	color: #fff;
	float: left;}

#navbar ul a:hover {
	color: #423F41;}
		
#page_content {
	margin: auto;
	width: 780px;
	background-color: #423F41;
	color: #F7F7D4;
	line-height: 120%;}
	
#page_content p {
	margin: 0px 40px;}
	
#page_content img {
	margin: 0px 0px 10px 38px;}
	
.movie {
	margin: 0px 40px 0px 40px;
	width: 700px;
	background-color: #423F41;
	text-align: center;}

#footer {
	margin: auto;
	width: 780px;
	height: 160px;
	background: #423F25 url('images/footer.jpg') no-repeat center bottom;
	text-align: center;
	color: #F7F7D4;
	font-weight: bold;}
		
a:link { 
	color: #B5B58B; 
	text-decoration: underline;}

a:visited { 
	color: #B5B58B; 
	text-decoration: underline;}

a:hover { 
	color: #8A8D25; 
	text-decoration: underline;}
	
a:active { 
	color: #8A8D25; 
	text-decoration: underline;}

h1 {
	font-size: 1.5em;
	margin: 10px 40px;}

h2 {
	font-size: 1.3em;
	margin: 10px 40px;}

form {
	padding-left: 20px;
	margin-left: 20px;
}
	
body {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: .75em;
	text-align: justify;
	background: #B5B58B url(images/bigbanner.jpg) repeat-x top center;
}
