/* Encloses all the elements making up the actual header */
#header {
    width: 1024px;
    height: 214px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3px;
    background-color: rgb(177,137,75);  
    position: relative;
}
/* Encloses the "Tails R Waggin" and "Daycare, etc." elements */
#hdr1 {
    width: 1024px;
    height: 155px;
    position: relative;
}
/* Contains TRW Dog and Cat.gif */
#hdr1a {
    width: 645px;
    height: 135px;
    position: absolute;
    top: 10;
    left: 0;
    background-color: rgb(177,137,75);
}
/* Contains Address Info */
#hdr1b {
    width: 370px;
    height: 185px;
    float: left;
    position: absolute;
    top: 10px;
    left: 645px;
    text-align: center;
    color: black;
    font: normal 16px braddon, 'tempus sans',clarence,arial, sans-serif;
    padding-top: 15px;
}
/* Contains Daycare, Boarding, Grooming, Boutique */
#hdr1c {
    width: 450px;
    height: 30px;
    position: absolute;
    top: 91px;
    left: 0px;
    padding-left: 7px;
    text-align: center;
    color: rgb(0,0,0);
    font: normal 24px braddon, 'tempus sans',clarence,arial, sans-serif;
}
/* Contains "Your pet's destination of choice to play, stay and be treated
                like one of the family */
#hdr1d {
    width: 800px;
    height: 20px;
    padding-left: 5px;
    position: absolute;
    top: 130px;
    left: 0px;
    color: rgb(0,0,0);
    font: bold 17px braddon, 'tempus sans',clarence,arial, sans-serif;
}
/* Contains Email and Website displayed when printing */
#hdr1e {
   display: none; 
}
#hdr2 {
    width: 1024px;
    height: 37px;
    position: relative;
    background-color: rgb(108,81,47);
}
/* Contain Paw Print Images except for initial one */
#hdr2a {
    width: 120px;
    height: 37px;
    float: left;
    position: relative;
    top: -16px;
    left: 18px;
}
.hdr2b {
    width: 112px;
    height: 37px;
    float: left;
    position: relative;
    top: -16px;
    right: 0px;
}
/* Contains Row of Menu Labels */
#hdr3 {
    width: 1024px;
    height: 27px;
    position: relative;
    background-color: rgb(108,81,47);

}
/* Contains Initial Menu Entry ('home') with extra padding left */
#hdr3a {
    width: 120px;
    height: 27px;
    float: left;
    position: relative;
    top: -5px;
    left: 2px;
    font-size: 1.25em;
    text-align:center;
    font: normal 24px 'Monotype Corsiva', 'Comic Sans MS', Arial, sans-serif;
}
/* Contain Menu Entries except for initial one */
.hdr3b {
    width: 112px;
    height: 27px;
    float: left;
    position: relative;
    top: -5px;
    left: 0px;
    font-size: 1.25em;
    text-align:center;
    font: normal 24px 'Monotype Corsiva', 'Comic Sans MS', Arial, sans-serif;
}

/* Set Text Color for Links */
A:link {text-decoration: none; color: rgb(225,177,93); }
A:visited {text-decoration: none; color: rgb(225,177,93); }
A:hover {text-decoration: none; color: white; }