body {
   padding: 0;
   color: #4F5459;
   font-family: Arial, Tahoma, Verdana, Serif;
   font-weight: normal;
   font-size: 12px;
   background-image: url(images/bg.gif);
   background-repeat: repeat-x;
   background-attachment: fixed;
   background-color: #FFECEC;
   margin-top: 0;
   margin-bottom: 0;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}
a:link, a:visited, a:active {
    text-decoration: none; 
    color:#A3A4AC;
    font-weight: bold;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
    color:#4F5459;
    font-weight: bold;
    background-color: transparent;
}
td.cast {
   text-align: center;
   padding-bottom: 5px;
}
#container {
     width: 500px;
     padding: 0;
	 background-color: #FFECEC;
	 margin-right: auto;
     margin-left: auto;
     text-align: center;
	 border-left: 4px solid #020510;
	 border-right: 4px solid #020510;
}
#layout {
     width: 500px;
     padding: 0;
	 text-align: justify;
	 margin-right: auto;
     margin-left: auto;
     text-align: center;
}
#navcontainer ul
{
text-align: center;
padding: 0px;
margin: 0px;
width: 100%;
line-height: 18px;
padding-bottom: 10px;
text-transform: uppercase;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding: 0;
line-height: 18px;
}

#navcontainer ul li a
{
padding-top: 2px;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
text-decoration: none;
}

#navcontainer ul li a:hover
{
text-decoration: none;
}
#main {
     text-align: justify;
     padding: 0px;
     border: 0px;
	 width: 98%;
	 margin-right: auto;
     margin-left: auto;
}
h1 {
     background-image: url(images/h1bg.gif);
	 background-repeat: repeat-y;
     font-weight: bold;
	 font-size: 11px;
	 padding-left: 5px;
     color: #FFECEC;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 margin: 0;
}
p {
   margin-top: 0;
 }
 #about {
   padding-top: 4px;
   padding-right: 0px;
   padding-left: 4px;
   padding-bottom: 0px;
}
.ccenter {
    text-align: center;
}
.codes {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
	border: 0px;
}
.codeblock {
    background-color: transparent;
    text-align: left;
}
.quote {
    background-color: transparent;
    font-weight: normal;
    font-style: italic;
    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: #FFECEC;
   color: #4F5459;
   padding: 2px;
   border: 0;
   border: 1px solid #A3A4AC;
   margin: 2px;
}

.form {
width: 96%;
}

.thumbnails {
   padding: 1px;
   margin-top: 2px;
   margin-bottom: 2px;
   margin-left: 2px;
   margin-right: 2px;
   background-color: #FFFFFF;
}

#footer {
    text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}
.stuff {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

/* 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;
}