html, body
{
    padding: 0;
    margin: 0;
    height: 100%;
    background: url(img/bg3.jpg) fixed bottom center;
    font-family: 'arial';
    font-size: 12px;
}

h1
{
    color: #263;
    font-size: 16px;
    font-weight: bold;
}

h2
{
    color: #263;
    font-size: 12px;
    font-weight: bold;
}

h3
{
    color: #263;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

#container
{
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
    width: 800px;
    background: url(img/ladder.png) no-repeat;
}

#header
{
    width: 800px;
    height: 130px;
    background: url(img/header.png) no-repeat;
}


* html #container /* ie6 and under*/
{
    height: 100%;
}

* html img,
* html .png,
* html #left li {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

#content
{
    height: auto;
}

#content #left
{
    float: left;
    background: url(img/60p_green.png);
    width: 212px;
}

    #content #left ul
    {
        list-style-type: none;
        margin: 0;
        padding: 20px 0 0 10px;
        font-size: 11px;
    }

    #content #left li
    {
        display: block;
        background: url(img/button.png) no-repeat;
        color: #FFF;
        font-weight: bold;
        height: 32px;
        width: 140px;
        padding: 0 0 0 8px;
        margin: 10px 0;
        text-align: left center;
        line-height: 32px;
    }

    #content #left li.active
    {
        background: url(img/button_act.png) no-repeat;
    }

    #content #left li.passive
    {
        background: url(img/button.png) no-repeat;
    }

    #content #left li.multiline
    {
        padding-top: 2px;
        line-height: 13px;
    }

    #content #left li.multiline
    {
        background: url(img/button_act.png) no-repeat;
        padding-top: 2px;
        line-height: 13px;
    }

    #content #left li.multiline_passive
    {
        background: url(img/button.png) no-repeat;
        padding-top: 2px;
        line-height: 13px;
    }

    #content #left li a
    {
        text-decoration: none;
        color: #FFF;
    }

    #content #left li a:hover
    {
        text-decoration: underline;
        color: #FFF;
    }

#content #right
{
    float: right;
    background: url(img/80p_white.png);
    width: 588px;
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

    #content #right #text
    {
        padding: 10px 30px;
    }

#content #footer
{
    float: right;
    background: url(img/footerbg.jpg) repeat-y;
    width: 588px;
    height: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}