body {
background-color: #ffffff;
text-align: center;
background-image: url(/images/background.gif);
}
body div#holding {
text-align: center;
width: 90%;
margin-left: auto;
margin-right: auto;
}
#top {
width: 100%;
background-color: red;
border: 1px solid red;
}
#top div#masthead {
background-color: red;
width: 100%;
height: 110px;
}
#top img#logo {
width: 75px;
height: 108px;
float: right;
}
#top img#name {
width: 299px;
height: 88px;
float: left;
margin-top: 5px;
}
#top div#navigation {
background-color: red;
width: 100%;
text-align: center;
}
#top div#navigation p {
margin-left: auto;
margin-right: auto;
width: 90%;
list-style: none;
border: 1px inset #ccc;
margin-bottom: 10px;
margin-top: 1px;
padding: 2px;
background-color: #ffff99;
color: #999;
}

#top div#navigation a {
font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #cc0000;
text-decoration: none;
font-weight: bold;
display: inline;
margin-left: 2%;
margin-right: 2%;
}

#top div#navigation a:hover {
color: #999;
text-decoration: underline;
}
#left {
width: 25%;
float:left;
}

.infobox {
border: 1px solid #ff0000;
border-top: 5px solid #ff0000;
width: 100%;
margin-top: 20px;
background-color: #ffff99;
padding-bottom: 10px;
}
.infobox p {
font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #ff0000;
font-weight: bold;
padding: 0px 3px 0px 3px;
}
.infobox p.infotitle {
color: #000000;
}
.infobox p  a {
text-decoration: underline;
color: #ff0000;
}
.infobox p  a:hover {
color: #999;
text-decoration: none;
}
.infobox p.address {
padding-top: 6px
}
#contents {
border: 1px solid #ff0000;
border-top: 5px solid #ff0000;
width: 72%;
float:right;
margin-top: 20px;
margin-left: 10px;
background-color: #fff;
padding: 5px 0px 30px 0px;
text-align: left;
}
#contents h1 {
font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
font-size: 14pt;
color: red;
}
#contents h2 {
font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
font-size: 12pt;
color: red;
}
#contents p, #contents ul {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
}
#contents p {
text-align: justify;
}
#contents p, #contents h1, #contents h2  {
padding-left: 20px;
padding-right: 20px;
}
#contents ul li {
list-style-image: url(/images/puppy.gif); 
}
#contents ul>li {
margin-left: 50px;
}
#contents ul.bulletlist li {
list-style-image: none; 
list-style-type: square; 
}

#contents a {
text-decoration: none;
color: #cc0000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}
#contents a:hover {
color: #ff4500;
text-decoration: underline;
}
#contents img {
width: 204px;
height: 154px;
margin: 0px 10px 10px 10px;
display: block;
float: right;
border: 1px solid #cc9900;
}

#contents img#kennelclub {
width: 150px;
height: 70px;
float: none;
text-align: center;
}
#contents img#apdt {
width: 120px;
height: 150px;
float: none;
text-align: center;
}

#slideframe {
text-align: center;
height: 800px;
}



