html {
  height: 100%;
  overflow: scroll;
}
body {
  background: #d3dab7;
/*  background-image: url('background.2.jpg');*/
  background-repeat: no-repeat;
  font-size: 12pt;
  color: rgb(64,58,58);
  font-family: Garamond;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  border-top: 1px transparent solid;
  margin-top: -1px;
  z-index:0;
  position: relative;
}
a:link {text-decoration:none; color:rgb(50,50,100);}
a:visited {text-decoration:none; color:rgb(50,50,100);}
a:active {text-decoration:underline; color:rgb(50,50,100);}
a:hover {text-decoration:underline; color:rgb(50,50,100);}

div#main {
  width: 100%;
  height: 100%;
}

img#background {
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  color: white;
}

div#mainlogo {
}
div#mainlogo img {
  border: 1px solid Black;
  margin: 1em auto;
  display: block;
}

div#ray {
  float: right;
}
div#ray img {
  border: 1px solid Black;
  margin: 1em;
}

div#intro-text {
  font-size: 14pt;
  margin: 0 5em 0 5em;
}
div#intro-text p {
}

div#address-card {
  width: 20em;
  left: 50%;
  position: absolute;
  bottom: 200px;
}
div#address {
  height: 4em;
  font-size: 12pt;
  position: absolute;
  border: 1px solid Black;
  background: White;
  padding: 0px 5px 15px 5px;
  text-align: center;
  left: -10em;
}
div#address p {
  margin: 20px;
  line-height: 1px;
}

div#navbar {
  float: left;
  margin: 0 2em 0 0;
}
div.navbutton {
  border: 1px solid Black;
  background: White;
  font-size: 12pt;
  text-align: center;
  margin: 2px 1em;
  padding: 2px 5px;
}

h1 {
  font-size: 14pt;
  font-weight: 900;
}

ol {
  margin: 0 0 0 2em;
}
