body {
	font-family: helvetica, arial, sans-serif;
	font-style: normal;
	text-align: justify;
	background: #fdb233 url('images/logo.gif') no-repeat fixed center;
}

a
{
	text-decoration: none;
	padding: .1em 0;
	position: relative;
	z-index: 1;
}
a:link
{
	color: #000097;
}
a:visited
{
	color: #cf0000;
}
a:focus
{
	color: #fff;
}
a:hover
{
	color: #fff;
}
a:active
{
	color: #fff;
}

#nav {
	float: left;
	position: fixed !important;
	padding: 1em 0;
	margin: 5px;
	width: 200px;
	left: 20px;
	z-index: 3;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 14em;
}
#nav li {
	position: relative;
	float: left;
	line-height: 1.25em;
	width: 9em;
	text-align: left;
	font-size: 90%;
	padding: 0.3em;
	background: #fc3;
	border-left: 1px solid #630;
	border-right: 1px solid #630;
	border-top: 1px solid #630;
	z-index: 5;
}
#nav li.accessibility {
	left: -999em;
}

#nav li.sub, #nav li ul li.sub {
	background: #630 url('images/sub.gif') no-repeat right center;
	color: #fff;
	border-left: 1px solid #630;
	border-right: 1px solid #630;
	border-top: 1px solid #630;
	z-index: 10;
}

#nav li ul {
	position: absolute;
	left: -999em;
	margin-left: 1.8em;
	margin-top: -1.45em;
	z-index: 20;
}
#nav li:hover ul li ul, #nav li.sfhover ul li ul {
	position: absolute;
	left: -999em;
	margin-left: 4.3em;
	margin-top: -1.45em;
	z-index: 30;
}
#nav li:hover ul, #nav li.sfhover ul, #nav li:hover ul li:hover ul, #nav li.sfhover ul li.sfhover ul {
	left: 5.5em;
	font-size: 111%;
}
#nav li ul li, #nav li ul li ul li {
	display: block;
	width: 12em;
	clear: left;
}
#nav li ul.season li {
	width: 6em;
}
#nav li:hover, #nav li:hover ul li:hover, #nav li.sfhover, #nav li.sfhover ul li.sfhover {
	background : #c93;
	color: #000;
	z-index: 20;
}

#nav li.nohover {
	background: #fc3;
	border-bottom: 1px solid #630;
}
#nav a {
	color: #000097;
	display: block;
	text-decoration: none;
	border: none;
}

#nav a:hover {
	display: block;
	text-decoration: none;
	font-style: normal;
}

#nav img {
	padding-left: 10px;
	padding-right: 10px;
}

div.content {
	padding: 1em 0;
	margin-left: 220px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	z-index: 1;
}

div.content img {
	border: none;
	z-index: 1;
}

div.content img.headerimage {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.dvds {
	display: inline;
	width: 85px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	z-index: 1;
}

div.changedetection, div.webring, div.counter {
	clear: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	z-index: 1;
}

div.changedetection table, div.webring table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: none;
	z-index: 1;
}

div.webring table tr td {
	vertical-align: bottom;
}

div.centeredtable {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.snapshots {
	text-align: center;
}

div.snapshots img {
	padding: 5px;
}

span.small {
	font-size: 60%;
}

span.large {
	font-size: 110%;
}

div.validator {
	clear: both;
	padding: 1em 0;
	margin-left: 220px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
}

div.validator p {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.validator img, div.validator a {
	border: none;
	z-index: 1;
}

div.footer {
	clear: both;
	padding: 1em 0;
	margin-left: 220px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}

div.footer p {
	text-align: left;
	font-size: 60%;
	margin: 0;
	font-style: italic;
}

h1 {
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}

p.update {
	font-size: 80%;
	text-align: center;
}

span.preorder {
	font-size: 80%;
	font-style: italic;
}

ul.updates {
	list-style-type: none;
	list-style-image: url('images/ball.gif');
}

h4.dvd {
	clear: left;
}

span.counter {
	color: #03f;
	font-weight: bold;
}

form table {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
	border: 1px solid #000;
}

td {
	text-align: left;
}


td.tdcenter {
	text-align: center;
}

li.question {
	list-style-type: none;
	list-style-image: url('images/q.gif');
	color: #f00;
	font-weight: bold;
	margin-top: 20px;
}
li.answer {
	list-style-type: none;
	list-style-image: url('images/a.gif');
}

table.episodelist {
	margin-left: auto;
	margin-right: auto;
}

table.episodelist td {
	padding: 0.3em;
	border-bottom: 1px solid #630;
}

tr.header {
	font-style: italic;
	text-align: left;
	vertical-align: middle;
	background: #630;
	color: #fff;
}

td.episodetitle {
	text-align: right;
	border-right: 1px solid #630;
}

table.episodelist td.noborder {
	border: none;
}

h2.blue, h3.blue, th.blue {
	text-align: center;
	color: #000097;
	font-weight: bold;
	padding-bottom: 10px;
}

td.blue, span.blue {
	color: #000097;
	font-weight: bold;
	font-size: 120%;
	padding: 10px;
}

h3.episodeblue {
	color: #000097;
	font-weight: bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

table.episode td {
	vertical-align: top;
	padding: 0.2em;
}

table.script {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

table.script td {
	vertical-align: top;
	padding: 0.2em;
}

table.script th {
	text-align: left;
	font-weight: bold;
	padding: 0.2em;
}

table.script th.center {
	text-align: center;
}

table.guestcrew {
	margin-top: 20px;
}

table.guestcrewsearch {
	margin-left: 0px;
}

div.vital img {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

div.floatleft img {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

div.imageoffset {
	margin-left: 230px;
}

div.vital ul {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div.clear {
	clear: left;
}

div.clear2 p, div.clear2 img {
	clear: left;
	float: left;
}

div.rightdetails {
	width: 200px;
	float: right;
	text-align: left;
}

div.right {
	float: right;
}

div.rightclear {
	clear: right;
}

table.tree {
	background: #fff;
	padding: 0px;
	color: #000;
	font-size: 75%;
	border-collapse: collapse;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #fff;
}

table.tree tr, table.tree tr td {
	text-align: center;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	color: #000;
}

table.tree img {
	padding: 0px;
	margin: 0px;
}

table.tree a {
	color: #000;
}

table.tree a:focus, table.tree a:hover {
	font-style: normal;
}

span.red {
	color: #f00;
}

table.taylor {
	width: 2200px;
	height: 1125px;
}

table.borland {
	width: 700px;
	height: 625px;
}

table.wilson {
	width: 1500px;
	height: 1000px;
}

dl {
	padding: 20px;
}

dl dd {
	padding-bottom: 20px;
}

dl dt {
	font-size: 110%;
}

table.press tr td {
	vertical-align: bottom;
	text-align: center;
}
table.press tr td img {
	padding: 5px;
}

ul.press li {
	padding: 10px;
}

table.filmog {
	border: 1px solid #630;
	background: #fdb233;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 95%;
}

table.filmog td, table.filmog th {
	padding: 4px;
	border: 1px solid #630;
	background: #fdb233;
}

table.guestbook {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}

table.guestbook tr {
	background: #fc3;
}

table.guestbook tr.guestheader {
	background: #009;
	color: #fff;
	font-weight: bold;
}

table.guestbook tr.guesttitle {
	background: #fb0;
}

table.guestbook tr td {
	padding: 5px;
}

table.guestbookentry {
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
table.guestbookentry tr {
	background: #fc3;
}

table.guestbookentry tr.guestheader {
	background: #009;
	color: #fff;
	font-size: 75%;
}

table.guestbookentry tr.guesttitle {
	background: #fb0;
	font-weight: bold;
}

iframe {
	margin: 5px;
}

table.gallery {
	margin-left: auto;
	margin-right: auto;
}

table.gallery tr td {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: bottom;
	width: 200px;
}
