
#Addresses { clear:both; width:100%;}

#AddressLeft {
  display: block;
  float:left;
  width:33%;
  background:white;
  color:black;
  border:0px white solid;
}
#AddressCenter {
  display: block;
  float:left;
  width:34%;
  background:white;
  color:black;
  border:0px white solid;
}
#AddressRight {
  display: block;
  float:left;
  width:33%;
  background:white;
  color:black;
  border:0px white solid;
}
#AddressLeft h3, #AddressCenter h3, #AddressRight h3 {
  display: block;
  background: #A57B52;
  border: solid thin #A57B52;
  color: #ffffff;
  font-family: sans-serif;
  font-style: normal;
  font-size: small;
  font-weight: bold;
  padding: 2px;
  margin: 0px;
}

#AddressLeft p, #AddressCenter p, #AddressRight p {
  margin:0px;
  padding:0px;
  margin-bottom:1ex;
}

