body {
  margin: 0;
  padding: 85px 0 0 0;
  color: #333;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color: #E5EDF0;
  background-image: url(../images/fuji.jpg);
  background-repeat: no-repeat;
}
#header {
  position:absolute;
  top:-500px;
}

#nav {
    float:left;
    width:170px;
    margin:70px 10px 20px 20px;
}

/* Styles for the navigation menu. */

#nav, #nav ul {
    list-style: none;
    padding: 0;
}
#nav a {
    display: block;
    width: 140px;
    padding-left: 10px;
    margin: 3px 0;
    text-decoration: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
}

#nav a:link, #nav a:visited {
    border-left: #00425E solid 10px;
    color: #00425E;
}

#nav a:hover, #nav a:active {
    border-left-color: #fff;
    background-color: #00425E;
    color: #fff;
}
#nav a#here {
    border-left-color: #fff;
    background-color: transparent;
    color: #0074A5;
}
#nav ul {
  margin-left:20px;
}
#nav ul a {
  width:120px;
}
#footer {
  clear:left;
  font-size:85%;
  margin:20px;
}
#webgallery {
  height: 525px;
  width: 700px;
  margin-left: 200px;
}

