/* Style modifications */

body {
  background-color: #e5e5e5;
}

div#container {
  background-color: #fff;
  margin: 0 auto;
  padding: 0 15px;
  width: auto;
  min-width: 900px;
  max-width: 1200px;
} html>body div#container {
  width: auto;
  min-width: 870px;
  max-width: 1170px;
}

div#container {
  box-shadow: 0 0 100px 0px #ccc;
}

div#visual {
  height: 157px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

div#nav {
  /*position: absolute;
  left: 0;
  float: none;*/
  width: 240px;
}

div#main {
  width: auto;
  position: relative;
}
div#content {
  width: auto;
  float: none;
  padding-left: 255px;
  padding-right: 185px;
}

div.section {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

/* Banner */
#banner {
  left: auto;
  right: 8px;
}

/* Right */
div#right {
  /*position: absolute;
  right: 0;*/
}

div#footer {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
