.footer {
	background: url(/images/footer-background.png) no-repeat;
	height:50px;
	margin-top:10px;
	background-position: center top;
	padding-bottom:20px;
}

.footer .footer-content {
	line-height:160%;
	font-size:14px; 
	font-family:'Arial Narrow','Arial'; font-stretch: condensed;
	color:#1687a6;
	margin-left:80px;
	padding-top:10px;

}

.footer .footer-content .phone-icon {
	margin-left:35px;
}
.footer .footer-content .icq-icon {
	margin-left:50px;
}
.footer .footer-left {
	float:left;
}
.footer .address { margin-left:226px; }
.footer .footer-right {
	float:right;
	margin-right:80px;
}

.phone-icon {
	background: url(/images/icons/phone-icon.gif) no-repeat;
	padding-left:15px;
}
.icq-icon {
	background: url(/images/icons/icq-icon.gif) no-repeat;
	padding-left:20px;
}
