/* CSS Document */
<style type="text/css">
<!--
body {
	background-color: #000000;
	text-align:center;
	min-width:800px;
}
div.maincontent {
	width: 800px;
}
div.header {
	text-align: right;
	vertical-align: middle;
	border: none;
	height:165px;
	clear: both;
	color:#FFFFFF;
}
div.leftcolumn {
	width:375px;
	float:left;
	background:#fff;
	border: none;	
	color: #000000;
	padding: 10px;
}
div.rightcolumn {
	width:375px;
	float: right;
	background:#222222;
	border: none;
	color:#FFFFFF;
	padding: 10px;
}

div.container {
    position: absolute;
    width:800;
	height:600;   
}


img.displayed {
    display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

div.f_image {

	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

div.fb_about {
	position: relative;
	top: 20;
	left: 100;
	z-index: 0;
}

div.fb_links {
	position: absolute;
	left:100;
	z-index: 5;
}

div.footer {
    text-align: center;
	vertical-align: bottom;
	color: white;
	font-size: 0.7em;
	height: 2em;
    clear:both;
	margin-top: 0px;
}

div.footergrey {
    text-align: center;
	vertical-align: bottom;
	color: #333333;
	font-size: 0.7em;
	height: 2em;
    clear:both;
	margin-top: 0px;
}

div.centertext11 {
	text-align: center;
	color: white;
	font-size: 0.9em;
	height: 2em;
}

div.text9 {
	text-align: right;
	color: white;
	font-size: 0.9em;
	height: 2em;
}

div.leftext9 {
	text-align: left;
	color: white;
	font-size: 0.8em;
	height: 1em;
}

div.leftext10 {
	text-align: left;
	color: white;
	font-size: 1.0em;
	height: 1em;
}

div.cast {
	text-align: center;
	color: white;
	font-size: 1.0em;
}

div.filmtitle {
	text-align: center;
	font-style: italic;
	color: wite;
	font-size: 35px;
}

div.nav {
	height: 1.5em;
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
div.navbutton {
	background-color:#333333;
	color:#FFFFFF;
	font-weight: bold;
	font-size: .8em;
	border: none;
	width: 100px;
	height: 1.5em;
	float: left;
	clear:none;
	margin: 0px;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
div.navbutton:hover {
	background-color:#8a6111;
}
a.nav, a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
	color:#FFFFFF;
	text-decoration: none;
}
img.logo {
	float: left;
}

p.serif {
  font-family: serif;
  font-size: 1.2em;
}

p.serif2 {
  font-family: serif;
  font-size: 1.2em;
}

#castDBtitle {
  text-align: center;
  font-family: serif;
  font-size: 28pt;
}

#imgpurdie {
   z-index: 1;
   position:absolute;
   top: 0px;
   left: 0px;
}

#imgband {
   z-index: -1;
   position:absolute;
   top: 0px;
   left: 0px;
}
#imglacey {
   z-index: 2;
   position:absolute;
   bottom: 0px;
   right: 0px;
}

.table_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
}

.table_grey th {
	background-color: #EEEEEE;
}

.table_grey td {
	background-color: #FFFFFF;
}

body,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}
a:link {
	color: red;
}
a:visited {
	color: red;
}
a:hover {
	color: red;
}
a:active {
	color: red;
}

.links { color:#999999; font-size: 12px }
.links a { color: #999999; text-decoration: none }
.links a:hover { color: #999999; text-decoration: underline }
.links a:visited { color: #999999; text-decoration: none }
.links a:visited:hover { color: #999999; text-decoration: underline }
-->
</style>

