* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #38342b;
  font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}


#wrapper-bg {
  background: url(images/bg-body.jpg) repeat;
}

#wrapper {
  background: url(images/bg-wrapper.jpg) repeat-x center 0;
}

#content-wrapper {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

#masthead {
  height: 415px;
  background: url(images/bg-masthead-flash.jpg) no-repeat;
  position: relative;
 /* sub page height: 300px */
}

#flash-wrapper {
  position: absolute;
  top: 98px;
  left: 20px;
}

#content {
  
}

#content-inner {
	/* revmove min-height */
  margin: 0 10px;
  padding: 10px;
  height: 110px;
}

#site-title a {
  position: absolute;
  display: block;
  width: 940px;
  top: 30px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
}

/* footer */

#footer-wrapper {
  background: url(images/footer-wrapper-bg.jpg) repeat-x;
}

#footer {
  height: 100px;
  width: 940px;
  margin: 0 auto;
  padding-top: 25px;
  color: #97b0b7;
  background-repeat: no-repeat;
}

#footer a {
  color: #b7a01e;
}

#footer a:hover {
  color: #587d8f;
}
