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

body {
background-color: #333;
color: #dbc19c;
font-family: Arial;
font-size: 12px;
line-height: 2;
}

#wrap {
background-color: #000;
margin: 20px auto;
width: 600px;
}

#header {
width: 600px;
}

#header h1 {
display: none;
}

#content {
padding: 20px;
width: 560px;
text-align: justify;
}

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

#content ul {
width: 500px;
margin: 0px auto;
}

#navigation {
list-style-type: none;
width: 560px;
margin: 0px auto;
text-align: right;
}

#navigation li {
display: inline;
padding-left: 20px;
}

#navigation li a {
font-weight: bold;
text-transform: uppercase;
border-bottom: 0px;
}

#footer {
clear: both;
}

#footer img {
float: left;
}

#footer p {
font-size: 10px;
float: right;
width: 180px;
margin-top: 240px;
text-align: right;
padding-right: 20px;
}

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

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

h2 {
color: #cc9a45;
font-family: Georgia;
font-weight: normal;
text-transform: lowercase;
letter-spacing: 8px;
}

b, strong {
color: #aa651a;
}

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

input, select, textarea {
background-color: #222;
border: 1px solid #666;
color: #f0f0f0;
padding: 5px;
font-size: 12px;
font-family: Arial;
}

td {
padding: 3px;
}

p {
margin-bottom: 10px;
}

blockquote {
font-style: italic;
}

p.center {
text-align: center;
}

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

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

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

.codesort p {
margin: 0px;
}

.clear {
clear: both;
}

.memberstable {
margin: 0px auto;
}

.catfile {
display: none;
}

.red, .red strong {
color: red;
}

.green, .green strong {
color: green;
}