body {
  margin: 0;
  background: #f8ecd6 url(images/building_bg.gif) no-repeat center center;
}

#head {
  height: 176px;
  background: url(images/top_shade.gif) repeat-x;
  text-align: center;
}

#head a img {
  border-style: none;
}

#banner {
  background: url(images/banner.gif) no-repeat center;
  height: 64px;
}

#links {
  list-style: none;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #ffd700;
  text-transform: uppercase;
}

#links li {
  display: inline;
  margin-right: 9px;
  top: 19px;
  position: relative;
  margin-left: 9px;
}

#links li a {
  color: #ffd700;
  text-decoration: none;
  letter-spacing: 0.1em;
}

#links li a:hover {
  color: #f5d682;
}

#content {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  color: #42110c;
}

#content p {
  font-size: 0.9em;
  text-align: justify;
  line-height: 1.8em;
}

#content p.title {
  color: #2b0705;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.4em;
}

#content img {
  border: 1px solid #370906;
}

#content a {
  color: #6d120d;
  text-decoration: underline;
  padding: 2px;
}

#content a:hover {
  color: #160504;
}

#content li {
  list-style: square;
  margin-top: 3px;
  position: relative;
  left: 30px;
}

#content img.g_icon {
  border-style: none;
  vertical-align: text-bottom;
}

#footer {
  width: 700px;
  text-align: center;
  color: #8b4d42;
  font-size: 12px;
  padding-top: 10px;
  border-top: 1px solid #e4c0b8;
  clear: both;
  margin: 10px auto;
}

#footer a {
  color: #8b4d42;
}

#footer a:hover {
  color: #672c1f;
}

.left {
  text-align: left;
  float: left;
  margin-right: 20px;
}

.right {
  float: right;
  margin-left: 20px;
}

.centered {
  text-align: center;
}

.vcard {
  margin-left: 20px;
}

.vcard p {
  padding: 0;
  margin: 0;
}

.vcard .org {
  font-weight: bold;
}

.vcard .other {
  margin-top: 15px;
}