* {
margin: 0px;
padding: 0px;
}

body {
background-color: #333;
color: #97a380;
font-family: Arial;
font-size: 12px;

}

#wrap {
margin: 0px auto;
width: 700px;
background-color: #000;
}

#header {
width: 680px;
margin: 0px auto;
}

#hleft {
width: 350px;
float: left;
margin-top: 20px;
}

#hleft img {
border: 10px solid #222;
}

#hright {
width: 300px;
float: right;
margin-top: 20px;
}

#hright h1 {
display: none;
}

#hright table {
width: 100%;
margin-top: 10px;
}

#hright td {
margin: 0px;
padding: 0px;
}



#navigation1 {
background: url(navigation.jpg) no-repeat;
width: 170px;
height: 50px;
}

#navigation1 span {
display: none;
}

#navigation1 li, #navigation1 a {
height: 50px;
display: block;
border-bottom: 0px;
}

#navigation1 li {
float: left;
list-style: none;
display: inline;
}

#navwolves {width: 170px;}
#navfl {width: 170px;}
#navfl a {background:url(navigation.jpg) 0px -50px no-repeat; border-bottom: 0px;}

#navwolves a:hover {background:url(navigation.jpg) 0px -100px no-repeat; border-bottom: 0px;}
#navfl a:hover {background:url(navigation.jpg) 0px -150px no-repeat; border-bottom: 0px;}





#navigation2 {
background: url(navigation.jpg) no-repeat;
width: 130px;
height: 50px;
}

#navigation2 span {
display: none;
}

#navigation2 li, #navigation2 a {
height: 50px;
display: block;
border-bottom: 0px;
}

#navigation2 li {
float: left;
list-style: none;
display: inline;
}

#navsite {width: 130px;}
#navclear {width: 130px;}
#navsite a {background:url(navigation.jpg) -170px 0px no-repeat; border-bottom: 0px;}
#navclear a {background:url(navigation.jpg) -170px -50px no-repeat; border-bottom: 0px;}

#navsite a:hover {background:url(navigation.jpg) -170px -100px no-repeat; border-bottom: 0px;}
#navclear a:hover {background:url(navigation.jpg) -170px -150px no-repeat; border-bottom: 0px;}



#content {
width: 660px;
padding: 20px;
text-align: justify;
line-height: 1.5;
margin: 0px auto;
}

#content h2 {
color: #587052;
font-weight: normal;
text-transform: lowercase;
font-style: italic;
font-size: 22px;
letter-spacing: 5px;
}

#content p {
margin-bottom: 10px;
}

#content ol {
width: 590px;
margin: 0px auto;
list-style-type: lower-roman;
}

#content ul {
width: 590px;
margin: 0px auto;
}

#footer {
width: 670px;
font-size: 11px;
margin: 0px auto;
text-align: center;
padding: 15px;
padding-top: 0px;
}

a {
color: #d3d6b8;
text-decoration: none;
border-bottom: 1px dotted #d3d6b8;
}

a:hover {
color: #666;
border-bottom: 1px dotted #666;
}

b, strong {
color: #6c7b73;
}

i, em {
color: #6c7b73;
}

input, select, textarea {
background-color: #222;
border: 0px;
border-bottom: 2px solid #444;
color: #d3d6b8;
padding: 5px;
font-size: 12px;
font-family: Arial;
}

td {
padding: 3px;
}

blockquote {
font-style: italic;
margin-bottom: 10px;
color: #6c7b73;
}

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;
}

.memberstable {
margin: 0px auto;
}

.clear {
clear: both;
}

.catfile {
display: none;
}

.red, .red strong {
color: red;
}

.green, .green strong {
color: green;
}