﻿@charset "utf-8";
body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:1em;
	background: url(../images/bodyBkgnd02.jpg) repeat left top;
	margin: 1em;
	padding: 0px;
}
#wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	background: url(none);
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 1em;
	line-height: 1em;
	color: #000000;
}
#background {
	background: url('images/mainBkgnd.jpg') repeat-y left top;
	height: 800px;
	position: relative;
}
#header {
	background: url('images/mainHeader.jpg') no-repeat left top;
	position: relative;
	height: 260px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	left: -9000px;
	position: absolute;
}
#header #headerMovie {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: 3px solid #c8b637;
	width: 270px;
	height: 180px;
	top: 38px;
	left: 20px;
}
#sidebarNav {
	float: left;
	color: #FFFF00;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 1em 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2em;
}
#sidebarNav li {
	list-style: none;
}
#sidebarNav li a:link {
	color: #FFFccc;
	text-decoration: none;
	padding-left: 0.3em;
	border-bottom: 1px dotted #CAA95A;
	display: block;
	height: 38px;
	padding-right: 0.3em;
	margin: 0px;
}
#sidebarNav li a:visited {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 0.1em;
}
#sidebarNav li a:hover {
	color: #FFFccc;
	text-decoration: none;
	padding-left: 0.3em;
	border-bottom: 1px dotted #CAA95A;
	display: block;
	height: 38px;
	padding-right: 0.3em;
	margin: 0px;
}
#sidebarNav li a:active {
	color: #FF0000;
	text-decoration: none;
	border-style: none;
}
#sidebarNav li a {
	color: #FFFccc;
	text-decoration: none;
	padding-left: 0.3em;
	border-bottom: 1px dotted #CAA95A;
	display: block;
	height: 38px;
	padding-right: 0.3em;
	margin: 0px;
}
#mainContent {
	float: right;
	margin: 0em;
	padding: 0em;
	width: 694px;
}
#footerNav {
	text-align: right;
	clear: both;
	margin: 0em;
	padding: 0em;
	background: url('images/mainFooter.gif') no-repeat left top;
	height: 70px;
	position: relative;
}
#footerNav p {
	text-align: center;
	padding-top: 1em;
	padding-right: 4em;
	font-size: 0.9em;
	margin: 0px;
}
#footerNav a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 0.1em;
}
#footerNav a:visited {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 0.1em;
}
#footerNav a:hover {
	color: #FFFF00;
	text-decoration: none;
	border-style: none;
}
#footerNav a:active {
	color: #FF0000;
	text-decoration: none;
	border-style: none;
}
#footer {
	text-align: center;
	font-size: 0.7em;
	line-height: 1em;
	color: #FFFFFF;
	margin: 0em;
	padding: 1em;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
