body
{
   background-color: #645443;
   text-align: center;
   margin: 24px auto;
   font-family: san-serif, Arial;
}

.frame
{
   width: 876px;
   margin: 0 auto;
}

.header
{
   background-image: url('http://www.showerandbath.com/pageheader.jpg');
   background-position: 0px 0px;
   background-repeat: no-repeat;
   width: 876px;
   height: 150px;
   position: relative;
}

.header a
{
   color: #FFFFFF;
   text-decoration: none;
   position: absolute;
}

.header a:hover
{
   color: #26C2F2;
}

.header img
{
   border: none;
   position: absolute;
}

.main
{
   background-image: url('http://www.showerandbath.com/pagebody.jpg');
   background-position: 0px 0px;
   background-repeat: repeat-y;
   width: 876px;
}

.base
{
   text-align: center;
   color: #B4AB9C;
}

.footer
{
   background-image: url('http://www.showerandbath.com/pagefooter.jpg');
   background-repeat: no-repeat;
   background-position: 0px 0px;
   width: 876px;
   height: 15px;
}

.content
{
   background-image: url('http://www.showerandbath.com/pagebackground.jpg');
   background-position: 18px 0px;
   background-repeat: repeat-y;
   margin: 0 18px;
   padding: 18px;
   text-align: left;
   color: #FFFFFF;
   font-style: italic;
   font-size: 109%;
}

.content a
{
   color: #223E92;
   text-decoration: none;
}

.content a:hover
{
   text-decoration: underline;
}

.content a img
{
   border: solid 3px #FFFFFF;
}

.content img
{
   border: solid 3px #0D1D4E;
}

.thumb
{
   float: left;
   padding: 0 9px 18px 9px;
   height: 212px;
}

.thumb img
{
   width: 175px;
   height: 200px;
}

.photo
{
   text-align: center;
   padding: 12px;
}

h1,h2,h3,h4,h5
{
   text-align: center;
   margin-top: 0;
   margin-bottom: 12px;
}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }

.navlinks
{
   text-align: center;
   margin-bottom: 12px;
}

.note
{
   font-family: 'Script', cursive;
   font-family: cursive;
   font-size: 120%;
   text-align: left;
   width: 75%;
   margin: auto;
   margin-bottom: 32px;
   padding: 18px;
   color: #000000;
   background-color: #FFFFFF;
}


