#footer {
	position: relative;
	display: block;
	clear: both;
	width: auto;
	text-align: center;
	color: #000;
	font-size: 1.4em;
	line-height: 1.8em;
	padding: 0.5em;
	z-index: 85;
}
.uc {
	text-transform: uppercase;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
}
#footer a {
	color: #530;
	text-decoration: none;
	padding: 0.25em;
}
#footer a:hover {
	text-decoration: underline;
}