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

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

#wrap {
margin: 20px auto;
width: 770px;
}

#rightie {
float: right;
width: 150px;
}

#rightie img {
display: block;
padding: 10px;
border: 1px solid #ccc;
margin-bottom: 20px;
}

#leftie {
width: 600px;
float: left;
}

#header {

}


#header h1 {
display: none;
}

#content {
width: 600px;
text-align: justify;
float: left;
}

#content ol {
width: 520px;
margin: 0px auto;
list-style-type: lower-roman;
list-style-image: url(bulletpaw.jpg);
}

#content ul {
width: 520px;
margin: 0px auto;
list-style-image: url(bulletpaw.jpg);
}

#navigation {
list-style-type: none;
width: 600px;
margin-bottom: 10px;
text-align: center;
}

#navigation li {
display: inline;
padding: 0px 10px;
}

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

#footer {
clear: both;
font-size: 10px;
text-align: center;
padding-top: 10px;
}

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

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

h2 {
color: #666;
font-weight: normal;
font-style: italic;
text-transform: lowercase;
letter-spacing: 3px;
}

b, strong {
color: #91773C;
}

i, em, blockquote {
color: #91773C;
}

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

.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;
}