body {
   margin: 0px;
   padding: 0px;
   color: #FEFFFF;
   font-family: Arial, Verdana, Tahoma, Serif;
   font-weight: normal;
   font-size: 12px;
   background-color: #040607;
}
a:link, a:visited, a:active {
    text-decoration:none; 
    color:#147991;
    font-weight: bold;
    background-color: #FEFFFF;
}
a:hover {
    text-decoration:none;
    color:#AA4342;
    font-weight: bold;
    background-color: #FEFFFF;
}
td.cast {
   text-align: center;
   padding-bottom: 5px;
}
#navcontainer { 
background-color: #FEFFFF;
text-transform: uppercase;
color: #040607;
letter-spacing: 1px;
margin: 0;
   width: 125px;
   position: absolute;
     top: 340px;
     left: 520px;
}

#navlist {
margin: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navlist a {
display: block;
padding: 3px;
padding-left: 20px;
}

#navlist a:link, #navlist a:visited {
background-color: #FEFFFF;
color: #AA4342;
text-decoration: none;
}

#navlist a:hover {
background-image: url(images/navbg.gif);
background-repeat: no-repeat;
background-color: #FEFFFF;
color: #040607;
}

#ad {
position: absolute;
left: 520px;
top: 10px;
}
#container {
     background-color: #FEFFFF;
	 color: #040607;
     width: 450px;
     text-align: justify;
     padding: 0px;
     position: absolute;
     top: 0px;
     left: 50px;
}

#main {
     background: transparent;
     width: 98%;
     text-align: justify;
	 margin-left: auto;
	 margin-right: auto;
     padding: 0px;
     border: 0px;

}
h1 {
     background-color: #FEFFFF;
     font-weight: bold;
	 font-size: 12px;
     color: #AA4342;
     font-family: Arial, Tahoma, Verdana, Serif;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 border-bottom: 1px solid #040607;
	 margin: 0px;
}
p {
   margin-top: 0;
 }
#about {
   padding-top: 4px;
   padding-right: 0px;
   padding-left: 4px;
   padding-bottom: 0px;
}
.ccenter {
    text-align: center;
}
.codes {
    margin: 1px;
	border: 0;
}
.codeblock {
    text-align: left;
	margin-top: 1px;
}
.quote {
    font-style: italic;
    font-family: tahoma, Arial, verdana, serif;
    font-weight: normal;
    font-size: 11px;
    text-align: justify;
}
ul {
   list-style-type: square;
   margin-top: 0;
}
ul.trivia li {
   list-style-type: square;
   margin-top: 0;
   padding-bottom: 8px;
}
ul.quotes li {
   list-style-type: square;
   margin-top: 0;
   padding-bottom: 8px;
}
textarea, input, select {
   background: #040607;
   color: #FEFFFF;
   padding: 2px;
   margin: 2px;
   border: 0;
}
.form {
width: 96%;
}
#footer {
   text-align: center;
   padding-top: 5px;
   padding-bottom: 3px;
 }

hr {
  color: #147991;
  background-color: #147991;
  height: 1px;
  width: 80%;
}
.thumb {
   margin: 2px;
   padding: 4px;
   border: 1px solid #147991;
   background-color: #FFFFFF;
}

/* CodeSort */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

h2 {
font-size: 12px;
font-weight: bold;
margin: 0;
}

h3 {
font-size: 12px;
font-weight: bold;
margin: 0;
}

.codesort p {
margin-top: 0;
margin-bottom: 10px;
text-align: justify;
}

.codesort img {
margin: 1px;
border: 0;
}

.credit, .credit p {
text-align: center;
}

/*	FanUpdate 1.6 CSS classes	*/

p.catfile {
margin: 0;
}

div.credit {
clear: both;
text-align: center;
margin: 1em 0 0 0;
}

div.credit p {
margin-top: 0;
margin-bottom: 10px;
}