/* Left */

.OfficeProfileContentLeft {
  width:325px;
  vertical-align:top;
}

/* Right */

.OfficeProfileContentRight {
  width:150px;
  vertical-align:top;
}

.OfficeProfileContentRight img {
  margin-bottom:5px;
  border-style:solid;
  border-width:2px;
  border-color:#8B0000;
}

/* Complete Center */
.OfficeProfileCompleteContent {
  width:475px;
  vertical-align:top;
}

