/* ----------------------------- */
/* ---------- Footers ---------- */
/* ----------------------------- */
#footer {
	text-align : center;
    width: 100%;
    display: block;
    margin: 0 auto;
}



#footer a, #footer a:visited {
	color : #555;
    text-shadow:none !important;
	font-size : 11px;
	margin-right : 5px;
	text-decoration : none !important;
}
#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 : #555;
        font-weight:bold;
}
