body {
  text-align: center;
  background: #ffffff;
  color: #000000;
  font-family: arial;
  font-size: 12pt;
}

.wrapper {
  width: 750px;
  padding: 0px;
  spacing: 0px;
  margin: 20 auto;
  text-align: left;
}

.header {
  width: 750px;
  padding: 0px;
  spacing: 0px;
  background: url( 'images/header_background.png' );
  margin: 0 auto;
}

.content_body {
  width: 750px;
  padding: 0px;
  background: url( 'images/background.png' );
  spacing: 0px;
  text-align: left;
}

.home_content {
  width: 700px;
  float: left;
  margin-left: 25px;
  margin-right: 25px;
}

.closing {
  width: 750px;
  height: 25px;
  background: url( 'images/footer_background.png' );
  border-bottom: 1px solid black;
  clear: both;
  text-align: center;
}

.header_spacer {
  width: 100%;
  clear: both;
  height: 10px;
}

.spacer {
  width: 100%;
  clear: both;
  height: 30px;
}

/* Team Page Classes */

.title {
  font-size: x-large;
  font-weight: bold;
  margin-bottom: 20px;
}

.team_member {
  margin-bottom: 10px;
}

