#latest-information-items {
  border: 0;
  margin: 0;
  padding: 0px 0px 0px 0px;
}
#latest-information-items ul {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}
#latest-information-items ul li {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0;
}
#latest-information-items div.image {
  float: left;
  width: 25%;
}
#latest-information-items div.content {
  float: left;
  width: 75%;
}
#latest-information-items ul li p {
  border: 0;
  margin: 0;
  padding: 4px 0px 4px 0px;
}

#latest-information{
  margin:0px;
  padding:0px;
  overflow:hidden;
  width:98%;
}

#latest-information h2 {
  margin: 0px;
}

#latest-information #image {
  float: right;
  padding: 0px 0px 5px 5px;
}
