window.onload=function(){

if(!NiftyCheck())
	return;
else {
	Rounded("div#outer_wrap",     "all",    "transparent", "transparent", "smooth medium border #CAD1D4");
	Rounded("div.col1_outer",     "top",    "#FFFFFF", "#CCB88E", "smooth medium");
	Rounded("div.col1_inner",     "top",    "#CCB88E", "#EDE6CF", "smooth medium");
	Rounded("div.col1_inner",     "bottom", "#FFFFFF", "#EDE6CF", "smooth medium");
	Rounded("div.col2_row",       "all",    "transparent", "transparent", "smooth medium border #CAD1D4");
	Rounded("div.blue_separator", "top",    "#FFFFFF", "#71A2C9", "smooth medium inverted");
	Rounded("div.blue_separator", "bottom", "#FFFFFF", "#71A2C9", "smooth medium");
	Rounded("div.footer",         "top",    "#FFFFFF", "#E7EAEB", "smooth medium inverted");
	Rounded("div.footer",         "bottom", "#FFFFFF", "#E7EAEB", "smooth medium");
/*	Rounded("div.grey_separator", "top",    "#FFFFFF", "#CBD0D4", "smooth medium inverted");
	Rounded("div.grey_separator", "bottom", "#E7EAEB", "#CBD0D4", "smooth medium");*/
	Rounded("div#top_menu",       "bottom", "#FFFFFF", "#E7EAEB", "smooth medium");
	Rounded("div.message",        "all",    "#FFFFFF", "#CBD0D4", "smooth medium");
}
}