* {
margin: 0px;
padding: 0px;
}

body {
background-color: #986A49;
color: #444;
font-family: Arial;
font-size: 12px;
line-height: 2;
}

#wrap {
background-color: #fff;
width: 857px;
margin: 20px auto;
}

#leftie {
float: left;
width: 267px;
padding: 20px;
}

#rightie {
float: right;
width: 525px;
padding: 20px;
padding-left: 0px;
}

#image {

}

#header {

}


#header h1 {
display: none;
}

#content {
width: 525px;
text-align: justify;
}

#content ol {
width: 445px;
margin: 0px auto;
list-style-type: lower-roman;
list-style-image: url(horseshoe.jpg);
}

#content ul {
width: 445px;
margin: 0px auto;
list-style-image: url(horseshoe.jpg);
}

#navigation {
list-style-type: none;
width: 267px;
}

#navigation li {
background-color: #E6E2D7;
display: block;
margin-top: 10px;
padding: 10px 20px;
}

#navigation li a {
font-weight: bold;
text-transform: uppercase;
border-bottom: 0px;
}

#footer {
clear: both;
font-size: 10px;
text-align: center;
padding-top: 10px;
}

a {
color: #7C7C86;
border-bottom: 1px dotted #7C7C86;
text-decoration: none;
}

a:hover {
color: #4f4944;
border-bottom: 1px dotted #4f4944;
text-decoration: none;
}

h2, h3 {
color: #986A49;
font-weight: normal;
text-transform: lowercase;
letter-spacing: 3px;
padding-left: 20px;
}

b, strong {
color: #E4825D;
}

i, em, blockquote {
color: #E4825D;
}

fieldset {
border: 0px;
margin-bottom: 12px;
padding: 2px;
}

legend {
padding-left: 20px;
font-weight: bold;
border-bottom: 1px solid #999;
width: 100%;
}

fieldset label {
float: left;
width: 25%;
}

fieldset input.input1, fieldset select, fieldset textarea {
float: left;
margin: 0 1%;
width: 46%;
margin: 5px;
display: block;
}

fieldset input.input3 {
margin-left: 10px;
}

input, select, textarea {
background-color: #fff;
border: 1px solid #7C7C86;
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;
}