body {
	background: #B9A68D url("img/background.gif") repeat-x; 
	margin: 0; padding: 0;
	text-align: center;
	font-family: "Lucida Sans Unicode", geneva, lucida, helvetica, verdana, arial, sans-serif;
	color: #333;
}

a 			{ color: #C00; }
a:hover 	{ color: #516A7A; }
a img { text-decoration: none; }


#accessibility { position: absolute;  left: -9000px;  width: 9000px; }
form { margin: 0; padding: 0; }
img { border: 0; }
.left { float: left; }
.right {float: right; }

.hide { display: none; }

.reset {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 1px; 
	margin: 0;
}

#replacelogo {
	margin: 0; padding: 0;
	text-indent: -9999px;
	width: 210px; height: 74px;
	float: left;
	text-align: left;
}

#replacelogo a {
	display: block;
	margin: 0; padding: 0; border: 0;
	width: 100%; height: 100%;
	text-decoration: none;
	background: transparent url("img/logo.gif") top left no-repeat;
}





#wrapper {
	width: 720px; 
	margin: 0 auto; 
	text-align: left;
}

/* THIS IS JUST FOR MAC IE */
#header { height: 80px; } 
/* END OF JUST FOR MAC IE */


/* HIDE FROM MAC IE BECAUSE IT'S AWFUL \*/
#header { 
	height: 80px;
	text-align: right;
	margin: 0 auto;
	padding: 0;
}
/* END OF HIDE FROM MAC IE BECAUSE IT'S AWFUL */







#lang {
	line-height: normal;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	white-space: nowrap;
	
	
	padding: 4px 10px 4px 10px;
	margin-right: 10px;
	background: #C6B956;
}

#utils {
	line-height: normal;
	width: 330px;
	float: right;
}

#utils ul {
	margin: 0; padding: 0; 
	list-style-type: none;
}

#utils li {
	background: #FFF;
	margin: 0; padding: 0 0 0 8px; 
	float: left;
}

#utils li a {
	width: .1em;
	font-size: 11px;
	font-weight: bold;
	color: #98B4B5;
	display: block;
	float: left;
	text-decoration: none;
	white-space: nowrap;
	background: url("img/utils-arrow.gif") 0 10px no-repeat; 
	padding: 4px 6px 4px 10px;
} 

#utils a.active, #utils a.active:hover { color: #B3A11D; }
#utils > ul a { width: auto; }
#utils li:hover, #utils li:hover a, #utils a:hover { color: #666; } 

#utils li span {
	width: .1em;
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
	display: block;
	float: left;
	text-decoration: none;
	white-space: nowrap;
	background: url("img/utils-arrow.gif") 0 10px no-repeat; 
	padding: 4px 6px 4px 10px;
} #utils > ul span { width: auto; }




#mainnav { 
	width: 720px; height: 42px; 
	margin: 0; padding: 0; 
	position: relative;
	background: url("img/nav.gif") no-repeat; 
}

#mainnav li {
	margin: 0; padding: 0;
	list-style: none; 
	float: left;
}

#mainnav li, #mainnav a {
	height: 42px; 
	display: block; 
	text-decoration: none; 
	font-size: 1px; 
	text-indent: -9000px;
}

#about { left: 0; width: 145px; }
#about a:hover { background: transparent url("img/nav.gif") 0 -42px no-repeat; }
#about a.active, #about a.active:hover { background: transparent url("img/nav.gif") 0 -87px no-repeat; }

#personalities { left: 350px; width: 174px; }
#personalities a:hover { background: transparent url("img/nav.gif") -350px -42px no-repeat; }
#personalities a.active, #personalities a.active:hover { background: transparent url("img/nav.gif") -350px -87px no-repeat; }

#filmography { left: 524px; width: 196px; }
#filmography a:hover { background: transparent url("img/nav.gif") -524px -42px no-repeat; }
#filmography a.active, #filmography a.active:hover { background: transparent url("img/nav.gif") -524px -87px no-repeat; }





#content {
	background: #FFF;
	border-left: solid 10px #333;
	border-right: solid 10px #333;
	border-bottom: solid 10px #333;
}


#contentheader 	{ display: block; color: #FFF; }

#devheader		{ height: 160px; background: transparent url("img/homebanner.gif") top left no-repeat; }

#contentheader h2 {
	margin: 0; padding: 20px 0 0 20px;
	font-size: 20px;
	font-weight: normal;	
}

#contentheader p {
	margin: 0; padding: 0 20px;
	font-size: 13px;
	line-height: 18px;
	width: 340px; 
}






#aboutsub 	{ background: #EAB3B3; display: block; height: 25px; }
#flmsub 	{ background: #94C3E0; display: block; height: 25px; }
#prssub 	{ background: #E09594; display: block; height: 25px; }

#subnav { 
	margin: 0; padding: 0; 
	margin-left: 10px;
	position: relative;
}

#subnav li {
	margin: 0; padding: 0;
	list-style: none; 
	float: left;
	border-right: solid 1px #FFF;
}

#subnav a {
	display: block; 
	text-decoration: none; 
	color: #000;
	font-size: 11px;
	padding: 5px 10px;
} #subnav a:hover { color: #333; background: #DBDBDB; }

#subnav a.active, #subnav a.active:hover { 	
	font-weight: bold; 
	color: #000; 
	background: #FFF;
}






#tertiary { margin-top: 40px; display: block; }

#tertiary .tright {
	float: right;
	width: 225px;
}

#tertiary .tright p {
	font-size: 9px;
	line-height: 13px;
	margin: 0; padding: 0 25px 0 0;
}

#tertiary .tright img { margin-bottom: 10px; }

#tertiary .tleft {
	width: 460px;
}

#tertiary .tright .list { margin: 0; }

#tertiary p, #tertiary ul {
	margin: 0; padding: 0 20px 20px 20px;
	font-size: 11px;
	line-height: 18px;
}

.descr {
	margin: 0px; padding: 0px 0 0 40px;
	font-size: 11px;
	line-height: 18px;
	color: gray;
}

#tertiary h3 {
	margin: 0; padding: 0 20px;
	font-size: 20px;
	color: #50758C;
}




.featured {

	display: block;
	float: left;
	margin: 0; padding: 23px 0 0 23px;
	width: 225px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 202px;

}
html>body .featured { 
	width: 202px;

}


.featured p {
	font-size: 11px;
	line-height: 12px;
	margin: 0; padding: 4px;
}

.featured h4 {
	font-size: 13px;
	line-height: 12px;
	margin: 0; padding: 0 5px;
}

.featured a { display: block; }



.list {

	margin: 23px 0 0 23px; padding: 0;
}

.list ul {
	margin: 0; padding: 0;
}

.list li {
	background: transparent url("img/utils-arrow.gif") 0px 6px no-repeat;
	margin: 0 0 1px 0; padding: 0 0 0 10px;
	list-style: none; 
	line-height: 14px;
	font-size: 12px;
}

.list p {
	font-size: 11px;
	line-height: 16px;
	margin: 0; padding: 0 0 15px 0;
}





#footer p {
	font-size: 9px;
	margin: 0; padding: 0;
	color: #DAE6ED;
	line-height: 14px;
}

#footer a {
	color: #FFF; text-decoration: none;
} #footer a:hover { color: #DAE6ED; text-decoration: none; }

