#footer {
	color:#666;
	font-size:80%;
	margin-top:3em;
}
#footerRight {
	float:right;	
}

.footerLink {
	color:#666;
}

.footerLink a:hover {
	text-decoration:underline;
	color:#666;
}

.footerLink a:visited {
	text-decoration:none;
	color:#666;
}

#mainFooter {
	padding:10px;
	background-color:#eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ccc;
}