@charset "utf-8";
/* CSS Document */
div#footer{
	height:50px;
	padding-bottom:10px;
	width:978px;
	float: right;
}
.footer-menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484848;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.footer-menu a {
	color: #FFED00;
	text-decoration: none;
}
/*
.footer-menu a:visited {
	color: #666666;
	text-decoration: none;
}
*/
.footer-menu a:hover {
	color: #FFED00;
	text-decoration: underline;
}



.credits {
	font-size: 10px;
	line-height: 12px;
	color: #CCCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
}

.credits strong {
	color: #999999;
	font-weight: normal;
}

.credits a, a:visited {
	color: #FFED00;
	font-weight: normal;
	text-decoration: none;
}

.credits a:hover {
	color: #FFED00;
	font-weight: normal;
}
