img, div, h1 { behavior: url(iepngfix.htc) }
body { 
	background-color: #000; 
	margin: 0;
	padding: 0; 
	border-top: 1px solid transparent; 
	margin-top: -1px; 
	z-index:0; 
	position:relative;
	font-family: Georgia, Times, 'Times New Roman';
	font-size:14px;
}
img#background { 
	height: 100%;
	width: 100%;
	z-index: -1;
	position:absolute;
	color: white;
	min-width: 995px; 
	min-height: 731px;
}
h1 { 
	text-indent: -9999px;
	display: block;
	width:255px;
	height: 170px;
	background: url(../images/title.png) no-repeat;
	margin:45px auto 0 auto;
}
h1 a {
	display: block;
	height: 170px;
}

#container {
	display: block;
	width: 995px;
	height:731px;
	margin:0px auto;
	background:url(../images/bg-home.jpg) no-repeat #000;
}
#col1 {
	float:left;
	display:block;
	width:525px;
	/*padding:25px 30px 25px 30px;*/
	
}
#col2 {
	float:right;
	display:block;
	width:435px;
	height:570px;
	padding:25px 30px 25px 0px;
	/* text-align: center; don't use this because we want to align an element, not text 
	(IE6 + 7 will do it, but in error, use margin:auto on the specific element instead) */
}
#footer{
	clear:left;
	display: block;
	padding:25px 0;
	text-align: center;
}
#nav{
	height:15px;
	margin:15px 0;
}
#nav ul{
	list-style-type: none; 
	margin:0 auto;
	text-align: center;
	padding:0;
}
#nav li{
	display:inline;
	padding-right:15px;
	margin:0;
}
#nav li:last-child{
	padding-right:0px;
}
#nav li a{
	font-variant: small-caps;
	color:white;
	text-decoration:none;
}
#nav li a:hover, #nav li a.current{
	text-decoration:underline;
	color: #dbba72;
}
#subnav{
	margin:290px 0 0 0;
}
#subnav ul{
	list-style-type: none; 
	margin:0 auto;
	padding:0;
	text-align:right;
	
}
#subnav li a{
	font-variant: small-caps;
	color:white;
	text-decoration:none;
}
#subnav li a:hover, #subnav li a.current{
	text-decoration:underline;
	color: #dbba72;
}
#trailer{
	color:white;
	clear:left;
	margin-left:-60px;
}
#byline{
	width:127px;
	height:72px;
	background: url(../images/award-palm.gif) no-repeat;
	text-indent: -9999px;
	text-align: center;
	margin:15px auto;
}
.copy{
	color:#CCC;
	font-size:13px;
	line-height:16px;
	padding-left:30px;
	padding-right:30px;
	height:380px;
	overflow-y:scroll;
}
.copy ul{
	list-style-type: none;
	padding:0;
	margin:0;
}
.copy li{
	display:block;
	padding:5px 15px 5px 20px;
	margin-bottom:5px;
	background-color:#111;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
.copy li.alt{
	background-color: #181818;
}
.copy a{
	color:#9B7F69;
	text-decoration: none;
	display:block;
}
.copy li.alt a{
	color:#B49D89;
	text-decoration: none;
}
.cast-member{
	margin:3px 0;
	padding:5px;
	display:block;
}
.cast-member.mcmenamin,.cast-member.haywood,.cast-member.wyllie,.cast-member.hany,.cast-member.franklin,.cast-member.jacobs,.cast-member.fulton{
	display:none;
}
/*
dunbar
mcmenamin
haywood
wyllie
hany
franklin
jacobs
*/

.cast-member p{
	margin:0;
}
.cast-member.fulton p,.cast-member.rowland p{
	margin:5px 0;
}
p strong{
	color:#9B7F69;
	text-transform:uppercase;
}
.cast-member img{
	float:left;
	margin-right:10px;
	border:1px solid #B49D89;
}
#dvd img{
	border:1px solid #B49D89;	
}
#dvd{
	width:125px;
	color:#9B7F69;
	margin-left:30px;
	margin-top:135px;
}
.clearer{
	clear:left;
}