@import "home_framework.css";
#body-left-homeC {
	float: left;
	width: 70%;
}
#sidebar-left-homeC {
	float: left;
	width: 21%;
	margin-right: 8px;
}
#body-right-homeC {
	float: left;
	width: 70%;
	background: #E0EAF1;
}
#homeC-content {
	float: left;
	width: 78%;
}
#sidebar-right-homeC {
	float: right;
	width: 29%;
	background: #E0EAF1;
	margin-top: -6px;
}
