body {
  margin: 0;
}

#header {
  position: relative;
  padding: 54px 0 0 0;
  margin: 0 0 20px 0;
}

#header .section {
  position: relative;
  width: 980px;
  margin: 0 auto;
  height: 110px;
}

#eyebrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
}

#eyebrow .section {
  position: relative;
  height: 30px;
}

#eyebrow #eyebrow-social {
  display: block;
  position: absolute;
  z-index: 99;
  top: 46px;
  right: 20px;
}

#site-name {
  position: absolute;
  top: 0px;
  left: 20px;
}

#main-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 108px;
  height: 44px;
}

#search-block-form {
  position: absolute;
  top: 36px;
  right: 20px;
  z-index: 500;
}

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

#main .section {
  padding-top: 24px;
}

#sidebar {
  float: right;
  width: 300px;
}

#content {
  float: left;
  width: 600px;
  margin: 0 0 0 20px;
}

#below {
  clear: both;
  padding: 40px 0 0 0;
}
