body {
margin: 0;
padding: 0;
background: black;
background-image: url('../images/bkg_9_2.jpg');
background-repeat: repeat-x;
background-attachment: fixed;
text-align: center;
}

div, td, th, p {
font-family: Verdana, sans-serif;
font-size: 12px;
line-height: 17px;
color: #CCC;
}

td, th {
text-align: left;
}

table tr {
background: #005;
}

table tr:hover {
background: #008;
}

a {
color: white;
}

a:visited {
color: white;
}

img {
border: 0;
}

label {
width: 75px;
font-weight: bold;
margin-right: 1em;
text-align: right;
float: left;
}

div#headerbanner {
width: 85%;
height: 75px;
margin: 0 auto;
padding: 0 10px;
background-image: url('../images/header_bkg.jpg');
}

div#statsnav {
margin-bottom: 20px;
}

div#statsnav a:hover {
color: #E1B900;
}

div#headerbanner a:hover {
color: #E1B900;
}

h1 {
margin: 0;
padding: 0;
font-size: 18px;
font-family: Verdana, sans-serif;
color: white;
}

h2 {
padding: 0;
margin: 0;
font-size: 16px;
}

h3 {
font-size: 16px;
}

h4 {
font-size: 13px;
color: gold;
}

form {
margin: 0 auto;
}

form input {
border: 1px solid #555;
background: white;
}

form input:focus {
background: #FFEE9D;
}

form select:focus {
background: #FFEE9D;
}

form p {
text-align: left;
}

div.bar {
margin: 0 0 10px 5px;
padding: 0 0 0 5px;
background-image: url('../images/bar_bkg.jpg');
height: 18px;
color: black;
font-weight: bold;
}

div.box {
margin: 10px auto;
width: 85%;
padding: 10px;
background: #333;
border: 1px solid #777;
}

div.box form {
padding: -5px;
margin: -5px;
}

div.info {
text-align: center;
}

div.statbox {
float: left;
width: 46.7%;
background: #004;
padding: 5px;
border: 1px solid #777;
margin: 15px 7px 5px 5px;
text-align: left;
height: 210px;
}

html>body div.statbox {
height: auto;
min-height: 210px;
}

div.statbox h3 {
color: #E0C545;
margin-top: 0;
padding-top: 0;
font-size: 14px;
}

div.statbox p {
padding-top: 0;
margin-top: 0;
}

table.rows {
border-collapse: collapse;
background: #005;
border: 1px solid #008;
width: 100%;
}

table.rows th {
padding: 3px;
font-size: 11px;
border-bottom: 1px solid #008;
background: #004;
}

table.rows td {
padding: 5px 3px;
font-size: 11px; 
border-bottom: 1px solid #008;
}

table.rows td a:hover {
color: #E1B900;
}