#footer {
	width: 947px;
	background: url('../img/footer.gif') no-repeat 0 0;
	margin: 50px 0 4em 23px;
}
	
	#footer #locations {
		margin: 2em 0.5em 0 0;
		display: inline;
		width: 562px;
	}
	
	#footer #legal {
		padding: 1em 0.5em 0 0;
		border-top: 1px solid #c7e6ed;
	}
	
	/* Footer buttons */
	#footer #buttons {
		width: 380px;
		display: inline;
		margin-top: 7px;
	}
	
		#footer #buttons a {
			display: block;
			height: 68px;
			text-indent: -9999px;
			float: right;
		}
		
		#footer #sendToFriend {
			width: 116px;
			background: #fff url('../img/sendToFriend.gif') no-repeat 0 0;
		}
		
		#footer #printPage {
			width: 101px;
			background: #fff url('../img/printPage.gif') no-repeat 0 0;
		}
		
		#footer #login {
			width: 161px;
			background: #fff url('../img/login.gif') no-repeat 0 0;
		}
