#header {
    height: 185px;
    border-bottom: 2px solid black;
}
/* Contains Address Info */
#hdr1b {
    width: 370px;
    height: 185px;
    float: left;
    position: absolute;
    top: 10px;
    left: 645px;
    text-align: center;
    color: black;
    font: bold 12pt "Times New Roman", serif;
    padding-top: 15px;
}
/* Contains Daycare, Boarding, Grooming, Boutique */
#hdr1c {
    font: bold 18pt "Times New Roman", serif;
}
#hdr1d {
    width: 100%;
    text-align: center;
    font: bold 12pt "Times New Roman", serif;

}
#hdr1e {
    display: inline;
    width: 100%;
    text-align: center;
    height: 20px;
    padding-left: 5px;
    position: absolute;
    top: 150px;
    left: 0px;
    color: rgb(0,0,0);
    font: bold 12pt "Times New Roman", serif;
}

#continued {
    position:relative;
    top:-1em;
    left:-2em;
}
#hdr2, #hdr3 {
    display: none;
}
#subHeader {
    display: none;
}

