div#header {
  width: auto;
  padding: 10px;
}

div#footer {
  width: auto;
  padding: 10px;
  height: 55px;
}

div#pageWrapper {
  width: auto;
}

.contentBlock {
    width: auto;
    padding: 10px
}

div#footer .footerElementL, div#footer .footerElementR {
    display: block;
    width: 100%;
    float: none;
    font-size: 0.9em;
}

.contentBlockLeft {
    width: auto;
    padding: 10px;
}

.contentBlockLeft img {
  width: 100%;
}

.contentBlockRight {
    width: auto;
    padding: 1.0em;
    border-left: 0em;
    
}
