/* ----------------------------- */
/* ---------- Footers ---------- */
/* ----------------------------- */
#footer {
	text-align : center;
    width: 989px;
    display: block;
    margin: 0 auto;
    
    background: transparent url('../../themes/10/main/body-bot.jpg') no-repeat 50% 0;
}



#footer a, #footer a:visited {
/*	color : #555;*/
    color: #91A6B7;
    color: #C2D1DD;
    text-shadow:#475E71 0px 1px 0px;
	font-size : 10px;
	margin-right : 5px;
	text-decoration : none;
}
#footer a:hover { text-decoration : underline; }

#footer a.pipe  { cursor: normal; }
#footer a.pipe:hover { text-decoration : none; }

#footer a span { font-size: 10px; }
#footer a span.blue {
    color: #91A6B7;
    color: #C2D1DD;
        text-shadow:#475E71 0px 1px 0px;
        font-weight:bold;
}
