body {
  color: #222;
  background: #F6F6F6;
}

div#wrapper {
  -webkit-box-shadow: 0px 2px 4px #ccc;
  -moz-box-shadow: 0px 2px 4px #ccc;
  border: 1px solid #ccc;
  border-top: 0px;
  background: white;
  margin-bottom: 2em;
}

div#masthead {
  position: relative;
  padding-top: 2em;
  border-bottom: 1px solid #ddd;
}

div#masthead h1 {
  padding: 0.5em 0.5em 0;
  float: left;
}

p#tagline {
  padding: 2em 0.5em 0 0;
  float: left;
  font-size: 133%;
}

div#three_rivers_banner {
  position: absolute;
  right: -1;
  top: 0;
  font-family: Georgia, Serif;
}

div#three_rivers_banner a {
  display: block;
  background: blue;
  padding: 0.5em 1em;
  text-decoration: none;
  color: white;
  font-size: 133%;
}

div#three_rivers_banner a:hover {
  color: #FF9;
}

div#main {
  padding-top: 2em;
}

div#purchase {
  background: #FFE;
  padding-top: 1em;
  margin-bottom: 2em;
  border: 1px solid #ddd;
  border-right: 0px;
  border-left: 0px;
}

div#purchase h2, div#purchase p {
  text-align: center;
}

div#purchase h2 {
  margin-bottom: 0;
}

table#purchase_options {
  border: 1px solid #eee;
}

table#purchase_options tr {
  background: white;
  border: 1px solid #eee;
}

table#purchase_options tbody tr {
  line-height: 2em;
}


div#nominate img {
  display: block;
}

