/* Body of page outside main container */
body {
    background: #3e3e3e;
    margin: 25px;
}

a, a:visited {
    /*color: #7f110c;*/
    color: #1f2c57;
}

/* Don't put borders around linked images */
a img { border: none ; }

/* Style for the top header */

#HHheader {
    background: url(images/header.png) repeat-y #3e3e3e;
    margin: 0;
    height: 182px;
}

#HHheaderIconPosition {
    position: absolute;
    top: 128px;
    left: 664px;
}


/* Style for the footer */

#HHfooter {
    background: url(images/footer.png) no-repeat #3e3e3e;
    height: 150px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 75%;
    text-align: left;
}

#HHfooter a, #HHfooter a:visited {
    color: #999;
    text-decoration: underline;
}

#HHfootertext {
    position: relative;
    top: 30px;
    color: white;
    text-align: center;
}

#HHfooterRSSPosition {
    position: relative;
    top: -13px;
    left: 710px;
}

#HHfooterRSSPositionMSIE {
    position: relative;
    top: -13px;
    left: 640px;
}

#HHfooterRSS {
    font-size: 90%;
    text-align: right;
    width: 20%;
}

#HHfooterRSS table {
    border: 0;
    margin: 0;
    padding: 0;
}

#HHfooterRSS td {
    vertical-align: top;
}


/* Main container for header, footer and main section */

#HH {
    position: relative;
    width: 800px;
    border: solid black;
    border-width: 4px;
    margin: auto;
    font: 80% verdana, arial, helvetica, sans-serif;
    color: black;
}

#HH h1 {
    font-size: 2em;
    color: black;
}

#HH h2 {
    font-size: 1.5em;
    /*color: #7f110c;*/
    color: #1f2c57;
}

#HH h3 {
    font-size: 1.25em;
    font-weight: bold;
    color: black;
}

#HH h4 {
    font-size: 1em;
    font-weight: normal;
    text-decoration: underline;
    color: black;
}

/* Main content between header and footer */

#HHcontent {
    background: #f5f5f5;
    padding: 1px 10px;
    margin: 0;
}


/* Stuff for the menu */

#HHmenu {
    position: relative;
    top: 130px;
    left: 140px;
    width: 70%;
}

#HHnav, #HHnav ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0 0;
    margin: 0;
/*
    border-style: solid;
    border-width: 3px 0;
    background: white;
*/
    position: relative;
    font-weight: bold;
}

#HHnav a {
    display: block;
    color: white;
    text-decoration: none;
    width: 5em;
    padding: 4px;
}

#HHnav li ul {
    border-style: solid;
    border-width: 3px;
    background: #777;
}

#HHnav li ul a {
    width: 11em;
}

#HHnav a:hover {
    background: #305072;
} 

#HHnav li {
    float: left;
    width: 6em;
}

#HHnav li ul {
    position: absolute;
    padding: 4px;
    width: 12em;
    left: -999em;
}

#HHnav li ul li {
    width: 8em;
}

#HHnav li:hover ul, #HHnav li.HHsfhover ul {
    left: auto;
}


/* Styles for the game pages */

#GameLinkHeader {
    font-size: 1.25em;
    text-align: center;
}



