html {
  background: #645d56;
  color: #fff;
}
body {
  font-size: .9em;
  margin: 40px 0px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif
}
a img {
  border-style: none;
}
form td p {
  margin: 5px 0px;
}
div#container_overall {
  width: 990px;
  margin: 0px auto;
  background-color: #fff;
  color: #000;
}
div#header {
  height: 125px;
  background: #dcded1 url('images/header-bg.png');
  border-bottom: 25px solid #d5ccc4;
  text-align: center;
}
img#name {
  margin-top: 5px;
  width: 379px;
  height: 120px;
}
div#container_bottom {
  padding-left: 96px;
  padding-bottom: 34px;
  background: #dcded1 url('images/bottom-bg.jpg') bottom;
}
div#contact_info {
  text-align: center;
  padding-top: 15px;
  font-size: 2.5em;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif
}
div#contact_info span {
  display: block;
}
span#phone {
  font-size: 1.2em;
}
div#content_bg {
  width: 761px;
  height: 371px;
  margin-left: 36px;
  margin-bottom: -341px;
  border: 1px solid #534741;
  clear: both;
  position: relative;
  z-index: 1;
}
div#content {
  border: 1px solid #534741;
  clear: both;
  margin-left: 62px;
  margin-bottom: 59px;
  overflow: hidden;
  width: 721px;
  height: 350px;
  padding: 6px 23px 0px 8px;
  position: relative;
  z-index: 2;
}
