body {
  background-image: url("background.jpg");
  color: black; 
  height: 100%;
  margin-top: 0;
}


.hidden {
  visibility: hidden;
}

#header {
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#header img {
  border-width: 3px;
  border-style: solid;
  border-color: #3eb8d9;
}

#nav {
  width: 170px;
  float: left;
  margin: 0;
  padding: 0;
}

#nav ul li {
  display: inline;
}

#nav a {
  display: block;
  padding: 0;
  margin-bottom: 0.5em;
  border-color: #84d7ea;
  border-width: 4px;
  border-style: outset;
  width: 150px;
  height: 30px;
}

#nav a:hover {
  border-width: 4px;
  border-style: inset;
}

#nav img {
  border-style: none;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content {
  display: block;
  float: left;
  width: 77%;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 0;
  margin-right: 0;
}

#content img {
  border: none;
}

#content h1 {
  text-align: center;
}

#content h3 {
  text-align: center;
  text-decoration: underline;
}

#content ul {
  vertical-align: middle;
  list-style-image: url("ball.gif");
}

#content a {
  outline: none;
}

#content p {
  font-style: italic;
  text-align: center;
}

#content ul.links {
  line-height: 200%;
}

#content ul.contact {
  line-height: 200%;
}

#content span.postal {
  line-height: 100%;
}

#content p.contact {
  color: blue;
  font-style: normal;
  text-align: left;
  line-height: 100%;
}

#content #slideshow {
  display: block;
  margin: 0.5em;
  padding: 0;
  float: left;
}

#content #text1 {
  color: green;
}

#content #text2 {
  clear: both;
}

#footer {
  display: block;
  text-align: center;
  clear: both;
}

#footer p.copying {
  font-size: 80%;
  font-style: italic;
}

.image {
  float: left;
  margin: 0.25em;
  padding: 0;
  padding-right: 5em;
  width: 180px;
  font-size: 0.8em;
  text-align: center;
}

.image img {
  width: 180px;
}

.row {
  clear: both;
}
