﻿/* this section is strictly for the home landing page */
body {
	background: #000;
	margin: 0;
	padding: 4px 0 15px 0;
}
#wrapper {
	background: #000 url('images/home_bg.jpg') top center no-repeat;
	margin: 0;
	padding: 0;
	height: 583px;
}
#wrapper_inner {
	margin: 0 auto 0 auto;
	padding: 165px 0 0 0;
	text-align: right;
	width: 800px;
}
#three_main {
	width: 750px;
	height: 200px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#box {
	width: 250px;
	float: left;
	margin: 0;
	text-align: center;
}
#box a.first, #box a.second, #box a.third {
	width: 150px;
	height: 112px;
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 4px solid #000;
}
#box a.first {
	background: url('images/home1a_rev.jpg') top left no-repeat;
}
#box a.first:hover {
	background: url('images/home1_rev.jpg') top left no-repeat;
}
#box a.second {
	background: url('images/home2a_rev.jpg') top left no-repeat;
}
#box a.second:hover {
	background: url('images/home2_rev.jpg') top left no-repeat;
}
#box a.third {
	background: url('images/home3a_rev.jpg') top left no-repeat;
}
#box a.third:hover {
	background: url('images/home3_rev.jpg') top left no-repeat;
}
#box h1 {
	font: 18px "Palatino Linotype", "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	margin: 0;
}
#box p {
	font: 18px Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	text-align: center;
	margin: 10px;
}
#box p a {
	font: bold 12px Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 3px 0;
	border: none;
}
#box p a:hover {
	color: #f3edd3;
	border-bottom: 1px solid #f3edd3;
	border-top: 1px solid #f3edd3;
}
#film_strip {
	width: 800px;
	height: 100px;
	margin: 15px auto 0 auto;
	padding: 0;
}
#film_strip ul {
	margin: 0;
	padding: 0;
	font: bold 13px "Palatino Linotype", "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
}
#film_strip ul li {
	display: inline;
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
}
#film_strip ul li a {
	color: #000;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#film_strip ul li a:hover {
	color: #751414;
}
#footer {
	margin: 90px auto 0 auto;
	padding: 0;
	width: 750px;
}
#footer ul {
	font: 15px "Palatino Linotype", "Times New Roman", Times, serif;
	color: #fff;
	margin: 0 auto;
	padding: 0;
}
#footer ul li {
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	width: 250px;
}
#footer ul li a:hover {
	color: #f3edd3;
}
#footer2 {
	margin: 0 25px;
	padding: 5px 0 0 0;
	clear: both;
}
#footer2 p {
	font: 10px Helvetica, Arial, Verdana, sans-serif;
	color: #751414;
}	
#footer2 p a {
	color: #2c2c2c;
	text-decoration: underline;
}
#footer2 p a:hover {
	color: #751414;
	text-decoration: none;
}
