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

body {
background-color: #222;
background-image: url(bg.gif);
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: #fff;
width: 560px;
padding: 20px;
text-align: justify;
}

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

#content ul {
background-color: #fff;
width: 520px;
margin: 0px auto;
}

#navigation {
background-color: #fff;
list-style-type: none;
text-align: right;
text-transform: lowercase;
}

#navigation ul {
width: 580px;
}

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

#navigation li a {
text-transform: uppercase;
}

#footer {
width: 600px;
height: 30px;
clear: both;
font-size: 10px;
text-align: center;
background-image: url(bottom.jpg);
}

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

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

h2 {
color: #67bec6;
font-family: "Century Gothic";
font-weight: normal;
text-transform: lowercase;
letter-spacing: 3px;
font-size: 130%;
}

b, strong {
color: #67bec6;
}

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

input, select, textarea {
background-color: #fff;
border: 1px solid #67bec6;
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;
}

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

p.center2 {
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;
}

.clear {
clear: both;
}

.memberstable {
margin: 0px auto;
}

.catfile {
display: none;
}

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

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