*
{
    font-family: arial, sans-serif;
}

html
{
    height: 100%;
}

body
{
    width: 100%;
    height: 100%;
    color: #000000;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

img
{
    border-width: 0;
}

a, a:link
{
    text-decoration: none;
}

a:hover, a:active
{
    text-decoration: underline;
}

pre
{
    font-family: monospace;
}

img.logo
{
    width: 209px;
    height: 162px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

img.firefox
{
    width: 121px;
    height: 100px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 6;
}

div.top
{
    width: 100%;
    height: 47px;
    background-color: #999999;
    border-bottom: 8px solid #000000;
}

div.top div.description
{
    padding: 4px 0 0 209px;
    font-family: Futura, Arial Narrow, arial, sans-serif;
    font-size: 30px;
}

div.top div.boards
{
    height: 10px;
    position: absolute;
    right: 0;
    top: 38px;
    color: red;
    font-size: 10px;
    background-color: #000000;
    padding: 2px 5px 0 5px;
    -moz-border-radius-topleft: 7px;
}

div.top div.boards a
{
    color: red;
}

div.navigation
{
    width: 94px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #999999;
    border-right: 8px solid #000000;
    border-bottom: 8px solid #000000;
    -moz-border-radius-bottomright: 15px;
    padding: 162px 0 5px 0;
    z-index: 1;
}

div.navigation ul
{
    width: 94px;
    padding: 0;
    margin: 0;
    color: white;
    background-color: transparent;
}

div.navigation ul li
{
    position: relative;
    font-size: 15px;
    list-style-type: none;
    margin: 0;
    cursor: default;
}

div.navigation ul li a
{
    color: white;
    text-decoration: none;
    cursor: pointer;
}

div.navigation ul ul
{
    border: 3px solid #000000;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
      display: none;
}

div.navigation ul li:hover
{
      background-color: #CCCCCC;
}

div.navigation ul ul li:first-child
{
    margin-left: -3px;
    border-left: 3px solid #CCCCCC;
}

div.navigation ul li:hover > ul
{
    position: absolute;
    top: -3px;
    left: 100%;
    background-color: #999999;
    display: block;
}

div.content
{
    right: 0;
    font-size: 16px;
    background-color: #FFFFFF;
    margin: 20px 0 20px 122px;
    border-top: 8px solid #000000;
    border-left: 8px solid #000000;
    border-bottom: 8px solid #000000;
    -moz-border-radius-bottomleft: 15px;
    padding: 10px;
    padding-bottom: 0;
    z-index: 4;
}

div.content div.floater
{
    width: 45px;
    height: 50px;
    float: left;
}

div.content span.space
{
    font-size: 0;
}

div.content div.copyright
{
    height: 10px;
    position: absolute;
    right: 0;
    color: #FF0000;
    font-size: 10px;
    margin: 0;
    background-color: #000000;
    padding: 2px 5px 3px 5px;
    -moz-border-radius-bottomleft: 7px;
}

div.content div.copyright a
{
    color: red;
}

div.title
{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

div.subtitle
{
    font-weight: bold;
    font-size: 20px;
}