.v5050ColumnLeft{
  float: left;
  width: 49%; 
}
.v5050ColumnRight{
  float: right;
  width: 49%;
}
.v2575ColumnLeft{
  float: left;
  width: 24%; 
}
.v2575ColumnRight{
  float: right;
  width: 74%;
}

.vFloatImageLeft, .vFloatImageRight{
  padding-bottom: 1em;
}
.vFloatImageLeft *, .vFloatImageRight *{
  clear: none;
}
.vFloatImageLeft .cleaner, .vFloatImageRight .cleaner{
  clear: both;
}
.vFloatImageLeftImg{
  float: left;
  padding: 0 10px 10px 0;
  margin: 0;
}
.vFloatImageRightImg{
  float: right;
  padding: 0 0 10px 10px;
  margin: 0;
}
