
/** LAYOUT RULES
--------------------------------- */

#page {
  width: 934px;
  margin: 0 auto 70px;
}
#header, #main, #footer {
  padding:0 10px;
  clear:both;
}
#content {
  float: left;
  width: 100%;
  margin-right: -100%;
  padding: 0;
  min-height:200px;
}


#content-inner {
  padding:30px 90px;
  position:relative;
  z-index:0;
}
.sidebar {
  float: left;
}
#sidebar-second {
  float: right;
}
#header, #footer {
  float: none;
  clear: both;
}

/* Columns in content - grid system
--------------------------------------*/

.col {
  float:left;
  margin-right:25px;
}
.span-1 {
  width:234px;
}
.span-2 {
  width:494px;
}
.lastcol {
  margin-right:0;
}
.firstcol {
  clear:both;
}
#content-inner .no-margin {
  margin-top:0;
}
