/* print-only styles (overrides screen rules) */

.print_only  { display: block; }
.screen_only { display: none;  }

#header, 
#navi_primary_wrapper, 
#sidebar {
  display: none;
}

html, 
body, 
#shell, 
#main, 
#content {
  float: none !important;
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  text-align: left;
  background: #FFF;
}

#content_header {
  border-bottom: #CCC 1px solid;
  padding-bottom: 5px;
  margin-bottom: 40px;
  line-height: 42px;
  font-size: 30px;
  font-weight: normal;
  font-family: Georgia, serif;
}

#content_images {
  width: 215px;
}

#content_text {
  width: 400px;
}

#footer {
  border-top: #CCC 1px solid;
  padding: 5px 0;
  margin: 20px 0 0 0;
  width: auto;
  height: auto;
  text-align: center;
}

#footer p {
  font-size: 10px;
  margin-bottom: 5px;
  width: 100%;
}

