html{
    overflow: -moz-scrollbars-vertical !important;
}

body {
    background-color: #000000;
    text-align: center;
    font-size: .8em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
   color: #4169E1;
   text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

a:visited {
    color: #4169E1;
    text-decoration: none;
}

div {
    float: left;
}

h1 {
    font-size: 1.1em;
    font-family: Georgia, serif;
   margin-top: 0px;
    margin-bottom: 5px;
    color: #666666;
}

h2 {
    font-family: Georgia, serif ;
    font-size: .9em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #EEE8AA;
}

span {
    margin-left: 10px;
}

img {
    border: 1px solid #000000;
}

input {
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #000000;
    background-color: #666666;
}

#wrapper {
    margin: 0 auto;
    float: none;
    width: 840px;
    height: auto;
    color: #FFFFFF;
    text-align: left;
}

#top {
    width: 840px;
    height: 172px;
    background-image: url(../images/top.png);
    background-repeat: no-repeat;
}

#middle {
    width: auto;
    height: auto;
    border-left: 4px solid #FFFFFF;
    border-right: 4px solid #FFFFFF;
    background-color: #070707;
    padding: 10px;
    padding-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

#middleForce {
    width: 772px;
}

#containerL {
    padding-right: 10px;
    width: 610px;
    height: auto;
}

#containerR {
    border-left: 2px dotted #333333;
    padding-left: 10px;
    width: 140px;
    float: right;
}

#bottomNav {
    clear: both;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: .9em;
}

#bottom {
    margin-bottom: 20px;
}

#bottomForce {
    clear: both;
    background-image: url(../images/bottom.png);
    background-repeat: no-repeat;
    width: 840px;
    height: 11px;
}

.containerR2 {
    width: 100%;
    margin-bottom: 10px;
}