body {
   background: #ffffff url(../images/browserbg.jpg) repeat scroll top left;
   margin: 0pt;
   color: #3f3f3c;
   font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
   font-size: 16px;
}
h2 {
   font-weight: normal;
}
img {
   border: none;
}
a {
    color: #817b67;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}
a:visited {
    color: #817b67;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}
a:hover {
    color: #3f3f3c;
    text-decoration: none;
    border-bottom: 1px dashed #999;
}

#content {
   color: #3f3f3c;
   background-image: url(../images/paper_top.jpg);
   margin-bottom: 20px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   overflow: hidden;
   width: 700px;
   min-height: 200px;
   word-wrap: break-word;
}

#head {
   margin-top: 25px;
   margin-left: 10px;
   text-align: left;
   height: 30px;
}
#head a img {
   border-bottom: 1px dotted #999;
}
#main {
   background-image: url(../images/paper_mid.jpg);
   padding-left: 10px;
   padding-right: 10px;
   width: 650px;
   min-height: 300px;
}
#main hr {
   margin-left: -5px;
   border-style: dashed;
}

#gallery {
   text-align: center;
}
#gallery a {
   margin: 5px;
}
#gallery a, #gallery a:hover, #gallery a:visited, #hoverNav a, #hoverNav a:hover, #hoverNav a:visited {
   border-bottom: 0px solid #999;
}

#foot {
   background-image: url(../images/paper_bottom.jpg);
   font-size: 14px;
   padding-top: 6px;
   padding-bottom: 6px;
   padding-left: 10px;
   padding-right: 10px;
   text-align: center;
}

.middle {
   text-align: center;
}
