
/* flexible margins*/
html {
  background-color: white;
  padding:       0em;
  margin:        0em;
}

/* display email icon */
a[href^="mailto:"] {
  padding-left: 13px;
  margin-left:   1px;
  background: url(/images/letter.png) left center no-repeat;
}

#menu {
  position: fixed;
  overflow: auto;
  width: 20%;
  max-width: 15em;
  min-width: 12em;
  height: auto;
  top: 0em;
  max-left: 1em;
  bottom: 0em;
  background: #c3d7a5;
  color: white;
  font-family: sans-serif;
  z-index: 10;
}

#menu2 {
  position: relative;
  overflow: auto;
  width: 20%;
  max-width: 15em;
  min-width: 12em;
  height: auto;
  left: 2.5em;
  top: 0em;
  max-left: 1em;
  bottom: 0em;
  background: #c3d7a5;
  color: white;
  font-family: sans-serif;
}

#banner { 
  position: fixed;
  overflow: auto;
  top: 0em;
  left: 0%;
  min-left: 5em;
  min-width: 60em;
  margin-left:2%;
  right: .5%;
  max-right: .5em;
  height: 5em;
  background: #c3d7a5;
  color: black;
  font-family: sans-serif;
  text-align: center;
  z-index: 20;
}

#content {
  position: absolute;
  overflow: auto;
  height: auto;
  top: 15%;
  left: 20%;
  min-left: 15em;
  margin-left: 1%;
  right: .5%;
  max-right: 1em;
  background: white;
  color: black;
  font-family: sans-serif;
  z-index: 0;
}

/*
#content {
  overflow: auto;
  height: auto;
  top: 10em;
  margin-left: 20%;
  right: .5%;
  max-right: 1em;
  background: white;
  color: black;
  font-family: sans-serif;
}
*/
