﻿body 
{
    padding: 0;
    margin: 0;
    background: #8A5D3B url('images/body_back.gif') repeat-x;
}

#Wrapper
{
    border: none 1px black;
    margin: 0px auto;
    padding: 0px;
    width: 900px;
}

#Header
{
    background: #FFFFFF;
    position: relative;
    border: none 1px black;
    height: 58px;
    padding: 8px 30px 0 15px;
}

#Menu
{
    background: #FFFFFF;
    position: relative;
    border: none 1px black;
    height: 24px;
    padding: 5px 0;
    z-index: 100;
}

#Images
{
    background: #FFFFFF;
    position: relative;
    height: 140px;
}

#Content
{
    position: relative;
    background: #FFFFFF;
    border: none 1px black;
    min-height: 600px;
}

#LeftColumn
{
    width: 218px;
    float: left;
}

#CenterColumn
{
    width: 422px;
    float: left;
    padding: 10px;
}

#RightColumn
{
    text-align: center;
    width: 240px;
    float: left;
    padding: 10px 0 0 0;
}

#Footer
{
 background: #C3996B;
 height: 40px;
}

