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

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

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

#header {
width: 650px;
height: 200px;
}

#header h1 {
display: none;
}

#content {
width: 650px;
text-align: justify;
}

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

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

#navigation {
clear: both;
list-style-type: none;
width: 650px;
margin-top: 10px;
text-align: right;
}

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

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

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

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

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

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

b, strong {
color: #427063;
}

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

input, select, textarea {
background-color: #fff;
border: 1px solid #484f43;
color: #444;
padding: 5px;
font-size: 12px;
font-family: Arial;
}

td {
padding: 3px;
}

p {
margin-bottom: 10px;
}

blockquote {
font-style: italic;
}

.codes ul, #affiliates ul, .codesizes ul, .codedonors ul {
list-style-type: none;
}

.codes li, #affiliates li, .codesizes li, .codedonors li {
display: inline;
}

.codes img, #affiliates img {
border: 0px;
padding: 2px;
}

#affiliates a {
border: 0px;
}

.codesizes, .codedonors {
margin: 0 auto;
width: 480px;
text-align: center;
}

.codesizes li, .codedonors li {
margin: 5px;
}

.paginate {
margin: 15px 0;
text-align: center;
}

.paginate li {
display: inline;
margin: 0 10px 0 0;
}

#countries, #members {
margin-left: 20px;
}

.clear {
clear: both;
}

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

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