@charset "UTF-8";

/* CSS Document */

.column1 {
  float: left;
  width: 500px;
}

.column2 {
  float: right;
  width: 230px;
}

.column1 h2 {
  width: 50%;
}

.history {
  margin: 0 0 20px 0;
  padding: 0;
}

.contact {
  text-indent: 0;
}

.intro {
  font-size: 10.5pt;
  margin-left: 2em;
  margin-right: 2em;
  line-height: 150%;
}

div#map {
  width: 500px;
  height: 400px;
  margin: 0;
  padding: 0;
}

.access {
  list-style-type: none;
}

.access img {
  cursor: hand;
}
