body {
background-image: url(lbback.png);
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: #BA0E04;
scrollbar-track-color: #000;
color: #FFFFFD;
cursor: default;
font-family: trebuchet ms;
font-size: 11px;
text-align: justify;
margin: 0px;
}

a { 
background-color: #000;
color: #BA0E04;
text-decoration: none;
}

a:hover {
background-color: #000;
color: #8ABD3E;
text-decoration: none;
cursor: default;
}

a:active {
background-color: #000;
color: #BA0E04;
text-decoration: none;
}

a:visited {
background-color: #000;
color: #BA0E04;
text-decoration: none;
}

h2 {
color: #BE9A3B;
background-repeat: no-repeat;
font-family: georgia;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
padding-left: 20px;
}


#img {
height: 550px;
margin-top: 0px;
margin-left: 0px;
position: absolute;
width: 750px;
z-index: 1;
}

#nav {
margin-left: 130px;
margin-top: -280px;
position: absolute;
width: 450px;
text-transform: uppercase;
text-align: center;
}

#nav a {
background-color: #000;
color: #8ABD3E;
}

#nav a:hover {
background-color: #000;
color: #BA0E04;
}

#main {
margin-left: 230px;
margin-top: 330px;
position: absolute;
width: 490px;
z-index: 2;
}

.stats {
background-color: #477A2C;
border-left:5px solid #4E0000;
margin: 0px auto;
padding: 10px;
width: 90%;
}

.stats a {
background-color: #477A2C;
color: #C9EE7A;
}

.stats a:hover {
background-color: #477A2C;
color: #000;
}

input, textarea, select {
color: #FFFFFD;
background-color: #000;
border: 1px solid #BA0E04;
font-family: trebuchet ms;
font-size: 11px;
}