body {
  margin: 0;
  padding: 0;
  background-color: #323e28;
  color: #ffffff;
  background-image: url(/common/images/les_header.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
p, ul li {
  line-height: 1.5em;
}
p.mission {
  font-style: italic;
  font-weight: bold;
  margin-left: 75px
}
#wrapper {
  margin-top: 240px
}
table.content {
  width: 962px
}
table.content td.left {
  width: 175px
}
table.content td.right {
  text-align: left;
  padding-right: 100px
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav ul li {
  display: inline;
  font-size: 18px;
  font-weight: bold;
  padding-right: 1.5em
}
a {
  text-decoration: none;
  color: #ffffff
}
a:hover {
  color: #cdb059;
  text-decoration: underline
}
#about ul li {
  margin-bottom: 1.25em
}



