body	{
	margin: 0;
	background: url("/graphics/bg.png") left top repeat-x #8a1e1d;
	}
	
a:link, a:visited, a:hover	{
	color: #1c8be9;
	text-decoration: underline;
	}
	
a:hover	{
	color: #08c5e1;
	}

a img	{
	border: 0;
	}
	
/* structure */
#container	{
	width: 951px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	}
	
#nav-container	{
	width: 951px;
	height: 24px;
	background: url("/graphics/bg-nav.png") left top no-repeat;
	}
	
#logo	{
	clear: left;
	position: relative;
	top: -26px;
	left: 343px;
	margin: 0;
	width: 590px;
	}
	
#logo div	{
	position: absolute;
	z-index: 100;
	}

#content	{
	width: 788px;
	margin: 85px auto 0;
	padding: 25px 40px 35px;
	background: #fff;
	border: 1px solid #8a1e1d;
	}
	
#home #content	{
	height: 245px;
	}
	
.col1	{
	float: left;
	width: 198px;
	height: 1px;
	}
	
.col2	{
	margin-left: 265px;
	}
	
.photo	{
	position: relative;
	left: -11px;
	top: -60px;
	}
	
#home .photo	{
	left: -30px;
	top: -75px;
	}
	
#projects	{
	width: 951px;
	margin: 29px auto 0;
	padding: 0;
	}
	
dl.project-credits	{
	margin: 18px 0 0 0;
	}
	
dl.project-credits dt	{
	width: 150;
	float: left;
	font-weight: bold;
	}
	
dl.project-credits dd	{
	margin-left: 175px;
	}
	
#footer	{
	width: 951px;
	height: 24px;
	background: url("/graphics/bg-footer.png") left top no-repeat;
	margin-top: 22px;
	padding-top: 5px;
	text-align: center;
	}
	
/* navigation */
#nav	{
	position: absolute;	/* absolute position required so a z-index can be set to keep menu above the logo image */
	z-index: 500;
	margin: 0 0 0 83px;
	padding: 5px 0 0 0;
	list-style-type: none;
	}

#nav li	{
	display: inline;
	float: left;
	padding-right: 47px;
	}
	
/* dropdowns */			
#nav li ul	{
	position: absolute;
	left: -999em;
	z-index: 500;	/* required to keep dropdowns above logo image */
	width: 15em;
	font: bold 12px "Lucida Sans", "Lucida Grande", verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #feda8d;
	border: 1px solid #1c8be9;
	}
	
#nav li ul li {
	padding-right: 0;
	padding: 0.5em;
	width: 14em;
	text-align: left;
	border-top: 1px solid #1c8be9;
}

#nav li ul li a {
	color: #1c8be9;
	text-decoration: none;
}

#nav li:hover ul {
	left: auto;
}

#nav ul li:hover {
	background: #fce5b4;
}


/* typography */
#content	{
	font: 13px/18px "Lucida Sans", "Lucida Grande", verdana, arial, sans-serif;
	color: #686c6f;
	}
	
#content p.intro	{
	font: 15px/24px  "Lucida Sans", "Lucida Grande", verdana, arial, sans-serif;
	color: #686c6f;
	}
	
#content p	{
	margin: 6px 0 0 0;
	}
	
#home #content p	{
	margin-top: 18px;
	}
	
#content p.button	{
	margin-top: 12px;
	}
	
#content p.credit	{
	padding-left: 15px;
	font-size: 9px;
	line-height: 14px;
	}

#content h1, #content h2, #content h3	{
	margin: 0;
	color: #1c8be9;
	line-height: 18px;
	}
	
#content h1	{
	font-size: 18px;
	}
	
#content h2	{
	margin-top: 18px;
	font-size: 15px;
	}
	
#content h3	{
	margin-top: 18px;
	font-size: 12px;
	text-transform: uppercase;
	}
	
.cast, .crew	{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	}
	
#footer	{
	font: 10px verdana, helvetica, arial, sans-serif;
	color: #fff;
	}
	
.film-title	{
	text-transform: uppercase;
	}
	
