* {
margin: 0px;
padding: 0px;
}

body {
background-color: #383735;
color: #24110B;
font-family: Arial;
font-size: 12px;
line-height: 2;
}

#wrap {
background-color: #666;
background-image: url(layout.jpg);
background-repeat: no-repeat;
margin: 20px auto;
width: 850px;
height: 565px;
}

#main {
position: relative;
top: 60px;
left: 300px;
width: 520px;
height: 425px;
overflow: auto;
}

#header {

}

#header h1 {
display: none;
}

#content {
width: 500px;
text-align: justify;
}

#content ol {
width: 440px;
margin: 0px auto;
list-style-type: lower-roman;
}

#content ul {
width: 440px;
margin: 0px auto;
}

#navigation {
position: relative;
top: 23px;
left: 250px;
width: 100px;
height: 50px;
list-style-type: none;
text-align: right;
line-height: 1.5;
}

#navigation li {
display: block;
}

#navigation li a {
font-family: "Courier New";
font-weight: bold;
text-transform: uppercase;
text-shadow: 1px 1px 1px #999;
border-bottom: 0px;
}

#footer {
font-size: 10px;
text-align: center;
}

a {
color: #000;
border-bottom: 1px dotted #000;
text-decoration: none;
}

a:hover {
color: #666;
border-bottom: 1px dotted #666;
text-decoration: none;
}

h2 {
color: #383735;
font-family: "Courier New";
text-transform: lowercase;
text-shadow: 1px 1px 1px #999;
letter-spacing: 8px;
}

b, strong {
color: #140D07;
}

i, em, blockquote {
color: #140D07;
}

input, select, textarea {
background-color: transparent;
border: 0px;
border-bottom: 2px solid #333;
color: #333;
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;
}