﻿body 
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    font-size:13px;
    font-weight:bold;
    line-height:130%;
    font-family:Tahoma, Verdana, Arial, Times;
}
#background_border
{
    width:800px;
    height:600px;
    margin-left:auto;
    margin-right:auto;
    padding:2px;
    border:1px gray solid;
}
#background_whatwedo
{
    width:800px;
    height:600px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/background_whatwedo.jpg);
    background-repeat:no-repeat;
    z-index:2;
    position:relative;
}
#menusystem
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    z-index:3;
    position:relative;
}

#contentarea
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    z-index:4;
    position:relative;
}

#footer
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    text-align:center;
    color:Gray;
    font-weight:normal;
    font-size:11px;
}

