/*********************************************************************
 * Footer Style Sheet for Faith Bible Church
 ********************************************************************/

/*********************************************************************
 * General Element Styles
 ********************************************************************/

/*********************************************************************
 * Selectors
 ********************************************************************/
#footer
    {
    position:relative;
    clear:both;
    width:800px;
    height:50px;
    background-color:white;
    }
#ftrTopLeft
    {
    position:absolute;
    top:0px;
    left:0px;
    width:150px;
    height:10px;
    }
#ftrBtmLeft
    {
    position:absolute;
    top:10px;
    left:0px;
    width:150px;
    height:40px;
    background-color:white;
    }
#ftrRight
    {
    position:absolute;
    top:0px;
    left:150px;
    width:648px;
    height:50px;
    background-color:white;
    }
#ftrContent 
    { 
    position:absolute;
    top:0px;
    left:75px;
    z-index:20;
    width:650px;
    height:25px;
    padding-top:2px;
    font-size:8pt;
    color:white;
    text-align:center;
    background-color:black;
    line-height:95%;
    }
 
/*********************************************************************
 * Classes
 ********************************************************************/
 .ftrLink
    {
    color:white;
    text-decoration:none;
    }