#outerWrapper {
  position: relative;
  margin-top: 1em;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
}

#languageMenu {
  right: 28px;
}

div.rightPic {
  position: static;
  float: right;
  right: inherit;
  top: inherit;
}

div.leftNav {
  width: 360px;
  padding-right: 50px;
}

div.leftText {
  position: static;
  padding-right: inherit;
  margin-right: inherit;
  width: 560px;
}

div.rightText {
  width: 560px;
}

#mapWrapper {
  position: static;
  width: inherit;
  left: inherit;
  margin-left: inherit;
}

dd {
  width: 360px;
}

