/**************************************************************/
/*** Copyright 1994-2009 Webplus, Inc. All rights reserved. ***/
/**************************************************************/

body {
  padding-bottom: 12pt;
}

#header {
  background: transparent url('/media/bg_header.gif') repeat-x bottom left;
  padding: 10px 0 15px;
  text-align: center;
}

#content {
  background-color: #fff;
  padding: 15px 0;
}

#footer {
  background: transparent url('/media/bg_footer.gif') repeat-x top left;
  padding: 15px 0 0;
}

#subfooter {
  padding-bottom: 15px;
}

.section {
  margin: 0 auto;
  overflow: hidden;
  width: 984px;
}

.buffer {
  /* intended to be used in conjunction with .section */
  /* e.g. <div class="section buffer">content</div> */
  margin-top: 12pt;
}

.col-slim,
.col-half,
.col-most,
.col-full,
.col-one3rd,
.col-two3rd {
  clear: none;
  float: left;
  margin: 0;
  padding:5px;
}

.col-slim { width:236px; }

.col-half { width:482px; }

.col-most { width:728px; }

.col-full { width:974px; }

.col-one3rd { width:318px; }

.col-two3rd { width:646px; }
