/* CSS Document */
#container footer { padding: 0px 0px; color:#000000; margin:0px; } 
/* #footer p { margin: 0; padding: 10px 0; } */

#container footer #tb { margin:0px 0px; background-color: #870373; color: #CCCCCC; padding: 5px; zoom: 1; }
#tb p { float:left; width:50%; margin:0px; padding:0px; }
#tb p.copyright { font-size: 0.8em; text-align: left; color: #FFFFFF; font-weight: bold; }
#tb p.stat { font-size: .8em; color: #FFFFFF; text-align: right; font-weight: bold; }

#container footer #credit { color: #999999; font-size:.8em; font-variant: small-caps; font-weight: bold; text-align: right;
	padding: 2px 5px 2px 0px;
}
#credit a { color: #999999; text-decoration: none; font-size:.8em; }
#credit a:visited { color: #999999; font-size:.8em; }
#credit a:hover { color: #999999; text-decoration: underline; font-size:.8em; }

/* banners alligned to the left edge: SSL, etc. */
#container footer .banners-left { float: left; margin: 5px 5px 5px 5px; width:120px; position:relative; }
/* banners alligned to the right edge: CC logos, PayPal */
#container footer .banners-right { float: right; margin: 5px 5px 5px 5px; position:relative; }

