.footer {
	clear: both;
	width: 800px;
}

.footer ul {
	margin: 0px 0px -20px 200px;
	padding: 40px 0px 0px 0px;
	width: 480px;
}

.footer ul li {
	float: left;
	color: #D44126;
	font-size: 0.9em;
	margin: 0px 10px 0px 0px;
}

.footer ul li a {
	color: #D44126;
	text-decoration: none;
}

.footer ul li a:hover {
	text-decoration: underline;
}

/* for empty pages */
.footer_blank {
	clear: both;
	width: 100%;
	text-align: center;
	color: #D44126;
	font-size: 0.9em;
}

.footer_blank a {
	color: #D44126;
	font-size: 0.9em;
	text-decoration: none;
}

.footer_blank a:hover {
	text-decoration: underline;
}
