body {
background-image: url(aragorn_bg.jpg);
background-color: #000;
background-repeat: repeat-y;
scrollbar-face-color: #000;
scrollbar-highlight-color: #000;
scrollbar-3dlight-color: #000;
scrollbar-darkshadow-color: #000;
scrollbar-shadow-color: #000;
scrollbar-arrow-color: #67614B;
scrollbar-track-color: #000;
color: #67614B;
font-family: trebuchet ms;
cursor: default;
font-size: 11px;
text-align: justify;
margin: 0px;
}

a { 
background-color: #000;
color: #B4B18E;
text-decoration: none;
cursor: default;
}

a:hover {
background-color: #000;
color: #DBD9B4;
text-decoration: none;
cursor: default;
}

a:active {
background-color: #000;
color: #B4B18E;
text-decoration: none;
cursor: default;
}

a:visited {
background-color: #000;
color: #B4B18E;
text-decoration: none;
cursor: default;
}

h2 {
color: #938760;
background-repeat: no-repeat;
font-family: georgia;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
padding-left: 20px;
}


#img {
height: 568px;
margin-top: 0px;
margin-left: 0px;
position: absolute;
width: 500px;
z-index: 1;
}

#nav {
margin-left: 470px;
margin-top: 100px;
position: absolute;
width: 450px;
text-transform: uppercase;
text-align: center;
z-index: 2;
}

#main {
margin-left: 500px;
margin-top: 125px;
position: absolute;
width: 400px;
z-index: 3;
}

.stats {
background-color: #000;
background-image: url('stats.png');
background-repeat: no-repeat;
border-left:5px solid #A39172;
margin: 0px auto;
padding: 10px;
width: 71%;
}

.stats a {
background-color: #000;
color: #DEDBB5;
}

.stats a:hover {
background-color: #000;
color: #D5B185;
}

input, textarea, select {
color: #67614B;
background-color: #000;
border: 1px solid #67614B;
font-family: trebuchet ms;
font-size: 11px;
}