html{
	background-color: #ffffff;
	font-family: Arial, sans-serif;
}
body{
	display: block;
	width: 1000px;
	margin: 0 auto;
	border-left: 3px solid black;
	border-right: 3px solid black;
	background: url(../img/bkg.png) top center no-repeat #ffffff;
}
div#header{
	display: block;
	margin: 0 auto;
	position: relative;
	width: 735px;
	height: 110px;
	background-image: url(../img/deepend.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
div#header .logo{
	padding-left: 550px;
	margin-top: 10px;
	border: 0;
}
div#navbar{
	display: block;
	width: 997px;
	height: 112px;
	background: #000000;
	background: #7e7e7e url(../img/strip.png) center center;
	background-repeat: repeat-x;
	overflow: hidden;
	padding-left: 3px;
}
div#navbar:after{
	content: url(../img/strip_reverse.gif);
	display: none;
}
div#navbar ul{
	list-style: none;
	margin: 0 auto;
	margin-left: 100px;
}
div#navbar li{
	display: block;
	float: left;
	margin-right: 1px;
}
ul#nav a{
	display: block;
	width: 142px; height: 112px;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 4em;
	text-decoration: none;
	background: #7e7e7e url(../img/strip.png) center center no-repeat;
}
ul#nav a:hover{
	background: #9e9e9e url(../img/strip_reverse.gif) center center no-repeat;
}
div#content{
	display: block;
	margin: 0 auto;
	width: 680px;
	min-height: 300px;
	padding: 47px;
	padding-top: 20px;
	background-image: url(../img/filmbkg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: white;
  	line-height: 1.5em;
  	overflow: visible;
}
/* Styles for the Media Page */
#thumbs ul { list-style-type: none; margin: 0; padding: 0; }
#thumbs li { display: inline; padding: 0; margin: 10px 2px; }
#thumbs img { border: 0; }
#thumbs img#portrait { float: left; margin-right: 5px; }
#thumbs #stats { clear: both; }
/* End styles for Media Page */
#events {
	margin: 0 auto;
	width: 450px;
	text-align: center;
}
#events h1 a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#events h1 a:hover {
	text-decoration: underline;
	color: gray;
}
/* Styles for Gallery */
.albums {
	height: 120px; width: auto;
	margin-bottom: 15px;
}
.albums a {
	font-size: 34px;
	font-family: sans-serif;
	font-weight: bold;
}
.gallery_demo_unstyled {
	margin: 0 auto;
	list-style: none;
	width: 560px;
}
.gallery_li {
	float: left;
	margin-right: 25px;
	height: 120px; width: auto;
	margin-bottom: 15px;
}
.gallery_li a img {
	border: 0;
}
.gallery_demo_unstyled:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.caption{
	color: grey;
	font-family: arial, sans-serif;
	text-align: center;
	display: block;
}
/* End Styles for Gallery */
/* Styles for Contact Page */
p#contact {
	font-size: 26px;
	font-weight: bold;
}
iframe#map {
	width: 150px;
	height: 150px;
}
#sidebar {
	float: left;
	width: 160px;
	border-right: 1px solid black;
}
/*div#map {
	float: left;
	width: 150px;
	font-size: .9em;
}
div#map img {
	border: 0px;
}*/
span#addinfo {
	font-size: .8em;
}
div#slate {
	float: right;
	width: 501px; height: 500px;
	background-image: url(../img/filmslate.png);
	background-repeat: no-repeat;
	background-position: center top;
}
textarea#message {
	background-color: #212121;
	border: 1px solid white;
	color: white;
}
input#name, input#from {
	background-color: #212121; 
	border: 0; border-bottom: 1px solid white;
	color: white;
}
div#contact {
	float: right;
	width: 450px;
	height: 400px;
	color: white;
	padding-left: 20px;
	padding-top: 210px;
}
div#contact label.error {
	color: red;
}
/* End styles for contact page */
div#fader-container{
	display: block; 
	height: 480px;
	width: 640px;
	margin: 0 auto;
}
div#video-display{
	background-color: #000000;
	display: block;
}
div#video{
	float: left; 
	padding: 8px;
}
div#video img{
	border: 1px solid black;
}
#imageloop{
	list-style: none;
	padding: 0;
	margin: 0;
}
#imageloop li{
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}
div#contentbottom {
	margin: 0 auto;
	width: 774px; height: 13px;
	background-image: url(../img/contentbottom.png);
	background-repeat: no-repeat;
	background-position: center center;
}
div#footer{
	margin-top: 40px;
	background: #000000;
	width: 960px;
	padding: 20px;
	color: #ffffff;
	overflow: auto;
	text-align: center;
}
a {
	color: black;
}
a:hover {
	color: grey;
}
h2 {
	text-align: center;
}
	