/***** General stuff. *****/

body
{
    _width: expression(document.body.clientWidth < 962? "960px" : "100%");
    min-width: 960px;
    min-height: 100.01%;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    color: #775f47;
    background-color: #785A42;
    background-image: url('/images/layout/body_bg.jpg');
    background-position: left top;
    background-repeat: repeat-x;
}

div.left, div.right
{
    margin: 0px 0px;
    padding: 0px 0px;
}

/***** The wrapper (tables, ugh) *****/

table#wrapper
{
    width: 776px;
    min-height: 600px;
    _height: 600px;
    margin: 0px Auto;
    background-image: url('/images/layout/content_bg.jpg');
}

/***** The header. *****/

td#header
{
    width: 100%;
    height: 117px;
    background-image: url('/images/layout/header_bg.jpg');
    text-align: right;
}

/***** The menu. *****/

td#menu
{
    width: 100%;
    height: 26px;
    background-image: url('/images/layout/menu_bg.jpg');
}

td#menu table
{
    margin: 0px Auto;
}

td.m_home
{
    background-image: url('/images/menu/home_off.jpg');
}

td.m_about
{
    background-image: url('/images/menu/about_off.jpg');
}

td.m_contact
{
    background-image: url('/images/menu/contact_off.jpg');
}

/***** The content area. *****/

td#content_top
{
    width: 100%;
    height: 43px;
    background-image: url('/images/layout/content_top_bg.jpg');
}

td#content
{
    width: 100%;
    padding: 10px 10px;
    color: #775f47;
}

td#content td
{
    vertical-align: top;
}

/***** The footer. *****/

td#footer
{
    width: 100%;
    height: 49px;
    padding: 14px 5px 0px 0px;
    font-size: 10px;
    line-height: 16px;
    text-align: right;
    vertical-align: middle;
    color: #555555;
    background-image: url('/images/layout/footer_bg.jpg');
}

td#footer a, div#footer a:visited
{
    color: #555555;
    text-decoration: none;
}

td#footer a:hover
{
    color: #873617;
    text-decoration: underline;
}

/***** *****/