/* <style type="text/css" media="all"> */
/* media="all" hides styles from NS4.x only 
   - so we'll put styles we want to hide from NS4.x here */
div.navFirst {
  background: url("http://www.chbrp.org/images/topleft.gif") top left no-repeat; }

div.navSecond {
  background: url("http://www.chbrp.org/images/topright.gif") top right no-repeat;
  padding: 15px;
  margin: 0; }
  
div.navThird {
  background: url("http://www.chbrp.org/images/rightborder.gif") top right repeat-y; }

div.navFourth {  
  background: url("http://www.chbrp.org/images/bottomleft2.gif") bottom left no-repeat; }

div.navFourth p {
  background: url("http://www.chbrp.org/images/bottomright.gif") bottom right no-repeat; }
