/* CSS Document */

/* ---------------------------------------------------------------------------------------------------------------------------------
--	Site Footer Objects
--------------------------------------------------------------------------------------------------------------------------------- */
.site-footer {
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.site-footer.layout {
	margin-top: 10px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------
--	Site Banner Sections
--------------------------------------------------------------------------------------------------------------------------------- */
.site-footer.left {
	float:left;
	width: 40%;
}
.site-footer.ctr {
	float:left;
	width: 20%;
}
.site-footer.right {
	float:right;
	width: 40%;
}
