﻿#home_container
{
    margin:auto;
    width:756px;
}

#home_header
{
    float:left;
    height:106px;
    width:756px;
}

#home_content
{
    width:756px;
}

#home_content .center_column
{
    float:left;
    margin:15px 0px;
    width:752px;
    color:#b38707;
    font-family:Georgia;
    font-size:14px;
    line-height:24px;
}

#home_content .center_column h1
{
    font-family:Georgia;
    font-size:30px;
    color:#684f40;
    margin:0px 0px 10px 0px;
    font-weight:lighter;
    letter-spacing:-1px;
}

#top_menu_home
{
    float:right;
    width:550px;
    height:25px;
    text-align:right;
}

#home_menu
{
    float:left;
    width:756px;
    height:55px;
}

#home_bottom
{
    float:left;
    margin-top:38px;
    width:756px;
    height:225px;
    background-image:url('images/home_bottom.jpg');
    background-repeat:no-repeat;
    background-position:left top;
    font-family:Georgia;
    font-size:11px;
    color:#684f40;
    line-height:20px;
}

#home_bottom h1
{
    font-size:18px;
    margin-left:33px;
    font-weight:normal;
}

#home_bottom .left_column
{
    float:left;
    width:325px;
    margin-left:33px;
}

#home_bottom .right_column
{
    float:left;
    width:325px;
    margin-left:38px;    
}

#home_footer
{
    float:left;
    clear:both;
    width:756px;
    text-align:center;
    font-family:Arial;
    font-size:10px;
    color:#4c482e;
}

