@charset "utf-8";
/* CSS Document */


div#footer {
	display: block;
	position: relative;
	float: left;
	width: 960px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 9px;
	letter-spacing: 1px;
}

span#footerLeft {
	display: inline;
	float: left;
	padding-top: 20px;
	line-height: normal;
}

span#footerLeft a {
	color: #666666;
	text-decoration: none;
}

span#footerRight {
	display: inline;
	float: right;
	padding-top: 20px;
	line-height: normal;
}

