/* COLUMN STYLES */

#ContentContainer {
	background-repeat: repeat-y;
	background-position: left top;
}

body.sidebars.none #ContentContainer,
body.sidebars.right #ContentContainer {
		background-repeat: repeat;
		background-position: 0% top;
}
	body.sidebars.none .MoneyContainer,
	body.sidebars.right .MoneyContainer {
		background-image: url(http://www.thebeehive.org/sites/all/themes/beehive/images/bg-content-money.gif) !important;
	}
	body.sidebars.none .HealthContainer,
	body.sidebars.right .HealthContainer {
		background-image: url(http://www.thebeehive.org/sites/all/themes/beehive/images/bg-content-health.gif) !important;
	}
	body.sidebars.none .SchoolContainer,
	body.sidebars.right .SchoolContainer {
		background-image: url(http://www.thebeehive.org/sites/all/themes/beehive/images/bg-content-school.gif) !important;
	}
	body.sidebars.none .WorkContainer,
	body.sidebars.right .WorkContainer {
		background-image: url(http://www.thebeehive.org/sites/all/themes/beehive/images/bg-content-work.gif) !important;
	}
	body.sidebars.none .HousingContainer,
	body.sidebars.right .HousingContainer {
		background-image: url(http://www.thebeehive.org/sites/all/themes/beehive/images/bg-content-housing.gif) !important;
	}


body.sidebars.both #ContentContainer, body.sidebars.left #ContentContainer {
	background-image: url(http://www.thebeehive.org/sites/all/themes/beehive/images/bg-column-general-left.gif);
}

	body.sidebars.both .MoneyContainer, body.sidebars.left .MoneyContainer {
		background-image: url(http://www.thebeehive.org/sites/all/themes/beehive/images/bg-column-money-left.gif) !important;
	}
	body.sidebars.both .HealthContainer, body.sidebars.left .HealthContainer {
		background-image: url(http://www.thebeehive.org/sites/all/themes/beehive/images/bg-column-health-left.gif) !important;
	}
	body.sidebars.both .SchoolContainer, body.sidebars.left .SchoolContainer {
		background-image: url(http://www.thebeehive.org/sites/all/themes/beehive/images/bg-column-school-left.gif) !important;
	}
	body.sidebars.both .WorkContainer, body.sidebars.left .WorkContainer {
		background-image: url(http://www.thebeehive.org/sites/all/themes/beehive/images/bg-column-work-left.gif) !important;
	}
	body.sidebars.both .HousingContainer, body.sidebars.left .HousingContainer {
		background-image: url(http://www.thebeehive.org/sites/all/themes/beehive/images/bg-column-housing-left.gif) !important;
	}

