body {
   background:#ad7c9c url(layoutbg.gif) repeat-y top center;
   margin:0; 
   padding:0;
   font-family: Arial, sans-serif; 
   font-size:.72em; 
   color:#935c81;
}

#outer {
   width:800px; 
   margin:0 auto;
}

#header {
   background:url(header.gif) repeat-x; 
   height:130px;
}

#footer {
   color: #935c81;
   font-size: 18px;
   text-align: center;
   background: #fff;
   clear: both;
}

#left {
   width: 500px;
   float: left;
   margin-left: 20px;
}

#right {
   float:right; 
   width:220px; 
   margin-right:20px;
}

.letter { 
   color: #935c81;
   font-family: georgia, times new roman, serif;
   font-size: 30px;
   font-weight: bold;
   font-style: italic;
   letter-spacing: 2px;
   padding: 0;
   text-transform: uppercase;
}

h1, h2, h3 { 
   margin-top: 10px;
   padding-bottom: 3px;
   margin-bottom: 10px;
   color: #b991ab;
   font-family: georgia, times new roman, serif;
   text-align: left;
   font-weight: normal;
   font-style: italic;
   font-size: 14pt;
   line-height: 18px;
   letter-spacing: 2px;
   text-transform: lowercase;
   border-bottom: 1px solid #935c81;
}

a,a:visited {
   color:#e4d3de;
   text-decoration: none;
}

a:hover {
   color:#935c81;
   text-decoration: unnderline;
}

a:active {
   color:#e4d3de;
   text-decoration: none;
}

blockquote {
   font-family: Arial, sans-serif; 
   font-size:.72em; 
   color:#935c81;
}

/* start navigation */
.navigate {
    border: 1px solid #935c81;
    font-size: 8pt;
    text-align: left;
    text-transform: lowercase;
    margin-top: 1px;
    margin-bottom: 1px;
}

.navigate a:link {
    display: block;
    color: #935c81;
    background-color: #b991ab;
    font-weight: bold;
    text-decoration: none;
    padding: 1px;
}

.navigate a:active {
    display: block;
    color: #935c81;
    background-color: #b991ab;
    font-weight: bold;
    text-decoration: none;
    padding: 1px;
}

.navigate a:visited {
    display: block;
    color: #935c81;
    background-color: #b991ab;
    font-weight: bold;
    text-decoration: none;
    padding: 1px;
}

.navigate a:hover {
    display: block;
    color: #b991ab;
    background-color: #935c81;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1px;
}

.navheader {
    color: #935c81;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2pt;
    padding: 3px;
}
/* end navigation */