#content_wrapper {
  float: left;
  margin-bottom: 50px;
  margin-left: 0;
}
#content .entry-content img {
  border: none;
  float: none;
}
.entry-title {
  clear: left;
  padding-top: 2em;
}
.entry-content {
  border-bottom: 1px solid #e2973b;
  overflow: hidden;
  padding-bottom: 2em;
}
.entry-content ul {
list-style: circle;
}
.entry-content img {
  height: auto;
 width: 250px;
}

/*
  Contractors Page
*/
.contractors {
  padding-top: 20px;
}
.contractors .entry-content {
  border-bottom: none;
}