a {
  /* unvisited links; remove underline */
  color: #310E00;
  text-decoration: none;
}
a:visited {
  color: #310E00;
  text-decoration: none;
}
a:hover, a:visited:hover {
  /* cursor hovering over links; restore underline */
  color: #e00;
  text-decoration: underline;
}
body {
  background-color: white;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 80%;
  padding: 0;
  margin: 0;
  text-align: center;
}
h1 {
  font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
  padding-top: 0;
  text-shadow:#310E00 2px 2px 2px;
}
h3 {
  /* section titles, but often overriden by the link style */
  color: #310E00;
  font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: .5em;
  text-shadow:#310E00 2px 2px 2px;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
h4 {
  padding-bottom: 2px;
  margin-top: 0;
  margin-bottom: 0;
}
#page {
  margin-left: auto;
  margin-right: auto;
  width: 730px;
  text-align: left;
}
#header {
  background-color: #310E00;
  border-bottom: 5px solid #DA9276;
  color: #DA9276;
  font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 0;
}
#site-title {
  color: #DA9276;
  font-size: 325%;
  text-shadow:#DA9276 2px 2px 2px;
}
#site-title a, #site-title a:visited {
  color: #DA9276;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: #DA9276;
  text-decoration: underline;
}
#site-subtitle {
  color: #DA9276;
  font-style: italic;
  letter-spacing: 2px;
}
#main {
  /* main page area; content section on left, sidebar on right */
  background-color: #F5E6E0;
  color: #310E00;
  border-bottom: 5px solid #DA9276;
  float: left;
  width: 100%;
  padding-top: 0;
  margin-top: 0;
}
#content-wrapper {
  float: left;
  width: 500px;
  color: #310E00;
}
#content {
  padding: 25px;
  color: #310E00;
  font-size: 13px;
}
#content h1 {
  margin-top: 0;
  line-height: 100%;
}
#content a {
  text-decoration: underline;
}
#content a:hover, a:visited:hover {
  /* cursor hovering over links */
  /* ; remove underline */
  text-decoration: none;
}
#content h3 a {
  border-bottom: 1px dotted #310E00;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content ul {
  padding-top: 0px;
  margin-top: 0px;
}
#content li {
  font-size: 12px;
}
#content p {
  line-height: 130%;
}
#navigation-wrapper {
  float: right;
  width: 225px;
  background-color: #F5DBD1;
}
#navigation {
  color: #310E00;
  font-size: 90%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 22px;
  padding-bottom: 25px;
}
#navigation h5 {
  font-size: 14px;
  padding-top: 0px;
  margin-top: 0px;
}
#footer {  
  color: #310E00;
  float: left;
  font-size: 80%;
  padding-top: 1px;
  padding-bottom: 10px;
  width: 100%;
}

