﻿body 
{
    margin:0;
    padding:0;
}

a
{
    color:#1E1C11;
}
a:hover, a:active
{
    color:#C4BD97;
    text-decoration:none;
}

div.mainBody
{
    position:static;
    border:0;
    padding-top:180px;
    padding-left:120px;
    padding-right:120px;
    z-index:2;
}
div.mainContent
{
    margin-top:70px;
    margin-left:20px;
    margin-right:50px;
}
div.navBar
{
    text-align:center;
    position:fixed;
    z-index:1;
    height:56px;
    width:792px;
    background:#ffffff url('http://localhost/sdwent/images/themes/brown/navbar.gif') no-repeat;
    padding-top:15px;
}
div.navBar img
{
    border:0;
}

div.header
{
    position:fixed;
    top:0;
    left:0;
    height:240px;
    width:100%;
    background-color:#ffffff;
}
img.header
{
    position:fixed;
    top:0;
    left:0;
    z-index:0;
}
img.crab
{
    position:fixed;
    top:10px;
    right:10px;
}