// JavaScript Document

var init_style_page = function() {
	Nifty("div.content", "tr bottom big");
	Nifty("div.progressBox");
	Nifty("div.sidebar", "bottom");
	Nifty("div.box", "fixedHeight, big");
	//Nifty("div.sidebar H2", "bottom");
}





Event.observe(window, 'load', init_style_page);
