
html, body {
  margin: 0;
  padding: 10px;
  min-width: 20px;
}

#container {
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
  width: 784px;
}

#container .column {
  position: relative;
  padding-bottom: 20000px;
  margin-bottom: -20000px;
}

#top {
  background: url("/site/images/shadow-top2.gif") no-repeat;
  clear: both;
  margin: 0 auto;
  width: 784px;
  height: 15px;
}

#left { /* left column */
  background: url("/site/images/shadow-left2.gif") repeat-y;
  width: 10px;
  float: left;
}

#top-left {
  background: url("/site/images/shadow-top-left2.gif") no-repeat;
  width: 10px;
  height: 20px;
}

#right { /* right column */
  background: url("/site/images/shadow-right2.gif") repeat-y;
  float: right;
  width: 10px;
}

#top-right {
  background: url("/site/images/shadow-top-right2.gif") no-repeat;
  width: 10px;
  height: 70px;
}

#center { /* center column */
  width: 764px;
  margin-left: 10px;
}

#banner-shadow {
  background: url("/site/images/shadow-banner.gif") repeat-x;
  height: 10px;
}

#leftmenu {
  background: url("/site/images/leftmenu-repeat-y.gif") repeat-y;
  width: 193px;
  height: 100%;
  float: left;
}

#leftmenu-top {
  background: url("/site/images/leftmenu-top.gif") no-repeat;
  height: 13px;
}

#leftmenu-bottom {
  background: url("/site/images/leftmenu-bottom.gif") bottom no-repeat;
  height: 16px;
}

#bottom {
  background: url("/site/images/shadow-bottom2.gif") no-repeat;
  clear: both;
  margin: 0 auto;
  width: 784px;
  height: 15px;
}

.clear {
  clear: both;
}