body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: small;
  line-height: 1.4em;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-bottom: 20px #336666 solid;
/*  width: 800px; */
}
hr {
  color: #336666;
  width: 80%;
}
a {
  color: #0033cc;
}
a:hover {
  color: #cc3300;
}
#header {
  position: relative;
/*  background-color: #ffcc33; */
}
.title {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ffcc33;
  font-weight: bold;
  font-size: x-large;
  line-height: normal;
  padding: 10px 230px 10px 10px;
  margin: 0;
  height: 2.5em;
  background: #336666 url("images/couple_head2.jpg") right center no-repeat;
}
.title a {
  text-decoration: none;
  color: #ffcc33;
}
.title a:hover {
  color: #ffcc33;
}
.logos {
/*  float: right; 
  width: auto; 
  top: 0; 
  right: 0; 
  margin-left: 20px;
  padding: 0; */
  text-align: center;
  margin: 0;
  padding: 0;
}
.tagline {
  font-style: italic;
  font-size: small;
  font-weight: bold;
  clear: right;
  text-align: right;
  background-color: #ffcc33;
  color: #336666;
  padding: 2px 10px 2px 0;
  margin: 0;
}
#nav {
  float: left;
  clear: both;
  padding-top: 10px;
  left: 0;
  width: 200px;
  font-size: small;
  font-weight: bold;
}
#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav li {
  margin: 5px 0 5px 0;
  padding: 5px 20px 5px 20px;
  background-color: #336666;
  border-top: 1px #ffcc33 solid;
  border-bottom: 1px #ffcc33 solid;
  border-right: 1px #ffcc33 solid;
}
#nav li a {
/*  color: #003399; */
  color: #ffffff;
  display: block;
}
#nav li a:hover {
  color: #ffcc33;
}
#content {
  position: relative;
  margin-left: 210px;
  width: auto;
/*  border-bottom: 20px #336666 solid; */
  padding: 0 10px 0 10px;
}
.heading {
  color: #336666;
  font-weight: bold;
}

