#MainContainer {
  margin-left: -347px;
}

/* --------------------------------------------------- */

#MainBody {
  height: auto;
  margin-bottom: 8px;
}

/* --------------------------------------------------- */

#PurchaseHeader {
  margin-left: 70px;
  width: 580px;
}

#PurchaseHeader p {
  color: #666;
  font-size: 12px;
  line-height: 1.7em;
}

/* --------------------------------------------------- */

.PurchaseFrame {
  width: 700px;
  float: left;
}

.PurchPicFrame {
  float: left;
  width: 280px;
}

.PurchTxtFrame {
  float: right;
  width: 275px;
  margin-right: 50px;
  /*
  ie-> margin-right: 50px;
  moz-> margin-right: 75px;
  */
  color: #888;
}

.PurchTxtFrame h2 {
  /* display: inline; */
  margin-top: 40px;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 0px;
}

.PurchTxtFrame p {
  font-size: 12px;
  line-height: 1.5em;
}

.PurchTxtFrame a:link {
color: #79e;
text-decoration: none;
font-weight: bold;
}

.PurchTxtFrame a:visited {
color: #79e;
text-decoration: none;
font-weight: bold;
}

.PurchTxtFrame a:hover {
color: #23a;
text-decoration: none;
font-weight: bold;
}

.PurchTxtFrame a:active {
color: #23a;
text-decoration: none;
font-weight: bold;
}

/* --------------------------------------------------- */

