.fubar{}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer
{
    background: url(../../images/bg-nav-side-wood.png) #fff no-repeat left bottom;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 740px;
    padding: .8em 0 1em 20px;
    position: relative;
    color: #ffffff;
    font-size: .8em;
}

#footer div
{
    background: #fff url(../../images/bg-nav-side-wood.png) bottom right no-repeat;
    width: 183px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20000;
    text-align: right;
    padding-right: 7px;
    padding-left: 0px;
    padding-bottom: 1em;
    padding-top: 0.8em;
    border-left: solid 3px #963
}

#footer a:link, #footer a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover
{
    color: #D4E7F8;
    text-decoration: none;
}

#footer a:active
{
    color: #FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub
{
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 740px;
    text-align: center;
    padding: .1em 0 2em 0;
    position: relative;
    font-size: .9em;
    color: #999999;
}

#footer-sub ul
{
    margin: 0;
    padding: 0;
}

#footer-sub li
{
    display: inline;
    list-style: none;
    padding: 0 1em 0 0;
    background: none;
}

#footer-sub a:link, #footer-sub a:visited
{
    text-decoration: underline;
    color: #999999;
}

#footer-sub a:hover
{
    color: #666666;
    text-decoration: none;
}
