
/*FOOTER*/

.footerWrapper {
	width:772px;	
	margin:0 auto;
}
.footer {
	padding:15px 0 18px;
	margin-bottom:10px;
	border-top:1px #EEE solid;
	border-bottom:1px #EEE solid;
}
.footer a {
	text-decoration:none;
}

/*OUTER FOOTER*/

.outerFooter {
	color:#666;
	font-size:10px;
	padding:0 12px;
}
.outerFooter span {
	padding:0 5px;
}
.outerFooter a {
	text-decoration: none;
	color:#333;
}
.outerFooter a:hover {
	text-decoration: underline;
	color:#000;
}

.evolveLink span{
	display:none;
}