﻿body 
{
    background-color: #b64d00;
    margin: 7px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Arial;
    background-image: url('images/layout/background.jpg');
    background-position: top center;
    background-repeat: repeat-y;
    font-size: 14px;
    color: #ffffff
}
#expandit-screen 
{
    width: 100%;
    text-align: center;
    margin: auto
}
#header
{
    text-align: center;
    width: 760px;
    height: 100px;
    background-color: #552211
}
#menu 
{
    text-align: center;
    width: 760px;
    height: 37px;
    background-image: url('images/layout/orange_block.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Arial;
    font-size: 15px;
    font-weight: 900;
    color: #ffffff;
    padding-top: 7px
}
A 
{
    font-family: Arial;
    font-size: 15px;
    font-weight: 900;
    color: #ffffff;
    text-decoration: none
}
A:hover 
{
    font-family: Arial;
    font-size: 15px;
    font-weight: 900;
    color: #ffffff;
    text-decoration: underline
}    
#expandit-screen-body
{
    width: 710px;
    text-align: center;
    margin: auto
}
#expandit-screen-footer
{
    width: 710px;
    text-align: center;
    margin: auto
}
#sub-wrapper
{
    width: 160px;
    float: left
}
#sub-top
{
    width: 160px;
    height: 12px;
    background-image: url('images/layout/sub_top.gif');
    background-repeat: no-repeat;
    background-position: center bottom
}
#sub-bottom
{
    width: 160px;
    height: 12px;
    background-image: url('images/layout/sub_bottom.gif');
    background-repeat: no-repeat;
    background-position: center top
}
#sub-main
{
    width: 160px;
    padding: 5px 5px 5px 5px;
    background-image: url('images/layout/sub_tile.gif');
    background-repeat: repeat-y;
    background-position: center top
}
#content-wrapper
{
    width: 100%;
    text-align: center
}
#content-top
{
    width: 539px;
    height: 13px;
    background-image: url('images/layout/body_top.gif');
    background-repeat: no-repeat;
    background-position: center bottom
}
#content-bottom
{
    width: 539px;
    height: 13px;
    background-image: url('images/layout/body_bottom.gif');
    background-repeat: no-repeat;
    background-position: center top
}
#content-main
{
    width: 539px;
    padding: 5px 5px 5px 5px;
    text-align: left;
    background-image: url('images/layout/body_tile.gif');
    background-repeat: repeat-y;
    background-position: center top
}
#footer
{
    font-family: Arial;
    font-size: 14px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    width: 760px;
    height: 32px;
    background-image: url('images/layout/brown_round.gif');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 8px 15px 0px 15px;
    margin: auto
}
#top 
{
    background-image: url('images/layout/top.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 760px;
    padding-bottom: 5px;
    text-align: center;
    height: 130px
}
