body {
  margin: 0;
}

#header .section {
  position: relative;
  width: auto;
  margin: 0 20px;
}

#header #featured {
  margin: 0 auto;
  position: relative;
}

body.front #header #featured {
  background: #fff;
}

#header #featured .section {
  width: auto;
  height: auto;
}

#breadcrumb,
#main .section,
#footer {
  position: relative;
  width: auto;
  max-width: 980px;
  margin: 0 auto;
}

#main .section > .inner {
  margin: 30px 20px 0;
}

#below {
  clear: both;
}

body.two-sidebars #sidebar-alternate {
  float: left;
  width: 160px;
  margin: 0 0 0 20px;
}

body.two-sidebars #content {
  width: 420px;
}
