var NiftyDone;
document.observe('document:contentLoaded', function() {
	if(NiftyDone) return;
	NiftyDone = true;

	Rounded("div.columnWhiteBottom","bl,br","#f4f2e6","#ffffff","smooth small");
	Rounded("div.columnTanBottom","bl,br","#f4f2e6","#fbf9ee","smooth small");
	Rounded("div.columnGreyContent","tl,tr,bl,br","#f4f2e6","#e1dfd4","smooth small");
	Rounded("div.columnGreyBottom","bl,br","#f4f2e6","#e1dfd4","smooth small");
	Rounded("div.sideBarHelp","tl,tr","#ffffff","#b7b3a1","smooth small");
	Rounded("div.sideBarHead","tl,tr","#ffffff","#b7b3a1","smooth small");
	Rounded("div.sectionHead","tl,tr","#ffffff","#2ba1df","smooth small");
	Rounded("div.homeSectionHeader","tl,tr","#f3f1e6","#b7b3a1","smooth small");
	Rounded("div#columnTanContent","bl,br","#f4f2e6","#fbf9ee","smooth small");
	Rounded("div#columnWhiteLeftTop","tl,tr","#f4f2e6","#b7b3a1","smooth small");
	Rounded("div#footer","tl,tr,bl,br","#d6d1bd","#cdc8b2","smooth small");
	Rounded("div.greyBoxRounded","tl,tr,bl,br","#ffffff","#f3f1e6","smooth small");
	Rounded("div.footerBottom","bl,br","#d6d1bd","#cdc8b2","smooth small");
	Rounded("div.nav_box","bl,br","#ffffff","#f5f4f1","smooth small");
	Rounded("div.sectionHolderLeft","bl,br","#f3f1e6","#ffffff","smooth small");

	Rounded("body.about-zopa #hero","tl,tr,bl,br","#ffffff","#b8bc09","smooth small");
	Rounded("body.borrowing #hero","tl,tr,bl,br","#ffffff","#f3cf03","smooth small");
	Rounded("body.community #hero","tl,tr,bl,br","#ffffff","#c70303","smooth small");
	Rounded("body.lending #hero","tl,tr,bl,br","#ffffff","#fa8100","smooth small");
	Rounded("body.borrowing #loanHero","tl,tr","#f3f1e6","#fba70d","smooth small");
	Rounded("body.borrowing #loanHero","bl,br","#f3f1e6","#f3cf03","smooth small");
	
});

