
#regLeftNavigation {
  background-image: url(c/bg_lm_grad001.jpg);
  background-repeat: repeat;
  background-color: white;
  float: left;
  width: 170px;
  min-height: 450px;
  padding: 10px 0px 10px 0px;
  color: black;
  font-size: .9em;
}

#regMainContent {
  float: left;
  width: 624px;
  padding: 0px 10px 20px 10px;
  color: #222222;
  font-size: 1em;
  min-height: 450px;
}

#regRightNavigation {
  float: left;
  width: 135px;
  padding: 0px 5px 0px 5px;
  font-size: .9em;
  display: none;
}

#regAdvertising {
  float: left;
  text-align: center;
  width: 135px;
  padding: 10px 5px 0px 5px;
  min-height: 610px;
}

