body {
  background-color: #ffef1d;
  background-image: URL('../img/sitebgr.jpg');
  background-position: top;
  background-repeat: repeat-x; 
  }
	
hr {
  background-color: #999999;
}

.wrapper {
  width: 994px;
  text-align: center;
  background-image: URL('../img/contentbgr2.jpg');
  background-repeat: repeat-y; 
}

.topp {
  width: 994px;
  height: 210px;
  color: #777;
  background-image: URL('../img/top.jpg');
  background-position: top;
  background-repeat: no-repeat;
}

.bunn {
  clear: both;
  width: 994px;
  height: 44px;
  font-size: 100%;
  color: #999999;
  background-color: #ffef1d;
  background-image: URL('../img/bunnbgr.jpg');
  background-position: baseline;
  background-repeat: no-repeat;
}	

.contact {
  padding: 7px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  font-weight: bold;
  color: #006a53;
  text-decoration: none;
}