#MainContainer {
  margin-left: -347px;
}

/* --------------------------------------------------- */

#MainBody {
  height: auto;
  margin-bottom: 8px;
}

/* --------------------------------------------------- */

#ClassHeader {
  margin-left: 70px;
  width: 580px;
}

#ClassHeader p {
  color: #666;
  font-size: 12px;
  line-height: 1.7em;
}

/* --------------------------------------------------- */

.ClassFrame {
  width: 580px;
  float: left;
  margin-top: 25px;
  margin-left: 70px;
}

.ClassPicFrame {
  float: left;
  width: 200px;
}

.ClassTxtFrame {
  float: right;
  width: 300px;
  margin-right: 75px;
  /*
  ie-> margin-right: 50px;
  moz-> margin-right: 75px;
  */
  color: #888;
}

.ClassTxtFrame h2 {
  /* display: inline; */
  margin-top: 0px;
  font-size: 1.5em;
  font-weight: normal;
  /* margin-bottom: 0px; */
}

.ClassTxtFrame p {
  font-size: 12px;
  line-height: 1.5em;
}

.ClassTxtFrame a:link {
color: #79e;
text-decoration: none;
font-weight: bold;
}

.ClassTxtFrame a:visited {
color: #79e;
text-decoration: none;
font-weight: bold;
}

.ClassTxtFrame a:hover {
color: #23a;
text-decoration: none;
font-weight: bold;
}

.ClassTxtFrame a:active {
color: #23a;
text-decoration: none;
font-weight: bold;
}

/* --------------------------------------------------- */

