/* Body */
body {
padding: 0;
margin: 0;
color: #A5A5A5;
font-family: Tahoma, Arial, Verdana, Serif;
font-size: 11px;
background-image: url(images/bg.jpg);
background-color: #1B1B1B;
margin-top: 15px;
margin-bottom: 15px;
margin-right: auto;
margin-left: auto;
text-align: center;
}

/* Links */
a:link, a:visited, a:active {
text-decoration: none; 
color:#D70000;
font-weight: bold;
background-color: transparent;
}

a:hover {
text-decoration: none;
color:#636363;
font-weight: bold;
background-color: transparent;
}

/* Layout */
#layout {
width: 550px;
margin: auto;
background-color: #080808;
border-left: 1px solid #080808;
border-right: 1px solid #080808;
}

#header {
height: 350px;
background-image: url(images/main.jpg);
background-repeat: no-repeat;
}

#left {
float: left;
width: 24%;
text-align: justify;
padding: 5px;
}

#main {
text-align: justify;
float: right;
width: 72%;
padding: 5px;
border: 0;
margin-right: auto;
margin-left: auto;
}

#footer {
text-align: right;
width: 550px;
height: 20px;
padding: 0;
margin-left: auto;
margin-right: auto;
clear: both;
}

/* Navigation */
#navcontainer { 
text-transform: uppercase;
letter-spacing: 1px;
margin: 0;
line-height: 10px;
padding-bottom: 10px;
}

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

#navlist a {
display: block;
padding: 2px;
padding-left: 10px;
margin-top: 1px;
}

#navlist a:link, #navlist a:visited {
color: #A5A5A5;
background-color: #1B1B1B;
text-decoration: none;
}

#navlist a:hover {
color: #1B1B1B;
background-color: #A5A5A5;
text-decoration: none;
}

/* Headers */
h2 {
font-weight: bold;
font-size: 12px;
color: #636363;
font-family: Arial, Tahoma, Verdana, Serif;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0;
margin-bottom: 1px;
border-bottom: 1px solid #1B1B1B;
}

/* Common */
p {
margin-top: 0;
margin-bottom: 10px;
}

.photo {
margin: 2px 4px 0 4px;
}

.ccenter {
text-align: center;
}

.codes {
margin: 1px;
border: 0;
}

.codeblock {
text-align: left;
margin-top: 2px;
}

.quote {
font-style: italic;
text-align: justify;
}

.thumbnails {
padding: 1px;
margin: 2px;
background-color: #0A50A1;
}

.stuff {
padding: 2px;
}

.hidden {
display: none;
}

/* Lists */
ul {
list-style-type: square;
margin-top: 0;
margin-bottom: 10px;
}

/* Forms */
textarea, input {
font-family: Tahoma, Arial, Verdana, Serif;
font-size: 11px;
color: #A5A5A5;
background-color: #1B1B1B;
padding: 2px;
margin: 2px;
border: 0;
}

select {
font-family: Tahoma, Arial, Verdana, Serif;
font-size: 11px;
color: #A5A5A5;
background-color: #1B1B1B;
padding: 2px;
margin: 2px;
border: 0;
}

.form {
width: 96%;
}

/* CodeSort */
.codesort label {
float: left;
width: 12em;
text-align: right;
margin: 0 0.5em 0 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;
}