body {
  min-width: 992px;
}

/*##################### Navigation (left) ##########################*/
#navigationLeft {
  float: left;
  width: 116px;
}

/*##################### End of Navigation (left) ##########################*/

/*##################### Navigation (right) ##########################*/
#navigationRight {
  float: right;
  width: 116px;
}

/*##################### End of Navigation (right) ##########################*/

/*##################### Content ##########################*/
#content {
  padding: 0; /*background-color: bisque;*/
  margin-left: 135px;
  margin-right: 135px;
}

#content h1 {
  margin: 0 0 0.8em 0; /*margin-bottom: 0.8em;*/
  text-align: center;
}

/*##################### End of Content ##########################*/

#footer {
  border-top: 1px solid #BBBBBB;
  margin-top: 30px;
  clear: both;
  text-align: center;
  font-size: 0.8em;
  color: #4d4d4d;
}