﻿BODY, HTML {
    background: #C3CED9;
}
BODY {
    background-image:url(../../images/BodyBg.gif); 
    background-repeat: repeat-x; 
    background-position: top;
}
#Masthead {
    background-image: url(../../images/eBuddy_Masterhead.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
#Container {
    background-position: left !important;
    padding-left: 0 !important;
    margin: 0 auto;
    width: 906px;
    padding-left: 50px;
    background-image: url(../../images/ContainerBgRect.gif);
    background-repeat: repeat-y;
    background-position: top 50px;
}
#Footer {
    background-image: url(../../images/FooterBgRect.gif);
}
/********************FOOTER *************************/
/* general Footer style */
#Footer_content                     
{
    width:906px;
    margin: 0 auto;
    padding: 0;
    font-size: 9px;
    color: #003366;
}

#Footer_content P {
    margin-top: 0;
    margin-left:27px;
    color: #fff;
    font-weight: bold;
}   

#Footer_content UL {
    margin-top: 0;
    /*margin-right: 27px;*/
}
/* inline list for links */
#Footer_content LI              
{   
    display: inline;
    border-right: 1px solid #003366;
    margin-left: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

#Footer_content LI.last
    {
        border: none;
    }
    
#Footer_content A {
    color: #003366;
}

#Footer_content A:hover {
    color: #FF6600;
}
