/*nifty corners for Proteatravel*/

window.onload=function(){
	Nifty("div#body", "normal");
	Nifty("div#header", "normal");
	Nifty("div#header_image,div.header_image1", "normal");
	Nifty("div#menu,div#content", "normal same-height");
	Nifty("div#title_h1,div#title_h2,div#title_h3", "normal");
}
