/* CSS Document */

#footer
{
	position: absolute;
	/* 'top' is actually set dynamically on the page with JS, but also set to a large number here for anyone with JS disabled */
	top: 1300px;
	width: 960px;
	text-align: center;
	font-size: 12px;
	font-variant: small-caps;
	color: #666666;
}

#footer a
{
	color: #666666;
	text-decoration: none;  
}

#footer a:hover, a:active {
	color: #990000;
	text-decoration: underline;	
}