* {
   font-family: sans-serif;
   margin: 0;
   padding: 0;
   /*border: solid 1px red;*/
}
body {
  background: black;
  padding: 20px;
  color: #fff;
}
div#main{
   background: red url('images/redbar.jpg');
   padding: 20px 85px 30px 85px;
   margin: 12px;
}
div#wrapper{
   background: yellow url('images/goldbar.jpg');
   /*width: 655px;   511 + 60+ 60 + 12 + 12*/
   width: 800px;  /* 511 + 60+ 60 + 12 + 12*/
   margin: auto;
   border: solid 1px black;
}
a{
   color: white;
   text-decoration: none;
}
a:hover{
   text-decoration: underline;
}

H1#banner{
   background: url('images/feedback_banner.gif');
   height: 96px;
   width: 601px;
   text-indent: -9000px;
}
#petition h1#banner {
   background: url('images/sign.our.petition.png');
   height: 162px;
   width: 599px;
}
/* 
 Image replacement code from
  http://www.moronicbajebus.com/playground/cssplay/image-replacement/
*/
#nav {
   float: right;
   margin-top: -1em;
}
#nav li {
   list-style: none;
   display: inline;
   padding: 0 0.25em 0 0.25em;
   font-size: 0.8em;
}
#nav li.first{
   border-right: solid 1px #E88080;
}
h4{
   font-weight: bold;
   font-size: 0.8em;
   margin-top: 0.5em;
}

h2{
   margin: 1em 0 1em 0;
}
h3{
   margin: 1em 0 2em 0;
}

p{
   margin: 1em 0 1em 0;
}

#slug{
   clear: both;
   text-align: center;
   font-size: small;
   padding-top: 3em;
   font-size: 0.6em;
}
#slug a img{
   border: none;
}
