/* ----- WRAP ----- */
#wrap {
  background: #fff none;
  color: #000;
  width: auto !important;
}

/* ----- HEAD ----- */
#date {
  float: right;
  margin: 1em;
  text-align: right;
}

#hd-extra,
#form-search,
#print-friendly,
#nav-head-mini,
#nav-head { display: none !important; }

.popupPrint {
  clear: none;
  float: right;
  font-size: 0.8em;
  margin: 1em 1em 0 0;
}

.popupPrint:link,
.popupPrint:visited {
  background: #fff none;
  color: #000;
  text-decoration: underline;
}

.popupPrint:hover,
.popupPrint:active {
  background: #fff none;
  color: #633;
}

@media print {
  .popupPrint { display: none; }
}

/* ----- MAIN ----- */
#main {
  clear: both;
  width: 100% !important;
}

/* ----- BODY ----- */
#body {
  float: none;
  padding: 1em;
  width: auto !important;
}

#crumbs { display: none; }

/* ----- LEFT ----- */
#left { display: none; }

/* ----- RIGHT ----- */
#right { display: none; }

/* ----- FOOT ----- */
#nav-foot,
#iscape-credit { display: none; }