body
{
    margin: 0px;
    padding: 0px;
    font-family: arial;
    font-size: 100.01%;
    background-color: #999999;
    text-align: center;
}

#wrapper
{
    margin: 0px auto 10px auto;
    width: 920px;
    background-color: #ffffff;
    font-size: 80%;
    text-align: left;
}

#header
{
    margin: 0px 35px 0px 35px;
    padding: 20px 0px 10px 0px;
    width: 850px;
    font-weight: bold;
}

#hdr_top
{
    background-color: #ff9900;
    background-image: url(../images/background1.gif);
    background-position: left top;
    overflow: hidden;
}

* html #hdr_top
{
    height: 100%;
    overflow: visible;
}

#hdr_top_left
{
    float: left;
    width: 250px;
    padding-left: 50px;
}

#hdr_top_left img
{
    margin-top: 15px;
}

#hdr_top_right
{
    float: right;
    width: 550px;
    margin-top: 15px;
    text-align: right;
}

#hdr_top_right_images img
{
    margin-left: 5px;
}

#hdr_top_right_text
{
    padding-top: 15px;;
    padding-right: 60px;
    text-align: right;
}

#hdr_bottom
{
    clear: both;
}

#hdr_bottom_left
{
    float: left;
    width: 350px;
    background-color: #ffcc7f;
    text-align: center;
    color: #666666;
    line-height: 20px;
    border-bottom: 1px solid #ff9900;
    border-right: 1px solid #ff9900;
    border-left: 1px solid #ff9900;
}

#hdr_bottom_right
{
    padding: 0px 20px 1px 0px;
    float: right;
    width: 470px;
    background-color: #ffffff;
    text-align: right;
    line-height: 20px;
}

#hdr_bottom_right a
{
    display: inline;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    margin: 0px 5px;
    padding: 2px 10px;
    background-color: #ffcc7f;
    border-left: 1px solid #ff9900;
    border-right: 1px solid #ff9900;
    border-bottom: 1px solid #ff9900;
    width: 100px;
}

#hdr_bottom_right a:hover
{
    background-color: #ff9900;
}

#content
{
    clear: both;
    margin: 0px 35px 0px 35px;
    padding: 5px 0px 10px 0px;
    width: 850px;
    background-image: url(../images/background2.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100%;
    position: relative;
}

* html #content
{
    overflow: visible;
}

#footer
{
    text-align: center;
    font-size: 120%;
    color: #ff9900;
    vertical-align: middle;     
}

#copyright
{
    text-align: center;
    color: #000000;
    font-size: 60%;
}
