/* CSS Document */

#footer{
	clear: left;
	padding: 20px 10px 10px 0;
	font-size: 0.8em;
}
#footer a{
	padding-right: 0.25em;
	padding-left: 0.25em;
}
#footer a:link {
	color: #000000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer a:active {
	color: #000000;
	text-decoration: underline;
}

#footer #powered-by {
	float:right;
	font-size:0.8em;
	padding:0.25em;
	color:#999;
}

#footer-content{
	margin-left:10px;
}

#footer #powered-by a {
	color:#999;
	text-decoration:none;
}