* {
margin: 0px;
padding: 0px;
}

body {
background-color: #40444D;
color: #444;
font-family: Arial;
font-size: 12px;
line-height: 2;
}

#wrap {
margin: 20px auto;
width: 600px;
}

#header {
width: 600px;
}

#header h1 {
display: none;
}

#content {
background-color: #f0f0f0;
width: 560px;
padding: 20px;
padding-top: 0px;
padding-bottom: 10px;
text-align: justify;
}

#content ol {
width: 500px;
margin: 0px auto;
list-style-type: lower-roman;
}

#content ul {
background-color: #f0f0f0;
width: 500px;
margin: 0px auto;
}

#navigation {
background-color: #f0f0f0;
list-style-type: none;
padding-top: 10px;
text-align: right;
text-transform: lowercase;
}

#navigation ul {
width: 580px;
}

#navigation li {
display: inline;
padding-left: 20px;
}

#navigation li a {
text-transform: uppercase;
}

#footer {
background-color: #f0f0f0;
width: 580px;
padding: 10px;
padding-top: 0px;
clear: both;
font-size: 10px;
text-align: center;
}

a {
color: #8DA7B6;
border-bottom: 1px dotted #8DA7B6;
text-decoration: none;
}

a:hover {
color: #888;
border-bottom: 1px dotted #888;
text-decoration: none;
}

h2 {
color: #8DA7B6;
font-family: Garamond;
font-weight: normal;
font-style: italic;
text-transform: lowercase;
letter-spacing: 3px;
text-shadow: 1px 1px 1px #aaa;
font-size: 200%;
}

b, strong {
color: #8DA7B6;
}

i, em, blockquote {
color: #888;
}

input, select, textarea {
background-color: #fff;
border: 1px solid #8DA7B6;
color: #444;
padding: 5px;
font-size: 12px;
font-family: Arial;
}

td {
padding: 3px;
}

p {
margin-bottom: 10px;
}

blockquote {
font-style: italic;
}

p.center {
text-align: center;
}

.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;
}

.catimg {
float: left;
margin-right: 10px;
}

#subnav {
text-align: center;
margin-bottom: 10px;
}

#subnav ul {
list-style-type: none;
}

#subnav li {
display: inline;
padding-left: 15px;
}

.clear {
clear: both;
}

.memberstable {
margin: 0px auto;
}

.catfile {
display: none;
}

.red, .red strong {
color: red;
}

.green, .green strong {
color: green;
}