body {

        background-color: #F3EBDA;
        background-image: url(http://www.1727dayspa.com/images/parchment.jpg);
  color : #003300;
  font-family : Cursive, Arial, Helvetica, sans-serif;
  margin : 0px 0px 0px 0px;
  padding : 2px 2px 2px 2px;

}
#leftnavigation {
  position : absolute;
  left : 0;
  width : 200px;
  height : 100%; 
  border-right : 0px solid #fff;
  margin-right : 10px;
  padding-bottom : 15px;
  background-color : #f3f3f3;
  background-image: url(http://www.1727dayspa.com/images/parchment.jpg);
  color : #003300;
  font-family : Cursive, Arial, Helvetica, sans-serif;
  text-align : center;

}
#rightnavigation {
 position : absolute;
 left : 70%;
 top : 20px;
 width : 210px;
 padding-left : 0px;
 z-index : 3;
  
}
#content {
  top : 0px;
 margin : 0px 25% 0 210px;
  padding : 3px;

}
a:link {color: #003300; text-decoration: none; } 
a:visited { color: #003300; text-decoration: none; } /* visited link */
a:active { color: #003300; text-decoration: none; } /* active link */
a:hover { color: #ffffff; text-decoration: underline; background-color: #003300;
 }
h3 {
  margin : 0 0 0.25em 0;
}
#footer {
  width : 100%;
  margin-right : auto;
  margin-left : auto;
  margin-top : 0px;
  padding : 0px;
  background-color : #ffffff;
       background-image: url(http://www.1727dayspa.com/images/parchment.jpg);
  color : #003300;
  font-family : Cursive, Arial, Helvetica, sans-serif;
  font-size : xx-small;
  text-align : center;
}
