#content p a:hover  {
   text-decoration: underline;
}

#content p a  {
   border: 0px none #000000;
   text-decoration: none;
   color: #272525;
}

#content p, #content p.address  {
   font: 14px/14px Helvetica, Arial, sans-serif;
   margin: 0px;
   color: #272525;
   padding-top: 8px;
   text-align: left;
}
#content p.address {
    font-weight: bold;
}
#content p.nav, #content p.nav2 {
    text-align: right;
    font-size: 73.5%;
    font-weight: bold;
    color: #555;
    margin-right: 150px;
    padding-top: 0px;
}
#content p.nav2 {
    margin-right: 80px;
    padding-top: 8px;   
}

#content, #content.page2  {
   visibility: visible;
   position: absolute;
   left: 290px;
   top: 630px;
   z-index: 4;
   width: 313px;
}
#content.page2 {
   left: 120px;
   top: 840px;
}

#wrapper  {
   margin: 0px auto 0px auto;
   width: 859px;
   position: relative;
}

#background  {
   background: url(images/page1.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 3;
   width: 859px;
   height: 1215px;
}
#background2  {
   background: url(images/page2.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 3;
   width: 859px;
   height: 1215px;
}


html, body  {
   padding: 0px;
   margin: 0px;
   background-color: #FFFFFF;
}


