/* Footer CSS Only
-----------------------------------------
	- Only footer classes in this file
	
---------------------------------------*/

.footer {
	background-image: url(../images/footer/footer.jpg);
	background-color: #f8fbf0;
	bottom: -8px;
	color: white;
	font-size: 12px;
	height: 67px;
	line-height: 4.5em;
	margin: 0 auto;
	padding-left: 30px;
	position: relative;
	top: -5px;
	width: 942px; /* width (-) minus padding of 11px; */
}

.footerLeft {
	float: left;
}

.floatRight {
	float: right;
	padding-right: 30px;
}

.footerLeft a:link, a:active, a:visited {
	color: white;
}

.footerLeft a:hover {
	color: #dddddd;
}