
/* ---------- Basic Layout Styles ----------- */


#header,
#featured,
#main,
#footer {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}

#header {
}
  #header div.section {
    height:282px;
    position: relative;
  }
    .region-header {
      position:absolute;
      width:100%;
      height:240px;
      z-index:20; /*set other header elements higher than this.*/
    }

.no-sidebars #content-area {
  width:990px;
}
.sidebar-first #content-area,
.two-sidebars #content-area {
  width:804px;
  float:left;
}
.sidebar-second #content-area {
  width:990px;
}

  .sidebar-second #content-area #content,
  .two-sidebars #content-area #content {
    width:533px;
    float:left;
  }


#sidebar-first { /*outer "page" sidebar*/
  width:186px;
  float:left;
}

#sidebar-second { /*inner "content" sidebar*/
  width:257px;
  float:left;
}
