#footer {
	position: relative;
	
	top: -8px;
	
	width: 100%;

	font-size: 0.8em;
	
	text-align: center;
}

#footer ul {
	text-align: center;
}

#footer li {
	list-style: none;
	display: inline;
	
	line-height: 2em;
}

#footer hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer a:visited {
	color: #e58e1a;
	text-decoration: none;
}

#footer #footer_pre {
	position: relative;
}

#footer #footer_pre li.begin {
	border: none;
}

#footer #footer_pre li {
	padding: 0 1.4em 0 1.8em;

	border-left: 1px solid #aaaaaa;
}

#footer #footer_post {
	position: relative;
}

#footer #footer_post ul li {
	color: #597480;

	padding: 0 0.1em 0 0.2em;
}

