body {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#page {
}

#header {
}

.two-sidebars #content {
  float: left;
  width: 480px;
}

.one-sidebar #content {
  float: left;
  width: 720px;
}

.no-sidebars #content {
  float: none;
  width: 960px;
}

.sidebar {
  float: left;
  width: 230px;
}
#sidebar-left {
  padding-left: 10px;
}
#sidebar-right {
  padding-right: 10px;
}

#content .section {
  clear: both;
  margin: 0px 10px;
}

.sidebar .section {
}
#triptych {
  margin-top: 10px;
  padding-top: 10px;
  background: url(../images/divx.png) 0 0 repeat-x;
}
#triptych p {
  margin: 0;
}
#triptych-first,
#triptych-second {
  float: left;
  background: url(../images/divy.png) 100% 0 repeat-y;
  padding-right: 19px;
}
#triptych-second {
  padding-right: 18px;
}
#triptych-second,
#triptych-third {
  float: left;
  padding-left: 19px;
}

#footer {
}

.view-rotating-banner {
  float: left;
  position: relative;
  height: 343px;
}
.view-rotating-banner .view-footer {
  background: url(../images/wave.png);
  height: 60px;
  width: 960px;
  position: relative;
  top: -60px;
  z-index: 50;
  float: left;
}
