#footer-outer {
	clear: both;
	padding: 5px;
	border-top: 0px solid #ccc;
	font-size: 0.9em;
	width: 780px;
	font-family: Verdana, helvetica, Arial;
	background-color: #8e002d;
}
#footer-inner {
	width: 540px;
	overflow: hidden;
}

#footer-alpha-outer {
	clear: both;
	width: 100%;
	color:#FFF;
}
#footer-alpha-inner { width: 100%; overflow: hidden; }

#footer-beta-outer {
	clear: both;
	font-size: 0.94em;
	color: #FFF;
}
#footer-beta-inner { width: 100%; overflow: hidden; }

.footer-links {	color: #FFF; }
ul.footer-links { padding: 1px; margin: 0; }
ul.footer-links li { display: inline; list-style-type: none; padding: 5px 0 0 0; margin: 0; }
ul.footer-links li.start { padding-left: 0; }
ul.footer-links li.end { }

.footer-link:link, .footer-link:visited {
	text-decoration: underline;
	color: #FFF;
}
.footer-link:hover, .footer-link:active {
	color: #ffff00;
}

.tagline { text-align: right; float: right; width: 70%; }
.tagline-link:link, .tagline-link:visited { color: #999; } 
.tagline-link:hover, .tagline-link:active { color: #999; }
.copyright { color: #FFF; margin-top: 0; }
