body {
  position: relative; 
  margin: 0; 
  padding: 0;
  background: #7ba2ed url(./images/PonderosaBlueSky3.png) -70px -10px no-repeat fixed;
  z-index: 0;
  font-size: 76%;
  }
h2 {
  font-size: 150%;
}
h3 {
  font-size: 125%;
}
h4 {
  font-size: 110%;
}  
div#content { 
   background-color: #4C5244;
   color: #FFFFCC; 
   position: absolute;
   top: 26px; 
   left: 220px; 
   right: 25px;
   margin: 0 0 0 0;
   height: auto;
   font: 100% Verdana, sans-serif; 
   padding: 10px; 
   border-top: outset #4C5244 /*#228B22*/;
   border-left: outset #4C5244 /*#228B22*/;
   border-right: outset #4C5244 /*#228B22*/;
   border-bottom: outset #4C5244 /*#228B22*/;
   z-index: 1;
  }
div#content form {
  /*border: ridge #4C5244;*/ 
  padding: 10px;
  }
div#content h1 {
  margin: -9px -9px 0.5em; 
  padding: 15px 0 5px; 
  text-align: right; 
  background: #ACBA9A /*#d9ff89*/; 
  color: #8B4513 /*#472D1A*/ /*#8e4129*/; 
  letter-spacing: 0.25em; 
  font: bold 2em Arial, sans-serif; 
  font-variant: small-caps;
  height: 40px; 
  vertical-align: middle; 
  white-space: nowrap;
}
div#content p {
  margin: 0 1em 1em;
}
div#content h3 {
  margin-bottom: 0.25em;
}
div#content ul {
  min-width: 200px;
  margin-top: 1em;
  margin-left: 1em;
  list-style: none;
}
div#content table ul {
  min-width: 10em;
  padding-left: 10px;
}
div#content li.primary {
  list-style: outside url("images/pinecone_small.png");
  margin-top: 2.5em;
  margin-bottom: .25em;
}
div#content li.secondary {
  list-style: circle outside none;
  margin-top: 0;
  margin-bottom: .25em;
}
div#content li.primary h3 {
  overflow: visible;
  white-space: nowrap;
  border-bottom: thin ridge #4C5244;
}

div#content a:link {color: #7ba2ed;}
div#content a:visited {color: #ACBA9A;}
div#content a:link:hover {color: #8B4513;}
div#content a:visited:hover {color: #8B4513;}
div#price {text-align: left;}
div#price table {
  margin-left: 5em;
}
div#links {
  position: absolute; 
  top: 90px; 
  left: 0; 
  width: 220px;
  height: 500px;
  font: 16px Verdana, sans-serif;
}
div#links a {
  display: block;
  text-align: center;
  font: bold 1em sans-serif; 
  padding: 5px 10px;
  margin: 0 0 6px;
  border-width: 0; 
  text-decoration: none; 
  color: #FFC;
  background: #4C5244 url(./images/PonderosaBlueSky3_dkgr.png) -70px -10px no-repeat fixed;
}
div#links a:hover {
  color: #8e4129;
  background: #ACBA9A url(./images/PonderosaBlueSky3_ltgr.png) -70px -10px no-repeat fixed;
}
div#links a.current {
  color: #8e4129;
  background: #ACBA9A url(./images/PonderosaBlueSky3_ltgr.png) -70px -10px no-repeat fixed;
}

code, pre {color: #EDC; font: 110% monospace;}
dt {font-weight: bold;
  }
dd {margin-bottom: 0.33em;
    }
form th {
  text-align: right;
  vertical-align: top;
}
div#logo {
  /*height: 226px;*/
  background-color: #FFFFCC;
  color: #8e4129;
  width: 200px;
  float: right;
  text-align: center;
  margin: 0;
}
div.validations {
   background-color: #4C5244;
   color: #FFFFCC;
   width: 100%;
   padding: 20px 0;
   margin: 0;
}

div#content h1 {
  padding-right: 20px;
}
div#content ul {
  padding-left: 30px;
}
div#content ul h4 {
  padding-top: 10px;
}
div#content li.primary h3 {
  width: 90%;
}
#pflink {
  border: none;
}

