// specs for container rounding

window.onload=function(){
if(!NiftyCheck())
    return;

Rounded("div#containerHome","#7DBC2D","#fff");

Rounded("div#containerAbout","#007FC6","#fff");
Rounded("div#containerCamps","#FDC600","#fff");
Rounded("div#containerDonate","#E53F27","#fff");
Rounded("div#containerJoin","#EC721B","#fff");
Rounded("div#containerGear","#7DBC2D","#fff");
Rounded("div#containerContact","#DF007A","#fff");

Rounded("div.blueBox","#fff","#B7D7EE");
Rounded("span.blueBox","#fff","#B7D7EE");
Rounded("p.blueBox","#fff","#B7D7EE");

Rounded("p.orangeBox","#fff","#fc0");
}