* {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

body {
  background-image: url(images/background-seamless.jpg);
  font-family: Arial,Helvetica,sans-serif;
  padding-top: 26px;
}

#wrap {
  width: 100%;
  background-image: url(images/content-bg.jpg);
  background-repeat: no-repeat;
  background-position: 512px 134px;
  overflow: auto;
}

#header {
  float: left;
  width: 560px;
}

#header h1 {
  background-image: url(images/header.gif);
  background-position: 12px 0;
  background-repeat: no-repeat;
}

#header h1 a {
  display: block;
  height: 87px;
}

#header h1 span, #header h2 span {
  display: none;
}

#nav {
  float: left;
  width: 440px;
  padding-top: 10px;
  
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #473700;
}

#nav a {
  color: #473700;
  text-decoration: none;
}

#nav a:hover {
  text-decoration: underline;
}

#nav li {
  display: inline;
  letter-spacing: 1px;
}

#nav li.sep {
  padding-left: 2px;
  padding-right: 2px;
}

#content-outer {
  clear: both;
  background-position: 0 7px;
  background-repeat: no-repeat;
  overflow: auto;
  width: 100%;
}

#portrait {
  width: 472px;
  height: 607px;
  float: left;
}

#content {
  color: #473700;
  background-repeat: no-repeat;
  padding-right: 48px;
  padding-top: 48px;
  width: 480px;
  float: left;
}

#content a {
  color: #473700;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

#content h1, #content h2 {
  margin-bottom: 20px;
}

#content p {
  margin-bottom: 20px;
}

#content ul, #content ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

#sponsor {
  position: absolute;
  left: 251px;
  top: 536px;
}

#sponsor h2 span {
  display: none;
}

#footer {
  padding-bottom: 20px;
  color: #473700;
  overflow: auto;
  width: 1000px;
}

#footer a {
  color: #473700;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

#footer-text {
  float: left;
  width: 604px;
  padding-top: 81px;
  padding-left: 8px;
  font-size: 14px;
  line-height: 16px;
}

#footer-logos {
  float: right;
  width: 388px;
  text-align: right;
}

.title {
  font-style: italic;
}
