/*nifty corners layout*/

window.onload=function(){
  Nifty("#menu a", "small transparent top");
  Nifty("div#content_shadow");
  Nifty("div#content_border", "top ");
  Nifty("div#content");
  $('content_shadow').style.background = "#799D07";
  Nifty("div#content_border", "bottom");
}