
.title_text {
  width: 760px;
  margin: 5px auto 5px auto;
  padding: 0px;
  position: relative;
  /* background-color: blue; */ 
  text-align: center;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 2em;
}

.mediacontainer {
  width: 760px;
  /* height: 260px; */
  margin: 0px auto;
  padding: 0px 0px 5px 0px;
  position: relative;
  /* background-color: orange; */
  text-align: center;
}

.helptext {
  width: 760px;
  /*   height: 300px; */
  /* Beware - do not allow vertical margin nor padding or it may mess up footer on IE7 */
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  position: relative;
  /* background-color: purple; */
  text-align: justify;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 1em;
}
