body {
  font-family: 'Georgia', 'Sylfaen', serif;
  font-size: 14px;
  background: #fff url(imgs/bg.jpg) repeat-x;
  color: #000;
  line-height: 24px;
  padding: 0;
  margin: 0;
}

#inside-body {
   background: url(imgs/background.jpg) no-repeat top left;
   padding: 10px 0;
   margin: 0;
}

#container {
   margin: 150px auto 20px auto;
   width: 850px;
}

#header {
   width: 850px;
   border-bottom: 2px solid #222;
   padding: 10px 0 20px 0;
}

#navigation {
   display:none;
   float: left;
   height: 30px;
   width: 850px;
   padding: 0;
   margin: 0;
   background-color: #baa99f;
   text-align: center;
}

#navigation ul {
   text-align: center;
   padding: 5px 0;
   margin: 0;
   color: #f2eeec;
   line-height: 18px;
}

#navigation ul li {
   list-style-type: none;
   display: inline;
   padding: 5px 0;
}

#navigation ul li a {
   padding: 5px 10px;
   color: #f2eeec;
   text-decoration: none;
   border-right: 1px solid #f2eeec;
}

#navigation ul li a:hover {
   background: #f2eeec;
   color: #3a291f;
}

#content-container {
   width: 850px;
}

#left-menu {
   clear: left;
   float: left;
   width: 225px;
   display: inline;
}

#left-menu ul {
   padding-left: 10px;
}

#left-menu li {
   list-style-type: none;
   text-align: left;
}

#left-menu li {
   border-bottom: 1px dotted #ced1ae;
}

#left-menu li:hover {
   border-bottom: 1px dotted #444;
}

#left-menu .no-border li {
   border: 0;
}

#left-menu li a,
#left-menu li a:visited {
   padding: .7em .5em .7em .9em;
   display: block;
   color: #3a291f;
   text-decoration: none;
}

#left-menu li a:hover {
/*
   color: #f2eeec;
   background-color: #3a291f;
*/
   text-decoration: none;
   font-weight: bold;
}

#content {
   float: right;
   width: 595px;
   display: inline;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 10px;
}

#footer {
   clear: both;
   border-top: 2px solid #222;
   width: 850px;
   padding: 5px 0 20px 0;
   padding: 5px 40px 20px 40px;
   margin: 0;
   text-align: center;
}

a,
a:visited {
   color: #444;
   text-decoration: none;
}

a:hover {
   color: #000;
   text-decoration: underline;
}

.largest {
   font-size: 2em;
   font-weight: bold;
}

.larger {
   font-size: 1em;
}

#pageTitleArea {
   font-size: 1.5em;
   font-weight: bold;
   margin-bottom: 5px;
   color: #347235;
}

.section-title {
   font-size: 1em;
   font-weight: bold;
   text-decoration: underline;
}

.section-indent {
   padding-left: 11px;
   margin-bottom: 8px;
}

