#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	background-image: url(../images/footerRule.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 75px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #898988;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer a , #footer a:visited{
	text-decoration: none;
	color: #898988;
}
#footer a:hover {
	color: #231f20;
}
.signup {
	float: left;
	margin-top: 10px;
}
.subscribeBtn {
	border: none;
	padding: 2px 8px;
	background-image: url(../images/subscribeBtn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 82px;
	height: 24px;
	background-color: transparent;
	cursor: pointer;
}
.links {
	float: right;
	margin-top: 10px;
	text-align: right;
}
.gray_font {
	color:#898988;
}

.black_font {
	color:#231f20;
}

.ie7 .email {margin-bottom: 18px;}
.ie7 .ftrLogo {margin-bottom: 50px}

.ie8 .ftrLogo {margin-bottom: 50px;}

