body, div, span, h1, h2, h3, p {
  color: #777777;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
html {
  text-align: center;
}

body {
  width: 770px;
  background-color: #163E7B;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

h1, h2, h3 {
  font-size: 100%;
}

a {
  color: #41BCD5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.topNav {
  color: #FFFFFF;
}

img {
  border: 0;
}

img.bannerPuppies {
  margin-left: -20px;
}

img.photo {
  border: 2px solid #CCCCCC; 
}

p {
  line-height: 15px;
}

td {
  vertical-align: top;
}

#header {
  height: 276px;
  background: #000000 url('../images/header.jpg') no-repeat bottom center;
  text-align: center;
}
#footer {
  clear: both;
  height: 105px;
  background: #000000 url('../images/footer.jpg') no-repeat top center;
}
#content {
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
}
#main {
  float: left;
  width: 510px;
  padding-left: 20px;
}
#sticky {
  float: right;
  width: 200px;
  padding-right: 20px;
}
#full {
  padding: 0 20px 0 20px;
}