@charset "utf-8";
/* CSS Document */

.footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footer .ftrHeader {
	margin: 0;
	padding: 0;
}

.ftrHeader #ftrHeaderImg {
	padding: 0;
	margin: 0;
	margin-left: 160px;
}

.footer .ftrBody {
	background: #506625;
	color: #fff;
	margin-top: 0;
	padding-top: 0;
}

.ftrBody #left {
	margin-left: 5px;
	text-align: left;
}

.ftrBody #link {
	font-size: 0.6em;
	color: #fff;
}

.ftrBody #middle {
	margin-left: 270px;
	font-size: 0.6em;
	text-align: left;
}

.ftrBody #right {
	margin-left: 250px;
	text-align: right;
}
