html, body {
  width: 100%;
  background-color: #FFF;
  background-image: none;
  margin: 0;
  padding: 0;
}


#content {
  float: none;
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 0 rgba(0,0,0,0.4);
  color: #000;
  width: 800px;
  margin-top: 130px;
}

#content p {
  font-size: 14pt;
}


#content h1 {
  color: #000 !important;
}

#logo-print {
  height: 56px;
  width: 178px;
  display: block;
  position: fixed;
  top: 0;
  left: 36px;
}

h2#h2-print {
  display: block;
  position: fixed;
  top: 56px;
  left: 36px;
}


/*
 * Content not to display
 */

 #nav-container, #page_background, #pdf, ul#subpages_children, #left, ul#subpages_siblings, #img_gallery, #team {
   display: none;
 }


