* {
margin: 0px;
padding: 0px;
}

body {
color: #898989;
font-family: "Trebuchet MS", sans-serif;
font-size: 13px;
background-color: #232323;
}

#wrapper {
margin: 0px auto;
width: 500px;
background-color: #282828;
}

#header {
width: 500px;
}

#header h1 {
display: none;
}

#content {
width: 480px;
padding: 10px;
text-align: justify;
line-height: 2;
}

#content ol {
width: 400px;
margin: 5px auto;
list-style-type: lower-roman;
}

#content ul {
width: 440px;
margin: 5px auto;
}

#nav {
text-align: right;
}

#nav ul {
margin: 0px auto;
}

#nav li {
display: inline;
padding-left: 10px;
padding-right: 10px;
}

#nav a {
font-family: "Century Gothic", sans-serif;
letter-spacing: 1px;
color: #727682;
border: 0px;
}

#nav a:hover {
color: #bbb;
}

#footer {
width: 480px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
line-height: 2;
font-size: 11px;
}

a {
color: #727682;
border-bottom: 1px dotted #727682;
text-decoration: none;
}

a:hover {
color: #8c986d;
border-bottom: 1px dotted #8c986d;
}

h2 {
font-family: "Century Gothic", sans-serif;
padding-left: 20px;
letter-spacing: 5px;
color: #bdb2ac;
}

p {
margin-bottom: 10px;
}

p.stats {
width: 400px;
margin: 0px auto;
}

blockquote {
font-style: italic;
}

p.center {
text-align: center;
}

p.center a {
border-bottom: 0px;
}

p.center2 {
text-align: center;
}

input, textarea, select {
border: 0px;
padding: 5px;
background-color: #454545;
border-bottom: 2px solid #908884;
color: #898989;
font-family: "Trebuchet MS", sans-serif;
font-size: 12px;
}

td {
padding: 5px;
}

.codesort li {
display: inline;
padding-right: 0.5em;
}

.codesort ul {
list-style-type: none;
text-align: center;
}

.codesort p {
margin: 0px;
}

#content img {
margin: 0px auto;
border: 5px solid #ededed;
margin-bottom: 10px;
}

#codes img {
border: 0px;
}

.memberstable {
margin: 0px auto;
}

b, strong {
color: #979781;
}

i, em, blockquote {
color: #a7ae87;
}

.catfile {
display: none;
}