body {
  background-color: #7c5e4e;
  text-align: center;
  font-family: sans-serif;
}

a:link { color: #7c5e4e; text-decoration: underline; }
a:visited { color: #a37c68; }
a:hover { color: #999999; text-decoration: none; }

#pageContainer {
  width: 700px;
  border: 1px solid #000000;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000000;
}

#pageHeader {
  width: 700px;
  height: 100px;
  background-image: url(/images/dad-title-top.png);
  background-repeat:  no-repeat;
  border-bottom: 1px solid #000000;
  clear: both;
}

#pageContent {
  width: 680px;
  min-height: 250px;
  background-color: #ffffff;
  padding: 10px;
  margin: 0px;
  font-size: 12px;
  clear: both;
  text-align: left;
}

#creditBox {
  width: 690px;
  background-color: #ffffff;
  padding: 5px;
  border-top: 0px;
  margin: 0px;
  text-align: center;
  font-size: 12px;
}

#sponsorBox {
  width: 690px;
  background-color: #eeeeee;
  padding: 5px;
  border-top: 0px;
  margin: 0px;
  font-size: 10px;
}

#textInterjection {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.rightFloatImg {
  float: right;
  padding-left: 15px;
}

.leftFloatImg {
  float: left;
  padding-right: 15px;
}

.blockImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Now the Tan hack for the IE Box Model problem */

* html #pageContainer {
  width: 698px;
  w\idth: 700px;
}

* html * #pageHeader {
  width: 700px;
  w\idth: 700px;
}

* html * #pageContent {
  height: 250px;
  width: 700px;
  w\idth: 680px;
  he\ight: 250px;
}

* html * #creditBox {
  width: 700px;
  w\idth: 690px;
}

* html * #sponsorBox {
  width: 700px;
  w\idth: 690px;
}
