
/* PRINT */

body {
  background: #fff;
  font-family: georgia;
  color: #000;
}

div#doc_sec {
  float: left;
  width: 780px;
  background: #fff;
}

div.yui-g { padding-left: 49px; }

div#hd {
  height: 39px;
  display: block;
  padding-top: 10px;
}

div#rightgutter {
  width: 71px;
  height: 100%;
  float: left;
}

a { color: blue; }

div#nav, div#footer {
  display: none;
  height: 0px;
  width: 0px;
}

div#header {
  padding-left: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  background: #f1f0e4;
}

div#content {
  margin-left: 16px;
  margin-top: 10px;
  margin-right: 8em;
}
