/*IMPORTANT... #headerImg1,2,3,4,5 all need to be styled here or the page will
be messed up.  If you dont use them set their display to none.*/
#headerImg1{
  /*position:absolute;*/
  background-image:url("../images/charity/default/bg_header.gif");
  background-repeat:no-repeat;
  background-position:left bottom;
  width:900px;
  height:166px;
  float:left;
}

#headerImg2{
  display:none;
  /*position:absolute;
  background-image:url("../images/charity/default/header_logo_dw.gif");
  background-repeat:no-repeat;
  background-position:right bottom;
  width:413px;
  height:70px;
  margin:10px 0px 0px 10px;*/
}

#headerImg3{
  display:none;
}

#headerImg4{
  display:none;
}

#headerImg5{
  display:none;
}

#headerHR{
  display:none;
}

#programGo{
  display:none;
}

#navLinks{
  position:absolute;
  top:110px;
  left:30px;
}

#navLinks div a{
  text-decoration:none;
}

#navContact{
  display:none;
}