#services #content {
  /*width: 465px;*/
  width: 435px;
}

.colwrap {
  background-image: url(../images/column_bg.gif);
  background-repeat: repeat-y;
  margin-top: 0px;
  padding-top: 0px;
}

.row {
  margin-top: 0px;
  padding-top: 0px;
}

.col {
  margin-top: 0px;
  padding-top: 0px;
}

.col h1 {
  margin-top: 0px;
  padding-top: 0px;
  line-height: 80%;
  margin-bottom: 10px;
}

.col p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* all modules and grids nested in a grid get floated */
.colwrap .col {
   float:right; 
   display:inline;   /* IE */ 
}

/* float left and kill margin on first for added flex */
.colwrap .first {
  float:left;
}

/* 2 col */
.colwrap .col {
  width:49.1%;
}

/* self clear floated parent containers */
.colwrap:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.colwrap {zoom:1;} /* IE */