.pageShadow {
  -moz-box-shadow: 0 -14px 14px #666666;
  -webkit-box-shadow: 0 -14px 14px #666666;
  box-shadow: 0 -14px 14px #666666;
}
html, body {
  position: relative;
  height: 100%;
  background-color: #9f9fa6;
}
.page {
  position: relative;
  width: 989px;
  margin: 0 0 0 15px;
  background-color: #ffffff;
  -moz-box-shadow: 0 -14px 14px #666666;
  -webkit-box-shadow: 0 -14px 14px #666666;
  box-shadow: 0 -14px 14px #666666;
}
.page .header { position: relative; }
.page .body {
  position: relative;
  overflow: hidden;
  _zoom: 1;
  clear: both;
}
.page .footer {
  position: relative;
  overflow: hidden;
  height: 45px;
}
.page-full {
  _height: 100%;
  min-height: 100%;
}
.page-full .body { padding-bottom: 145px; }
.page-full .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#primarySidebar {
  position: relative;
  width: 200px;
}
#secondarySidebar {
  position: relative;
  width: 150px;
}
#main {
  position: relative;
  overflow: hidden;
  _zoom: 1;
}
.left-column {
  float: left;
  _margin-right: -3px;
}
.right-column {
  float: right;
  _margin-left: -3px;
}
.align-left { float: left; }
.align-right { float: right; }
.align-center {
  clear: both;
  display: block;
  margin: 0 auto;
}

