  .bh_brown, .bh_brown_body, .bh_brown_head, .bh_brown_head h2
  {
    background: transparent url(../images/bh-brown.png) no-repeat bottom right;
    text-align: left;
  }

  .bh_orange, .bh_orange_body, .bh_orange_head, .bh_orange_head h2
  {
    background: transparent url(../images/bh-orange.png) no-repeat bottom right;
    text-align: left;
  }  

.bh_grey, .bh_grey_body, .bh_grey_head, .bh_grey_head h2
  {
    background: transparent url(../images/bh-grey.png) no-repeat bottom right;
    text-align: left;
  }

  .bh_pink, .bh_pink_body, .bh_pink_head, .bh_pink_head h2
  {
    background: transparent url(../images/bh-pink.png) no-repeat bottom right;
    text-align: left;
  }

  .bh_blue, .bh_blue_body, .bh_blue_head, .bh_blue_head h2
  {
    background: transparent url(../images/bh-blue.png) no-repeat bottom right;
    text-align: left;
  }

  .bh_green, .bh_green_body, .bh_green_head, .bh_green_head h2
  {
    background: transparent url(../images/bh-green.png) no-repeat bottom right;
    text-align: left;
  }

  .bh_grey, .bh_pink, .bh_blue, .bh_green, .bh_brown, .bh_orange
  {
  /*
    width: 700px !important;
    width: 715px;
    */
    padding-right: 15px;
    margin: 0 auto;
  }

  .bh_grey_head, .bh_pink_head, .bh_blue_head, .bh_green_head, .bh_brown_head, .bh_orange_head
  {
    background-position: top right;
    margin-right: -15px;
    padding-right: 45px;
  }

  .bh_grey_head h2, .bh_pink_head h2, .bh_blue_head h2, .bh_green_head h2, .bh_brown_head h2, .bh_orange_head h2
  {
    background-position: top left;
    margin: 0;
    border: 0;
    padding: 1px 0 10px 35px;
    font-size: 26px;
    line-height:45px;
    height: auto !important;
    height: 1%;
    color:  #fff;
    text-align:center;
  }

  .bh_grey_body, .bh_pink_body, .bh_blue_body, .bh_green_body, .bh_brown_body, .bh_orange_body
  {
    background-position: bottom left;
    margin-right: 1px;
    padding:      1px 0 15px 10px;
  }
