
#footer
{
	position: relative;
	width: 960px;
	height: 30px;
	margin: 0 auto;
	padding-top: 15px;
	border-top: #bac3c9 1px solid;
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.6em;
	color: #fff;
	
}


#footer .left
{
	position: absolute;
	left: 25px;
}

#footer .right
{
	position: absolute;
	right: 25px;
}

#footer .footer_entry
{
	padding-right:20px;
}

#footer a:link { color: #fff; text-decoration: none; }
#footer a:visited { color: #fff; text-decoration: none; }
#footer a:active { color: #fff; text-decoration: underline; }
#footer a:hover { color: #fff; text-decoration: underline; }

