body {
  background-color: #8E8E80;
  font-size: 0.9em;
  }

.container {
  margin: 0 auto;
  width: 960px;
  }

#header h2 {
  background: url('images/logo.gif') no-repeat left top;
  display: block;
  float: left;
  height: 133px;
  text-indent: -999em;
  overflow: hidden;
  width: 282px;
  }

#header a {
  display: block;
  height: 133px;
  width: 282px;
  }

#header .header_image {
  float: left;
  height: 133px;
  width: 678px;
  }

.content {
  background: url('images/site_bg.gif') repeat-y left top;
  }

/* SIDEBAR */
#sidebar {
  background-color: #4F4F47;
  float: left;
  padding-bottom: 10px;
  width: 282px;
  }

#sidebar a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 5px;
  text-decoration: none;
  }

#sidebar .current a,
#sidebar a:hover,
#sidebar a:active {
  background-color: #EDEDD6;
  color: #4F4F47;
  }

/* PRIMARY */
#primary {
  float: right;
  padding: 10px;
  width: 658px;
  }

#primary h1 {
  border-bottom: 1px solid #000;
  font-size: 30px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  }

#primary .header_image {
  display: block;
  margin: 10px auto;
  }

#primary p {
  margin-bottom: 10px;
  }

#primary a {
  color: #fff;
  text-decoration: underline;
  }

#primary a:active,
#primary a:hover {
  text-decoration: none;
  }

#primary dl {
  margin-bottom: 10px;
  }

#primary dt {
  float: left;
  font-weight: bold;
  width: 90px;
  }

#primary dd {
  margin-left: 90px;
  }

#primary .body ul,
#primary .body ol {
  margin-bottom: 10px;
  }

#primary .body ul li {
  list-style: disc inside;
  margin-left: 10px;
  }

#primary .body ol li {
  list-style: decimal inside;
  margin-left: 10px;
  }

#primary .body img {
  float: right;
  padding: 0 0 5px 5px;
  }

#primary form div {
  margin-bottom: 10px;
  }

#primary form label {
  display: block;
  font-weight: bold;
  }

#primary form input,
#primary form textarea {
  border: 1px solid #4F4F47;
  }

/* FOOTER */
#footer {
  border-top: 3px solid #4F4F47;
  padding-top: 20px;
  text-align: center;
  }

#footer a {
  color: #fff;
  text-decoration: underline;
  }

#footer a:active,
#footer a:hover {
  text-decoration: none;
  }
