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

html,
body,
#page  {
  height: 100%;
}
#super-wrapper,
#super
{
margin-left: auto;
margin-right: auto;
width:1800px;
overflow:hidden;
position:static
}
#page-wrapper, 
#wrapper {
  min-height: 0px;
  min-width: 980px;
}
#header,
#messages div.section,
#main,
#picture,
#content,
#front-picture,
#triptych,
#footer-columns,
#footer {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#featured div.section{
margin-left: auto;
  margin-right: auto;
width:980px;
overflow:hidden;
}
#header div.section{
  position: relative;
}
.region-header {
  float: right; /* LTR */
  margin: 0 5px 10px;
}
.with-secondary-menu .region-header {
  margin-top: 3em;
}
.without-secondary-menu .region-header {
  margin-top: 15px;
}
#secondary-menu {
  position: absolute;
  right: 0; /* LTR */
  top: 0;
  width: 480px;
}
#content,
#sidebar-first,
#sidebar-second,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
.one-sidebar #content {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.two-sidebars #content {
  width: 480px;
}
.no-sidebars #content {
  width: 960px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 350px;
}
#main-wrapper {
  min-height:0px;
}
#content .section,
.region-picture,
h1#page-title,
.sidebar .section {
  padding: 0 15px;
}
#breadcrumb {
  margin: 0 15px;

}

.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 20px 20px 30px;
  width: 280px;
}
#footer-wrapper {
 overflow:hidden
}

#footer-wide {
 overflow:hidden
}

#banner-front {
 overflow: hidden;
margin-left: auto;
margin-right: auto;
}

#footer-front {
 overflow:hidden
}

#banner {
margin-left: auto;
margin-right: auto;
}

.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn{
 padding: 0 5px;
  width: 315px;
}
.region-footer-fourthcolumn {
  padding: 0 0px;
  width: 0px;
}
#footer {
  width: 980px;
  min-width: 920px;
}
