/*36*/
h1 {
margin-left: 15px;
color: white;
}
#post h1 {
margin-left: 0px;
}
h2 {
color: #CDC1BC;
}
h3 {
color: #C6CDC6;
font-weight: normal;
}
/*141*/
a {
  text-decoration: none;
  color: #7BB5B7;
  border-bottom: 1px;
}
/*147*/
a:hover {text-decoration: underline; color: #443833;}
/*189*/
#wrapper {
  width: 970px;
 background: #ffffff; 
  text-align: center;/* IE fix to center the page */
  margin: 0 auto;/* center the page in Firefox */
}
/*411*/
#content {
  display: block;
  float: left;
  width: 970px;
  background: url(images/front_bottom.jpg) no-repeat bottom #766257;
  border-top: #877065 0px solid;
  text-align: left;
  margin: 0;
  /*margin-bottom: 40px; */
  padding: 0;
}
/*457*/
#content #intro {
  background: #55453E url(images/static_header.jpg) no-repeat center;
  height: 241px;
  color: white;
  padding: 0 30px 0 40px;
}
/*540*/
#content .post {
  display: block;
  float: left;
  width: 920px;/*was 580 DLS*/
  margin: 15px 40px 40px; 
/* turned off DLS  padding: 0 15px; */
}