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

#footerWrap {
	height: 62px;	
	margin-left: 325px;
	margin-top: -60px;
	margin-right: -50px;
	z-index: 2;
	position: relative;
	background: transparent url('../images/footer-background.jpg') top left repeat-x;
}

#footerBlock {
	padding-left: 20px;
	height: 62px;
	width: 673px;
	position: relative;
	background: transparent url('../images/footer-leftCap.jpg') top left no-repeat;	
}

#smallLogo {
	position: absolute;
	right: 25px;
	top: 13px;
}

#footerText {
	padding-top: 13px;
	color: white;
}

#footerText a {
	color: white;
	text-decoration: none;
}