#intro {
  display: none;
}

#main {
  margin-left: 5px;
}

#main .block-holder .image-text-block .block-body h2 {
  color: rgb(165,208,0);
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-transform: lowercase;
}

#main .block-holder .image-text-block .block-body h3 {
  color: rgb(91,132,43);
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  text-transform: lowercase;
}

#main .block-holder .image-text-block .block-body p img {
  float: left;
  margin: 10px 20px 10px 0;
}
