/*nifty corners layout*/

window.onload=function(){
Nifty("div#header","fixed-height top big");
Nifty("div#sidebar,div#content,div#contentGallery","same-height none");
Nifty("div#footer","fixed-height bottom big");
}