BODY {
  margin: 0; padding: 0 10px 10px 10px; /*remove browser viewport gutter */
  text-align: center; /* center float template */
}

div#tpl-shadow { /* setup styling for drop shadow script */
  width: 935px; /* same width as div#wrap */
  margin: 0 auto; padding: 0;
  text-align: left;
}
div#tpl-shadowfoot { display: none; }

div#wrap {
  margin: 0 auto; /* center float template, remove if other alignment */
  text-align: left; /* left align all interior content */
  width: 935px; /* max width of template, optimized for 800x600 */
  position:relative; /* constrains absolute positioned ojbs to within wrap */
}

div#head H1 {
  width: 328px; height: 129px;
  float: left;
}
div#head-banner {
  width: 607px; height: 129px;
  float: right;
}

div#main { /* not sure how this works, but it does */
  float: left;
  margin-right: -100%;
  width: 100%;
  clear: both;
}

div#body { margin: 0 0 0 153px; padding: 40px 0 0 0; } /* margins same left and right columns */
div#content { padding: 0.5em; } /* padding expanding width workaround */

div#top-nav {
  position: absolute;
  top: 129px; left: 0;
  height: 30px;
  clear: both;
}

div#left { /* left column placement */
  padding: 34px 0 0 0;
  float: left;
  width: 153px;
}

div#foot-locations {
  clear: both;
}

div#foot {
  position: relative;
  clear: both;
}
