body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: small;
  text-align: center;
  color: #333;
  background: #e0e0e0;
}

table {
  font-size: small;
}

img {
  border: none;
}

/* unordered list style */

ul {
  list-style: none;
  margin: 0 0 20px 30px;
  padding: 0;
}

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  font-size: 120%;
  background: url(http://dogmouth.net/layout/tictac_green.gif) no-repeat 0 6px;
}

a:link {
  color: #69c;
}

a:visited {
  color: #666699;
}

a:hover {
  color: #693;
}

a:active {
  color: #cc3333;
  text-decoration: none;
}

#wrap {
  width: 847px;
  margin: 0 auto;
  text-align: left;
  background: url(http://dogmouth.net/layout/tile.gif) repeat-y;
}

#content {
  margin-left: 62px; /* to avoid the BMH */
}

#main-content {
  float: left;
  width: 740px;
  margin: 20px 0 0 0;
  padding: 0;
}

#page-header {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  background: #e0e0e0 url(http://dogmouth.net/layout/top_div.gif) no-repeat top left;
}

#page-header h1 {
  margin: 0;
  padding: 45px 60px 50px 160px;
  font-size: 200%;
  color: #fff;
  /* text-shadow: #81A75B 2px 2px 2px; */
  background: url(http://dogmouth.net/layout/top_h1.gif) no-repeat bottom left;
}

#page-header h1 a {
  text-decoration: none;
  color: #fff;
}

#page-header h1 a:hover {
  color: #eee;
}

.photo {
  text-align: center
}

.photo img {
  margin: 15px 10px 0 0;
  padding: 6px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  background: #fff;
}

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
}

#footer {
  margin: 0;
  padding: 0 0 9px 0;
  font-size: 85%;
  color: #fff;
  background: url(http://dogmouth.net/layout/bottom_sill.gif) no-repeat bottom left;
}

#footer a {
  color: #00f
}

#footer p {
  margin: 0;
  padding: 20px 300px 20px 95px;
  background: url(http://dogmouth.net/layout/bottom_sash.gif) no-repeat top left;
}



