﻿

body {
}

#Header
{
    position: absolute;
    left: 168px;
    top: 0px;
    height: 48px;
    width: 632px;
    background-image: url(images/bl_or.gif);
}

#Sidebar
{
    position: absolute;
    left: 0px;
    width: 168px;
    top: 0px;
    height: 550px;
    vertical-align: top;
    text-align: center;
}

#Content
{
    position: absolute;
    left: 175px;
    width: 625px;
    top: 110px;
    height: 500px;
    vertical-align: top;
    text-align: left;
}

#Menu
{
    left: 170px;
    top: 8px;
    height: 100px;
    position: absolute;
}
#BottomMenu
{
        text-align: center;
}