
  #map {
    width: 100%;
    text-align: center;
  }
  #photo {
    text-align: center;
    font-family: sans-serif;
    max-width: 55em;
    margin-left: auto;
    margin-right: auto;
    background-color: #fbfbfc;
  }
  #home {
        font-family: sans-serif;
        text-align: justify;
        max-width: 55em;
        margin-left: auto;
        margin-right: auto;
        background-color: #fbfbfc;
      }

  h3 {
        font-family: 'Droid Sans', arial, serif;
        font-weight: normal;
  }
  h1, h2 {
        font-family: 'Droid Sans', arial, serif;
        font-weight: normal;
        text-align: center;
  }
  .quote{
    font-family:monospace, 'Droid Sans';
    font-size: small;
  }
  #nav ul {
    display: inline;
  }
  #nav ul li {
    list-style: none;
    display: inline;
    border-left: 1px solid #000;
    padding: 3px 15px;
  }
  #nav  ul li.first {
     margin-left: 0;
      border-left: none;
       list-style: none;
        display: inline;
      }

  #nav {
    padding: 5px;
    margin-bottom: 25px;
    text-align: center;
    font-family: 'Droid Sans', arial, serif;
    font-weight: normal;
    font-size: 1.5em;
          }





