body {
  font-family: Arial, Helvetica, sans-serif;
  color: #006666;
  font-size: 0.8em;
  background-color: white}

table.photos td {
  width: 204px;
  }

div.navbar {
  background-color: #006666;
  width: 99%;
  color: white;
  font-size: 0.85em;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: white;
  border-width: 1px;
  }
div.navbarminwidth {
  width: 75em;
  }
div.header {
  width: 95%;
  background-color: #006666;
  border-left-style: solid;
  border-color: white;
  border-width: 5px;
  }
 div.bottombar {
  background-color: #006666;
  width: 99%;
  color: white;
  font-size: 0.85em;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: white;
  border-width: 1px;
  padding-left: 7px;
  }
div.otherbarminwidth {
  width: 793px
  }
div.main {
  width: 83%;
  padding-left: 7%;
  border-top-style: solid;
  border-top-width: 1em;
  border-top-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1em;
  border-bottom-color: white;
  }
a:link {
  color: blue }
a:visited {
  color: purple }
:link img {
  border: 0 }
:visited img {
  border: 0 }
ul.navbar {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  }
#nav {
  text-align: left;
  }
#nav a {
  text-decoration: none;
  }
#nav a:link {
  color: white;
  }
#nav a:visited {
  color: white;
  }
#bottom a {
  text-decoration: none;
  }
#bottom a:link {
  color: white;
  }
#bottom a:visited {
  color: white;
  }
#nav a:hover {
  display: block;
  background-color: #006666;
  }
li.navbar {
  float: left;
  position: relative;
  width: 12em;
  text-align: center;
  background-color: #006666;
  }
li.navbar ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: -4em;
  list-style: none;
  }
li.navbar ul li {
  float: left;
  position: relative;
  width: 20em;
  text-align: left;
  padding: 0.5em;
  background-color: #006666;
  }
li > ul {
  top: auto;
  left: auto;
  }
li:hover ul, li.over ul { 
  display: block;
  }
#clear {clear: left }
