Event.observe(window, 'load', function() {
	Nifty("div#round", "big same-height");
	Nifty("div.welcome_column_left","same-height big");
	Nifty("div#left_nav","same-height big");
	Nifty("div#admin_nav","same-height big");
	Nifty("div#content,div#sidebar","same-height big");
	Nifty("div.form","big");
	Nifty("h4.menu-head");
	Nifty("h4.menu-head-current", "same-height");
	Nifty("h3.title-head", "transparent");
});