window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","bottom","#faf5e4","#cedf84","smooth");
Rounded("div#header1","top","#faf5e4","#faf5e4","small smooth");
Rounded("div#content","tl bottom","#D6DEEC","#FFF","smooth");
Rounded("div#nav","tr bottom","#cedf84","#cedf84","smooth");
Rounded("div#sidenotes","top","#ffdf94","#ffdf94","smooth");
Rounded("div#sidenotes1","top","#a5c74a","#a5c74a","smooth");

Rounded("div#sidenotes2","top","#fff","#fff","smooth");


Rounded("blockquote","tr bl","#FFF","#CDFFAA","border #88D84F");
Rounded("div#relax","all","#FFF","transparent");
Rounded("div#footer","all","#D6DEEC","#CCCCCC","small border #fff");
}