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

#homeB-content a, a:link a:visited {
	text-decoration: none;
     line-height: 1.3em;
}

#homeB-content a:hover {
	text-decoration: underline;
    line-height: 1.3em;
}


#sidebar-right-homeB {
	float: right;
	width: 29%;
	background: #E0EAF1;
	margin-top: -6px;
}
