/*nifty corners layout*/

window.onload=function(){
/*
	
	Nifty("div#menu a","small transparent top");
Nifty("ul#intro li","same-height");
Nifty("div.date");
Nifty("div#content,div#side,div#side2,div#side3","same-height");
Nifty("div.comments div");
Nifty("div#footer");
Nifty("div#container","big");
Nifty("img#logo","bottom");
Nifty("fieldset.contact","small transparent top");

*/
	
	Nifty("div#container","big");	
	Nifty("div#footer","small top");	
	Nifty("div#sidebasket","big  transparent");
	Nifty("div#googlemapholder","big  transparent");
	Nifty("div.plumberaddress","large");	
}