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

#footer {
	height: 48px;
	position: relative;
}
#footBar {
	float: left;
	width: 543px;
	background: #1F2021;
	height: 11px;
}
#footNav {
	float: right;
	height: 48px;
}
#copyright {
	float: left;
	height: 24px;
	font-size: 10px;
}
#copyright a {
	color: #A47D41;
	text-decoration: underline;
}
#copyright a:hover {
	text-decoration: none;
}