window.onload=function(){
if(!NiftyCheck())
    return;
//Rounded("div#header","bottom","#DCDCDC","#483D8B","small smooth");
Rounded("div#header","bottom","#98DFF2","#00BDF2","small smooth");
//Rounded("div#header","bottom","#FFF105","#DEF6FD","small smooth");

Rounded("div#content","top","#98DFF2","#FFF","smooth");
Rounded("div#content","bottom","#98DFF2","#FFF","smooth");

//Rounded("div#content","all","#DCDCDC","#FFF","smooth");
//Rounded("div#content_bottom","all","#DCDCDC","#FFF","smooth");
Rounded("div#content_bottom","all","#98DFF2","#FFF","smooth");

//Rounded("div#nav","all","#D6DEEC","#FFF","small smooth");
//Rounded("div#nav","top","#D6DEEC","#FFF114","small smooth");
Rounded("div#nav","top","#98DFF2","#FFF105","small smooth");
//Rounded("div#nav","bottom","#D6DEEC","#00BEF0","small smooth");
Rounded("div#nav","bottom","#98DFF2","#00BDF2","small smooth");

Rounded("div#sidenotes","all","#DCDCDC","#B0C4DE","smooth");
Rounded("div#search","all","#DCDCDC","#F8F8FF","smooth");
Rounded("blockquote","all","#FFF","#CDFFAA","border #88D84F");

//Rounded("img#logo","all","#DCDCDC","#DCDCDC","small smooth #999");
//Rounded("div#nav","all","#D6DEEC","#F8F8FF","smooth");
//Rounded("div#header h1","bottom","#8470FF","#8470FF","small border #fff");
//Rounded("div#clrbkg","all","#FFF","transparent");
//Rounded("div#shpbkg","all","#FFF","transparent");
//Rounded("div#footer","all","#DCDCDC","#483D8B","small smooth");
//Rounded("div#footer","all","#DCDCDC","#DCDCDC","small smooth border #999");
}