/*
-----------------------------------------------
Client:Redeemer Community Church
Project:Web Site Redesign

File Name:ft.css 
Notes:Styles all elements within the [f]oo[t]er block.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
div#ft {
    background: transparent url(/img/bg-footer.jpg) no-repeat 0 0;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    color: #481e27;
    font-size: 93%
}
div#ft li {
    list-style: none;    
    margin-left: 0pt;
}
div#ft a {
    color: #481e27;
    text-decoration: none; 
}
div#ft a:hover {
    color: #481e27;
    text-decoration: underline; 
}