/* 
	Provide here the styles to be used in a edit-text-box in CMS.
	Place the other styles, used only in templates, in separate file(s).
*/

@import "ABF_HealthSite.css";

/*** STRUCTURE ***/

.image_left
{
	float: left;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.image_right
{
	float: right;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}

