<?xml version="1.0" encoding="UTF-8"?>/* This is Thomas's reworking of my CSS page on 2/27/06 */
/*not used; used h1 and h3 instead
.heading {color: navy;
    font-family: tahoma; 
    font-size: 36pt; 
    text-align: left
    padding-bottom: -10pt;
}
*/

hr {font-size: 12pt;
      background-color: #cc9933;
      color: #cc9933;
      padding-top -10pt;
      text-align: right;
}

#validator {display: none}


h1 {font-size: 30pt;
    color: navy;
    text-align: left;
    font-family: tahoma;
    padding: 2px;
}

.lvrmleft {float: left;
           padding-top: 25px;
           padding-left: 10px;
           margin-left: 1in;
}

.kitcnrt {float: right;
          padding-top: 10px;
          padding-right: 10px;
          margin-right: 3.5in;

}

 
h3 {font-size: 10 pt;
    color: #cc9933;
    font-family: tahoma;
    text-align: right;
}

.tagline {color: #cc9933;
          font-size: 12pt;
          text-align: right;
          font-family: tahoma;
}


.credit  {color: #cc9933;
         font-size: 8pt;
         text-align: right;
         font-family: tahoma;
         position: absolute;
         top: 6.5in;
         left: 2in;
         right: 1in;
         bottom: 5in;
     
}


.text {
        position: absolute;
        top: 1.5in;
        left: 3.5in;
        right: .5in;
        bottom: 1.5in;
        text-align: right;
        font-size: 18pt;
        font-family: tahoma;
}


/* THIS WORKS!!!YIPPEE!!!  this is for the picture on dadlink2.html, to center horiz. left to rt on page */
.center {text-align: center; padding-top: 24pt}

/* Thomas, how do I set line-height for the "your home, your way" on the home page?  I want it to be closer to the horiz. rule above. */
p {font-family: tahoma}
/* hr {color: #cd853f; height: 2px} */

.picture {float: left}
/* .text {float: right} */


.address {
  position: absolute; 
  top: 5in;
  left: 1in;
  right: 3in; 
  bottom: 3in; 

 /* clear: all; */
  font-family: tahoma; 
  font-size: 12pt; color: navy
}

