@charset "utf-8";
/* CSS Document */

#footer {
	font-size: small;
	height: 20px;
	background-color: #990033;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#footer #foot_link {
	font-size: small;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990033;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	background-color: #171717;
	line-height: 140%;
}
#footer #foot_link a {
	color: #ECE9D8;
	text-decoration: none;
}

#footer #copy {
	background-color: #990033;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: small;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
}
