body {
background-image: url("img/top.png");
background-repeat: no-repeat;
background-position: top left;
background-attachment: fixed;
background-color: #181818;
}

::-webkit-scrollbar-thumb:vertical {
background-color: #181818;
height: 100px;
}
::-webkit-scrollbar { 
height: 10px;
width: 10px; 
background-color: #1a1a1a;
}


/* CONTAINER */
#container {
width: 880px;
float: left;
}


/* MAIN NAVIGATION */
#nav {
text-align: center;
width: 400px;
margin-top: 460px;
position: fixed;
}

#nav table, th {
text-align: center;
width: 100px;
}

#nav td {
width: 100px;
}

#nav td a {
background-color: #3a2e26;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 9px;
color: #68564b;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;
display: block;
line-height: 20px;
height: 20px;
opacity: 1;
width: 80px;
border-radius: 3px;

-moz-border-radius: 3px;

-webkit-border-radius: 3px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}

#nav td a:hover {
color: #181818;
text-decoration: none;
}


/* CONTENT */
#content {
font-family: Lucida sans unicode, sans-serif;
font-size: 11px;
color: #4a3c31;
letter-spacing: 1px;
text-align: justify;
line-height: 20px;
width: 500px;
float: right;
}

#content b, strong {
color: #591b18;
font-weight: normal;
}

#content i, em {
color: #715749;
}

#content h1 {
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
font-size: 22px;
color: #721d19;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 6px;
text-align: center;
padding: 5px;
}

#content h2 {
background-color: #1a1a1a;
font-family: Courier New, monospace;
font-size: 12px;
color: #484133;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 4px;
text-align: center;
margin-top: -20px;
}

#content a {
color: #5e5543;
text-decoration: none;
}

#content a:hover {
text-decoration: line-through;
}

#content blockquote {
background-color: #1a1a1a;
line-height: 16px;
text-align: center;
width: 420px;
margin: auto;
padding: 2px;
}

#content textarea, input {
background-color: #1a1a1a;
border: 0px;
color: #721d19;
font-family: Courier New, monospace;
font-size: 11px;
letter-spacing: 1px;
}

.codesort li {
display: inline;
padding-right: 0.5em;
}


/* MEMBERS LIST */

#list {
width: 400px;
margin: auto;
}

#list table, th {
text-align: center;
width: 400px;
}

#list td {
width: 200px;
}


/* AFFILIATES */

#affs {
text-align: center;
}

#affs img {
border: 6px solid #202020;
margin: 5px;
opacity: .8;
}



/* DISCLAIMER */

#disclaimer {
font-family: Tahoma, Geneva, sans-serif;
font-size: 9px;
letter-spacing: 2px;
line-height: 10px;
text-align: center;
padding: 5px;
border-radius: 5px;

-moz-border-radius: 5px;

-webkit-border-radius: 5px;
}

/* CLEAR */

#clear {
padding: 5px;
}
