html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }

body {
  background-color: white;
  font-family: arial;
  font-size: 12pt;
  color: #666;
}

a {
  color: #666;
}

hr {
  border: 0;
  color: #999;
  background-color: #999;
  height: 1px;
  width: 100%;
  text-align: left;
}

/************************/

#wrap {
  border: 1px solid #666;
  padding: 30px;
}

#logo {
  position: relative;
  top: 0px;
  left: 0px;
  text-align: right;
  float: left;
}
#logo #headline {
  display: block;
  margin-right: 30px;
  margin-top: 10px;
  text-align: right;
}

#top {
  vertical-align: middle;
  height: 90px;
}

#menu {
  float: right;
  margin-top: 35px;
  list-style-type: none;
  padding: 6px;
}
#menu li {
  display: inline;
  padding: 6px;
}
#menu a {
  font-size: 12pt;
  color: #666;
  padding: 5px;
  text-decoration: none;
}
#menu a:hover {
  background-color: #666;
  color: white;
}