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

select#network
{
    position: absolute;
    left: 0;
    top: 102px;
    /*top: 193px;*/
    /*top: 239px;*/
    width: 232px;
    background-color: #eee;
    font-size: 12px;
}

    * html select#network
    {
        top: 191px;
        top: 101px;
        /*top: 237px;*/
    }

div#header
{
    background: url(../gfx/separator_200.gif) left bottom repeat-x;
    padding-bottom: 6px;
    position: relative;
}

    div#header div.meta
    {
        background: #666666 url(../gfx/header_bg.jpg) left bottom no-repeat;
        /*background-position: left bottom;*/
    }

    img#logo
    {
        position: absolute;
        left: 0px;
        top: 2px;
        /*top: 92px;*/
        /*top: 138px;*/
    }

        * html img#logo
        {
            /*top: 90px;*/
            /*top: 136px;*/
        }

    /*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;
                height: 24px;
            }*/

    div#header ul
    {
        list-style-type: none;
        font-size: 0;
        line-height: 0;
        width: 548px;
        *width:100%;
        height: 48px;
        padding: 74px 0 0 232px;
        background: url(../gfx/header_bg.jpg) left top no-repeat;
        background: #666666 url(../gfx/header_bg.jpg) left bottom no-repeat;
    }

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


div#main
{
    width: 780px;
    float: left;
}

    * html div#main
    {
        background-position: left 90px;
    }

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;
    }