<style type="text/css">
<!--
body {
  background: #4A647D;
  text-align: center;
}

#dog {
  position: relative;
  background: #ffffff;
  margin: 5px auto;
  width: 1023px;
  height: 820px;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  font-size: 15px;
  font-family: arial, serif;
}

#head {
  position: relative;
  background: #000000 url('../images/Blue_Gradiant_1px_.gif');
  overflow: hidden;
  width: 1023px;
  height: 126px;
}

#logo {
  position: relative;
  float: left;
  width: 230px;
  border: 0px solid white;
  margin: 0px 0 0 0;
}

#puppies {
  position: relative;
  float: left;
  width: 573px;
  height: 126px;
  border: 0px solid white;
  margin: 0;
  font-size: 12px;
  font-family: arial, serif;
}

#card {
  position: relative;
  float: left;
  width: 210px;
  height: 126px;
  right: 10px;
  border: 0px solid white;
  margin: 0;
  text-align: right;
  font-size: 12px;
  font-family: arial, serif;
}

#nav {
  position: relative;
  clear: left;
  float: left;
  height: 568px;
  width: 174px;
  margin-top: 0px;
  margin-left: 2px;
}

#nav a {
  font-size:14px;
  line-height: 21px;
  font-family: arial, serif;
  font-style: normal;
  font-weight: bold;
  color: #6699CC;
  text-decoration: none;
}


#nav a:hover
{
    color: #0066CC;
}

#nav a:active
{
    color: #0066CC;
}


#content {
  position: relative;
  float: left;
  width: 735px;
  height: 568px;
  top: 0px;
  z-index: 0;
}

#rightcol {
  position: relative;
  float: left;
  width: 100px;
  height: 568px;
  top: 0px;
  z-index: 0;
}

#h1{
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  color: #FC8113;
  font-family: arial, serif;
}


#content a {
  text-decoration: none;
}

#content a:link{
  color:#003366;
}
#content a:hover{
  color:#0066CC;
}
#content a:active{
  color:#003366;
}
#content a:visited{
  color:#003366;
}


#foot { 
  clear: left;
  text-align: right;
  width: 1023px;
  height: 126px;
  bottom: 0px;
  right: 0px;
  background: #ffffff url('../images/Blue_Gradiant_1px.gif');
  font-family: arial, serif;
  font-size: 8px;
  color: #333333;
  text-decoration: none;
}

-->
</style>