/* 
    Document   : footer
    Created on : Mar 26, 2010, 12:24:58 PM
    Author     : flavien
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#footer-content {
    border-top:1px solid #CCC;
    width:1000px;
    margin:auto;
    text-align:right;
    font-size:13px;
    margin-top: 20px;
    padding-bottom:15px;
    padding-top:5px;
}


