#leftContent {
  display: block;
}

#rightContent {
  display: none;
}

#mainContentInner {
  padding-right: 0px;
}

#decPic {
  background-color: rgb(255, 255, 255);
  background-position: left top;
  background-repeat: repeat;
  height: 221px;
}

body {
  background-image: url(/templates/img/bg_patterns/khaki.gif);
  background-color: rgb(255, 255, 255);
  background-position: left top;
  background-repeat: repeat;
}

.content .moduleBody {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: rgb(0, 0, 0);
}

#pageWidth {
  border-width: 0px;
  width: 904px;
  margin-top: 34px;
}

.content {
  font-family: Arial,Helvetica,sans-serif;
  background-color: rgb(255, 244, 224);
}


