/*nifty corners layout*/

window.onload=function(){
Nifty("div#menu a","small transparent top");
Nifty("div#ac1,div#ac2,div#ac3","same-height");
Nifty("div#contouter", "tl, bottom");
Nifty("div#content,div#side","same-height, none");
Nifty("div#content h2");
Nifty("div#container h2");
Nifty("div#footer");
Nifty("div#container","tl,bottom");
}