#features {   
  color: #000;
  text-align: center;
  width: 900px;
}

#features ul {
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  width: 335px;
  float: left;
  clear: none;
}

#features li {
  line-height: 1.2em;
  text-align: left;
  font-size: 13px;
  margin: 0px 0px 10px 0px;
  list-style: none;
  margin-bottom: 15px;

}

#features .odd ul {
  float: right;
}

#features h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

#features h3 {
  width: 335px;
  margin: 0px;
  margin-bottom: 15px;
  margin-top: 7px;
  display:block;
  padding-top: 25px;
  font-weight: bold;
  font-size: 16px;
  color: black;
  float: left;
  clear: none;
}

#features li strong {
  display: block;
}

#features .even,
#features .odd {
  border-top: 1px #ccc solid;
  padding-top: 25px;
}

#features .odd h3 {
  float: right;
}


#features img {
  width: 480px;
  margin-top: 25px;
  float: right;
  clear: none;
}

#features .odd img {
  float: left;
  margin-bottom: 20px;
}
