body {
  font-family: Times New Roman, serif;
  font-size: larger;
  color: rgb(f, f, f);
  background-image: url('../images/concrete.jpg');
  background-repeat: repeat;
}

#header {
  background: #fff url(../images/concrete.jpg);
}

#showcase {
  background: #6f9c6f;
}

dl.menus_list dt {
  background: #6f9c6f;
  font-size: 1.5em;
  margin: 3px 0;
}

img {
  border-width: 0px;
}

img.left {
  position: absolute;
  left: 0px;
  top: 50px;
}

img.right {
  position: absolute;
  right: 0px;
  top: 50px;
}

img.deco {
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-width: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

#httphotos {
  position: absolute;
  right: 0px;
  bottom: 20px;
  margin: 0px;
  padding: 0px;
}

#httphotos img {
  border: 0px;
}

#foot {
  background: #8fbc8f;
}

dl.menus_list dd.nil {
  padding: 0;
  margin: 0;
}

h1 {
  color: #007b99;
  font-style: italic;
}

h2 {
  color: #007b99;
  font-size: large;
  margin-right: 5%;
  margin-left: 5%;
}

p {
  color: #444444;
  margin-left: 5%;
  margin-right: 5%;
}

p.subdue {
  color: #888888;
  margin-left: 0%;
  margin-right: 0%;
  font-size: small;
}

a:link {
  color: #007b99;
}/* unvisited link */

a:visited {
  color: #888888;
}/* visited link */

a:hover {
  color: #000000;
}/* mouse over link */

a:active {
  color: #000000;
}/* selected link */

a {
  text-decoration: none;
}/* no underlines under links */

img.special {
  border: 3px #007b99 solid;
}/* blue border around image */