/**
 * Header styles.
 */
body {
  min-width:              900px;
}

.brand {
  position:               absolute;
  top:										10px;
  left:										25px;
  z-index:                20;
}

ul.nav {
  margin-top:             25px !important;
}

#searchform {
  margin-top:             25px !important;
  margin-left:            1em !important;
  padding-top:            5px;
}

#searchform .btn {
  margin-top:             0px !important;
}

footer {
  text-align:             center;
  padding-bottom:         2em;
}