﻿#body
{
     margin-top: 10px;
     margin-left:10px;
    padding: 0px;
}
#header
{
    position: absolute;
    left: 50%;
    background: #fff;
    width: 720px;
    height: 186px;
    margin-left:-320px;
}
#menuarea
{
    position: absolute;
    left: 50%;
    top: 186px;
    background: #fff;
    width: 800px;
    height: 50px;
    margin-left:-400px;
}
#loginarea
{
    position: absolute;
    left: 700px;
    top: 186px;
    background: #fff;
    width: 500px;
    height: 50px;
    font-size: small;
}

#breadcrumbarea
{
    position: absolute;
    left: 50%;
    top: 236px;
    background: #fff;
    width: 900px;
    height: 50px;
    margin-left:-400px;
}

#leftcolumn
{
    position: absolute;
    left: 0px;
    top: 306px;
    background: #fff;
    width: 50px;
    height: 1600px;
}
#content
{
    position: absolute;
    left: 50%;
    top: 306px;
    width: 1000px;
    height: 1600px;
    font-size: 16px; 
    font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , Verdana, Arial, Helevetica, sans-serif;
    margin-left:-238px;

}
#footer
{
    position: absolute;
    left: 10px;
    top: 2600px;
    background: #fff;
    width: 1000px;
    height: 50px;
}
