
#footer
{
	position: relative;
	width: 960px;
	height: 20px;
	margin: 0 auto;
	padding-top: 15px;
	background: #fff;
	border-top: #bac3c9 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #666666;
}


#footer .left
{
	position: absolute;
	left: 13px;
}

#footer .right
{
	position: absolute;
	right: 13px;
}

#footer .footer_entry
{
	padding-right:20px;
}

#footer a:link { color: #b20838; text-decoration: none; }
#footer a:visited { color: #b20838; text-decoration: none; }
#footer a:active { color: #b20838; text-decoration: underline; }
#footer a:hover { color: #b20838; text-decoration: underline; }


