body
{
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333;
    background-color: #000000;
    background-repeat: repeat-y; 
    background-position-x: center;
    background-position: center;
    background-image: url('images/bg.gif');
}

#container
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 780px;
    text-align: left;
    border: 0px none #ddd;
    background: url('images/bg-container.jpg');
}

#header
{
    height: 151px;
    width: 100%;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #000;
}

#header-images
{
    position: absolute; 
    float: right; 
    right: 8px; 
    top: 10px; 
    text-align: right;
}

#header-images img
{
    margin: 3px;
}

#left
{
    float: left;
    width: 190px;
    padding: 5px;
    border-right: 1px solid #000;
}

#contents
{ 
    margin: 0 0 0 200px;
    padding: 5px;
    background-color: #FFFFFF;
    border-left: 1px solid #000;
}

#right
{
    float: right;
    padding: 2px;
    border: 0px none #9FA41D;
    margin: 0 0 10px 10px;
}

#footer
{
    clear: both;
    color: #272900;
    text-align: right;
    font-size: 90%;
    border-top: 1px solid #000000;
    padding: 5px;
    background-color: #FFFFFF;
}

#header-full
{
    position: absolute;
    width: 100%;
    height: 140px;
    top: 11px;
    left: 0;
    background: url('images/bg-logo.gif'); 
    z-index: 1;
}

#footer-full
{
    width: 100%;
    height: 10px;
    border-top: 2px solid #000;
    text-align: center;
    margin-bottom: 10px;
}

#footer-contents
{
    width: 780px;
    margin: 0 auto;

    padding: 5px;

    background-color: #fff;

    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;

}

#copyright
{
    width: 170px;
    background: url('images/bg-container.jpg');

    text-align: left;

    border-top: 0px solid #F2F2F6;
    border-bottom: 0px solid #F2F2F6;
    border-left: 1px solid #4A4946;
    border-right: 0px solid #F2F2F6;

    padding: 5px;
}

#address
{
    width: 350px;
    border-top: 1px solid #4A4946;
    border-bottom: 0px solid #F2F2F6;
    border-left: 0px solid #F2F2F6;
    border-right: 0px solid #F2F2F6;
    background: url('images/bg-container.jpg');

    padding: 3px;
}

