$(document).ready(function(){
	// We do the CURL bottom twice so it doesn't creat black corners in Safari.  It's a hack, but it works. :)
	$(".content-section").css('margin', '0px').wrap("<div class=\"rounded-wrapper\"></div>").corner("curl bottom").corner("curl bottom").parent().css('padding', '2px').css('margin', '10px 0px').corner("curl bottom corner color: cc:#FFEFDB");

});