body {
  background: #000 url('../images/background.jpg') top center no-repeat;
  font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
  font-size: 1.0em;
}

h1, h2, h3, h4, h5, h6, a {
  color: #3b567a;
}

a:hover {
  color: #a00;
  text-decoration: none;
  border-bottom: 1px dotted #a00;
}

a img {
  border: none;
}

#page {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -425px;
  width: 850px;
  padding-bottom: 50px;
}

#title-bar {
  text-align: center;
}
#title-bar a#title-anchor {
  text-indent: -500em;
  display: block;
  height: 150px;
  width: 300px;
  background: transparent url('../images/logo.gif') top left no-repeat;
  margin: auto;
  display: none;
}
#title-bar a:hover {
  border: none;
}

#nav {
  background-color: #3b567a;
  padding: 10px;
  border: 1px solid #000;
}
#nav ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#nav li {
  display: block;
  float: left;
  width: 16.4%;
  text-align: center;
}
#nav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11pt;
}
#nav a:hover {
  color: #8ea7c8;
  text-decoration: none;
  border: none;
}

#content {
  border: 1px solid #000;
  border-top: none;
  width: 818px;
  background: #fff url('../images/shadow.gif') top left repeat-x;
  padding: 25px 15px 20px;
  padding: 15px;
}

#recent-news {
  float: left;
  width: 49%;
}
#recent-photos {
  float: right;
  width: 49%;
}
#article-archive-recent {
  float: left;
  width: 75%;
}
#article-archive-archives {
  float: right;
  width: 24%;
}

#footer {
  border-top: 1px dotted #aaa;
  margin-top: 20px;
  padding-top: 20px;
  color: #aaa;
  font-size: 0.8em;
  text-align: center;
}

.clear {
  clear: both;
}

.album-list,
.photo-list,
.question-list,
.answer-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.album-list li,
.photo-list li {
  width: 25%;
  height: 230px;
  float: left;
  text-align: center;
}

td.error {
  color: #a00;
  background-color: #fcc;
  padding: 10px;
  text-align: center;
  border: 1px solid #a00;
}
table.message-form {
  width: 75%;
  margin: auto;
}
.message-form th {
  text-align: left;
  width: 25%;
}
.message-form td {
  width: 75%;
}
input[type="text"],
input[type="password"],
textarea {
  width: 99%;
}