﻿/*-------------------------------------
Page Holder
-------------------------------------*/
#page_holder
{
    margin: 0px auto;
    width: 755px;
    background-image: url(../_images/home/holderbackground.jpg);
    background-position: right top;
    background-repeat: repeat-y;
    background-color: #FFFFFF;
    border: solid 1px #D24F3D;
}
/*-------------------------------------
Page Content
-------------------------------------*/
#page_content_holder
{
    width: 755px;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #000000;
}
#page_content_left
{
    float: left;
    width: 544px;
    padding: 10px;
}
#page_content_left a
{
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}
#page_content_right
{
    float: right;
    padding: 10px 6px;
    width: 178px;
    text-align: center;
}
#page_content_right img
{
    margin-top: 5px;
}
/*-------------------------------------
Page Footer
-------------------------------------*/
#page_footer
{
    width: 755px;
    height: 76px;
    padding-bottom: 10px;
    background-image: url(../_images/home/footer.jpg);
    background-repeat: no-repeat;
}