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

/* ~~ The footer ~~ */
footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	height: 40px;
	background-color: #333333;
}

.footer-container {
	margin: 0 auto;
	width: 1000px;
	padding-top: 8px;
}
.footer-copyright {
	float: left;
	width: 600px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: small;
	text-align: left;
}
.footer-logo {
	float: right;
	width: 36px;
}
.footer-signature {
	float: right;
	width: 155px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: small;
	text-align: right;
	margin-top: 3px;
}
