div#wrapper
{
    background: #fff url(../gfx/wrapper_bg2.gif) right top repeat-y;
    width: 998px;
}

select#network
{
    position: absolute;
    left: 0;
    top: 100px;
    width: 232px;
}

div#header
{
    background: url(../gfx/separator_h.gif) left bottom repeat-x;
    padding-bottom: 9px;
}

    img#logo
    {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    div#header ul
    {
        font-size: 0;
        line-height: 0;
        width: 548px;
        padding: 74px 0 0 232px;
    }

        div#header ul li
        {
            float: left;
            width: 137px;
            height: 24px;
        }

            div#header ul li img
            {
                width: 137px;
                heght: 24px;
            }

div#main
{
    width: 780px;
    float: left;
    background: url(../gfx/header_bg.jpg) left top no-repeat;
}

div#sidebar
{
    margin-left: 780px;
    padding: 0 9px;
}

    div#sidebar div.box
    {
    }

        div#sidebar div.box ul.links
        {
            padding: 0 25px 15px 25px;
            background-color: #eee;
        }

            div#sidebar div.box ul.links li
            {
                padding: 14px 0 1px 0;
                border-bottom: 1px solid #003363;
            }

                div#sidebar div.box ul.links li a:link,
                div#sidebar div.box ul.links li a:visited
                {
                    color: #003264;
                    text-decoration: none;
                }

        div#sidebar div.box ul.toc
        {
            font-size: 11px;
            padding: 5px 10px 0 10px;
            background-color: #eee;
        }

div#footer
{
    clear: both;
    background: url(../gfx/footer_bg.gif) left top repeat-x;
    line-height: 46px;
    text-align: center;
    color: #fff;
}

    div#footer a:link,
    div#footer a:visited
    {
        color: #fff;
        text-decoration: none;
    }

    div#footer a:hover
    {
        text-decoration: underline;
    }
