/* CSS */
#newsTicker {
	width: 688px;
*	width: 700px;
	height: 20px;
	padding: 0px 2px 12px 10px;
*	padding: 12px 2px 0px 10px;
	background-image: url(../../pix/ticker-bg.gif);
	background-position: bottom;
	*background-position: top;
	background-repeat: x;
}

.module h4 {
	font: bold 11px/11px Verdana,sans-serif;
	color: #422d4d;
	text-align: center;
}

#footer .basis {
	/*letter-spacing: 1px;*/
	padding-top:0px;
	padding-bottom: 6px;
}

#spacer {
	height: 15px;
}
