/* Layout
--------------------------------------------------------------------------------
   Copyright (c) 2008 Unbound Medicine, Inc.
   Author: Dan Kornegay
-------------------------------------------------------------------------------- */

html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0; }

/* the wrapper that allows for a centered column */
div#container {
  background-color: #eceef2; 
  text-align: center; }

/* the center column where everything lives */
div#center {
  width: 678px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #8799A7;
  border-left: 1px solid #8799A7;
  min-height: 500px; }

/* used to push down the bottom of floated containers that grow vertically */
.clear {
  clear: both; }

.hidden {
  visibility: hidden; }
