/* 
    Document   : footer
    Created on : Feb 8, 2009, 11:43:54 PM
    Author     : rbsfou
    Description:
        Footer Styles
*/

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

div#footer {
	clear: both;
        width: 99%;
        margin-top: 1em;
        border-top: 1px solid black;
        padding-top: 10px;
        font-size: 0.8em;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: #000B8B;
}

div#footer-left {
        float: left;
        width: 72%;
        text-align: left;
}

div#footer-right {
        float: right;
        width: 28%;
        text-align: right;
}

div#footer-right div {
        clear: both;
}

div#footer-right div img {
        border: 0;
        margin-left: 5px;
        float: right;
}

div#mycredit {
        font-size: 0.8em;
        color: gray;
        padding: 5px;
}

div#mycredit a {
        color: gray;
        text-decoration: none;
}

div#mycredit a:hover {
        color: gray;
        text-decoration: underline;
}

