body {
   font-family: Tahoma, "Times New Roman", Times, serif; 
   font-size: 8pt; 
   background-color: #452912;
}
#outside {
   margin: auto;
   width: 824px;
   height: 1150px; 
   background:#EEE5E8;
   padding: 10px; 
   border: double 4px #BEC7A8; 
}
#header {
   text-align: center;
   background-image:url(antiqueheader.jpg);
   background-repeat: no-repeat; 
   padding-bottom: 10px;
   height: 214px;
   width: 814px; 
}
a:link {
   background: transparent; 
   color: #5245B8; 
}
a:hover { 
   background: #9A8EF8; 
   color: blue;
}
a:visited {
   background: transparent;
   color: #9D63BF;
   text-decoration: line-through;
}
.h4 {
   color: #452912;
   font-size: 200%;
   font-variant: small-caps;
   font-family: tahoma, sans-serif;
   padding: 4px;
   margin: 0;
}
#left {
   display: block;
   float: left;
   width: 90px; 
   padding: 10px; 
   height: 350px;
   border: solid 1px #BEC7A8; 
}
 #navlist {
   border: 1px; 
   padding: 5px; 
}
#right {
   display: block;
   float: right;
   width: 90px; 
   padding: 10px; 
   height: 300px;
   padding: 2;
   border: solid 1px #BEC7A8; 
}
.h5{
   color: #452912;
   font-size: 100%;
   font-variant: small-caps;
   font-family: sans-serif;
   margin: 0;
}
.guestbook {
   color: #452912;
   font-size: 100%;
}
#content {
   display: block;
   width: 500px; 
   margin-left: auto;
   margin-right: auto;
   padding: 10px; 
   color: #452912;
}
address {
    font-size: 8pt;
    border-top: thin dashed #BEC7A8; 
}

