.project {
  float: left;
  clear: both;
  width: 910px;
  border-bottom: 1px solid #999999;
  padding: 0px 10px 30px 10px;
  margin-bottom: 30px;  
}

.description {
  width: 500px;
  font-size: 1.25em;
  line-height: 1.35em;
}

.odd .description {
  float: left;
}     

.even .description {
  float: right;
  text-align: right;
}

.description img {
  display: block;
  margin-bottom: 5px;
}

.description .title {
  font-size: 1.5em;
  color: #333333;           
  margin-bottom: 3px;
}

.description .subTitle {
  font-size: 1.15em;
  text-transform: capitalize;
  color: #333333;        
  margin-bottom: 5px;        
}

.projectPhoto {
  float: right;
  width: 228px;
  height: 171px;
  border: 1px solid #999999;
  padding: 10px;
}

.odd .projectPhoto {
  float: right;
}

.even .projectPhoto {
  float: left;
}      