// JavaScript Document
window.onload=function(){
	Nifty("div#page_container,div.inner_normal", "big transparent bottom");
	Nifty("div.graybox,div.bluebox,div.lightorangebox,div#contactFormSide,div#contactForm,div#ctaBlue", "normal transparent all");
	Nifty("div#mainParagraph,div#mainParagraphGray", "normal transparent top br");
	Nifty("div#topButton,div#topButtonGray", "normal transparent bottom");
	Nifty("div#inner", "small transparent all");
	
	
}

