/*
 * Site Specific Styles
 */
 
p#main-image {
  float: left;
  margin-right: 30px;
}

div#information {
  float: left;
  width: 520px;
}
div#information div.contact-details {
  font-size: 0.9em;
  margin-bottom: 3em;
  overflow: hidden;
  display: inline-block;
}
div#information div.contact-details {
  display: block;
}
div#information div.contact-details p {
  float: left;
  margin-right: 40px;
}
div#information div.contact-details p.methods {  
  margin-right: 0;
}
div#information div.contact-details p.methods a {
  text-decoration: none;
}
div#information div.contact-details p.methods a:hover {
  text-decoration: none;
  color: #fff;
}