/* CSS Document */
body {
  background: url(images/bg_page.jpg);
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #000;
  text-align: center;
}
a:link, a:visited {
  color: #00f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#wrapper2 {
  border-left: 10px solid #000;
  border-right: 10px solid #000;
  width: 780px;
  text-align: center;
}
#wrapper {
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  background: #AFA299;
  width: 750px;
  text-align: center;
}
#header {
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}
#header .phone {
  color: #000;
}
#header .address {
  color: #fff;
}
#photo {
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
}
#content {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #000;
}
p.nav {
  text-align: center;
}
p.nav a {
}
a.listing_nav:link, a.listing_nav:visited {
  color: #fff;
  background-color: #046E6C;
  border-top: 3px solid #5AA09E;
  border-left: 3px solid #2F8886;
  border-right: 3px solid #025452;
  border-bottom: 3px solid #024241;
  text-decoration: none;
  margin: 3px;
}
a.listing_nav:hover {
  background-color: #549493;
}
