/* Set up the Semantic Grid System */
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* center the contents */
div.center {
  min-width: 960px;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
/* Colors */
div.center {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 650px;
}
div.center h1 {
  color: #4e945f;
  text-align: center;
}
div.center #email {
  text-align: left;
  font-size: 1.6em;
}
div.center #email a {
  color: #aa4d45;
}
div.center #email a:hover {
  color: #2d2f30;
}
div.center #usAddress {
  margin-top: 40px;
}
div.center #usAddress h1 {
  color: #aa4d45;
  text-align: left;
  margin-bottom: 15px;
  font-size: 1.6em;
}
div.center #usAddress h3 {
  color: #2d2f30;
}
div.center #dakarAddress {
  margin-top: 40px;
}
div.center #dakarAddress h1 {
  text-align: left;
  color: #aa4d45;
  margin-bottom: 15px;
  font-size: 1.6em;
}
div.center #dakarAddress p {
  width: 200px;
}
#contactInfo {
  width: 450px;
  display: inline-block;
  margin-top: 40px;
}
#map {
  width: 450px;
  display: inline-block;
  margin-top: 40px;
  float: right;
}
#map h1 {
  font-size: 1.6em;
  text-align: left;
  color: #aa4d45;
}
#map iframe {
  margin-top: 40px;
}
