window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","bottom","#900F08","#B59A07","smooth");
Rounded("div#header h1","bottom","#900F08","#B59A07","small smooth");
Rounded("div#content","tl bottom","#900F08","#FFFFFF","smooth");
Rounded("div#nav","tr bottom","#900F08","#EDF6B8","smooth");
Rounded("div#sidenotes","all","#900F08","#EDF6B8","smooth");
Rounded("form","all","#900F08","#900F08","smooth");
Rounded("blockquote","tr bl","#FFF","#AFAFAE","border #900F08");

Rounded("div#news div","all","#FFF","transparent");

Rounded("div#relax","all","#FFF","transparent");
Rounded("div#footer","all","#900F08","#B59A07");

Rounded("div#minipics li","all","#900F08","#FFFFFF","smooth");




}