<style type="text/css">

body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}

#main {
	width: 966px;
	padding: 0;
	margin: 0;
	/*border: 1px dashed #ff6666;*/
	color: #ffffff;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#main h1{
/*	text-transform: uppercase;*/
	font-variant: small-caps;
	font-size: 48px;
}

#main a:link {
	text-decoration: none;
	color:#FFFFFF
}      /* unvisited link */
#main a:visited {
	text-decoration: none;
	color:#FFFFFF
}  /* visited link */
#main a:hover {
	text-decoration: none;
	color:#FFFFFF
}  /* mouse over link */
#main a:active {
	color:#FFFFFF
}  /* selected link */


.clear {
	clear: both;
}

#content {
	width: 100%;
	height: auto;
}

#page-wrap {
	width: 100%;
}

.divider {
	height: 0px;
	border-top: thin solid #444;
	border-bottom: thin solid #111;
	margin: 10px 0 10px 0;
	width: 100%;
}

#buttons {
	float: right;
}

.button {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin: 20px 30px 10px 0;
	font-variant: small-caps;
	font-size: 20px;
	cursor: pointer;
	color: #FFFFFF;
}

#home {
	display: block;
}
#home-button {
	opacity;
	/*border-bottom: 1px dashed white;*/
}

#film {
	display: none;
	padding: 30px;
}
#film-button {
	opacity: 0.3;
	/*border-bottom: 1px dashed white;*/
}

#snapshots {
	display: none;
	padding: 30px;
}
#snapshots-button {
	opacity: 0.3;
	/*border-bottom: 1px dashed white;*/

}

#news {
	display: none;
	padding: 30px;
}
#news-button {
	opacity: 0.3;
	/*border-bottom: 1px dashed white;*/

}

#contact {
	display: none;
	padding: 30px;
}
#contact-button {
	opacity: 0.3;
	/*border-bottom: 1px dashed white;*/

}

.film { margin-bottom:20px; overflow:auto; overflow-x:hidden; overflow-y:hidden;} /* i'll explain the overflow stuff later. */
.film strong { color: #3c4d6e; }
.film_left { float:left; width:auto;}
.film_middle { float:left; width:300px; margin: 0 0 0 10px; }
.film_middle strong { color: #866802;}
.film_right { /*font-size: .5em;*/ margin-left: 370px; width: 100px; }
.film a:link {
	text-decoration: none;
	color:#FFFFFF
}      /* unvisited link */
.film a:visited {
	text-decoration: none;
	color:#FFFFFF
}  /* visited link */
.film a:hover img {
	text-decoration: none;
	color:#FFFFFF;
	border-color: #FF0000;
} 

a.inproduction:hover img{
	opacity: .5;
	border-color: #777777;
}

/* mouse over link */
.film a:active {
	color:#FFFFFF
}  

#embed {
	width: auto;
	padding: 0;
}

#title {
	font-size: 18px;
	margin: 10px 0 10px 0;
}

.info {
	font-size: 16px;
	margin: 10px 0 30px 0;
}
.info strong {	
	font-size: 18px;
	font-weight: 100;
	font-variant: small-caps;

}

</style>