html, body {
  margin: 0;
  border: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.menu {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: 'IM Fell English SC', 'Times New Roman', serif;
  font-size: 1.5em;
  position: fixed;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 15px;
  width: 240px;
}

.menu h1 {
  border: 0;
  margin: 0;
  padding: 0;
  background: url("./lox.png") no-repeat;
  height: 102px;
  width: 220px;
  //float: left;
  text-align: center;
  overflow: hidden;
}

.menu h1 a {
  padding: 100% 0 0 0;
  display: block;
  text-indent: -5000px;
  height: 100%;
  width: 100%;
  outline: none;
}

.menu ul {
  border: 0;
  margin: 0;
  padding: 25px 0 0;
  text-align: center;
  list-style: none;
}

.menu ul li a {
  color: black;
  text-decoration: none;
  outline: none;
}

.menu ul li a:hover {
  color: black;
  text-decoration: underline;
}

.frame {
  margin: 0;
  border: 0;
  padding: 15px 15px 15px 270px;
  min-height: 100%;
}

.frame h2 {
  font-family: 'Josefin Sans Std Light', 'Arial', sans-serif;
  font-size: 3em;
  font-weight: normal;
  text-shadow: 4px 4px 4px #aaa;
}

.footer {
  margin: 0;
  border: 0;
  border-top: 1px solid #aaa;
  padding: 3px 0;
  background-color: white;
  color: black;
  font-family: 'Droid Sans', 'Arial', sans-serif;
  text-align: center;
  position: fixed;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  width: 100%;
}

.footer address {
  font-style: normal;
}