body {
}
#content {
  background: #fff;
  border: 1px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
  -webkit-box-shadow: rgba(198, 177, 107, 0.25) 5px 5px 9px;
  -moz-box-shadow: rgba(198, 177, 107, 0.25) 5px 5px 9px; /* FF 3.5+ */  
  margin: 20px auto 0 auto;
  padding: 15px;
  position: relative;
  width: 980px;
}
p {
  font-size: 1.1em;
  line-height: 2.3em;
  margin: 0;
}
h1 {
  background: url(../images/logo.png) no-repeat left 15px;
  border-bottom: 5px double #59442c;
  color: #59442c;
  font-family: Verdana, sans-serif;
  font-size: 3em;
  padding: 10px 10px 20px 100px;
}
h1 span {
  display: block;
  color: #8c6b45;
  font-family: Verdana, sans-serif;;
  font-weight: bold;
  font-size: .5em;
  margin: 0;
}
h2 {
  color: #3f3f3f;
  font-family: Verdana, sans-serif;;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0;
  text-align: right;
}
.gravycone {
  background: url(../images/gravycone.jpg) no-repeat left -434px;
  display: block;
  height: 434px;
  position: relative;
  width: 259px;
}
#govpulse {
  background: url(../images/govpulse.jpg) no-repeat left top;
  display: block;
  height: 67px;
  margin: 10px 0;
  text-indent: -9999px;
  width: 300px;
}

#ayc {
  background: url(../images/ayc.png) no-repeat left top;
  display: block;
  height: 68px;
  text-indent: -9999px;
  width: 300px;
}

#footer {
  background: #3f3f3f;
  bottom: 0;
  position: absolute;
  width: 100%;
}
#footer p {
  color: #f3f3f3;
  text-align: center;  
}
#footer a {
  color: #f3f3f3;
}
