div#header
    {
    position: absolute;
    margin: 0 0 0 0;
    background: white;
    }

div#main
    {
    border-style: double;
    border-color: #00659C;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11pt;
    position: absolute;
    margin: 190px 0px 20px 150px;
    width: 670px;
    height: 380px;
    background: white;
    overflow: auto;
    }

div#sidebar
    {
    position: absolute;
    margin: 165px 0 20px 0;
    background: white;
    }

div#rightbar
    {
    position: absolute;
    margin: 165px 0 20px 870px;
    background: white;
    }

div#topnavi
    {
    position: absolute;
    margin: 170px 0 0 110px;
    background: white;
    }
