/* Print Style Sheet - CSS for the New Ann's Graphics
Author: Joyce McCulloch  (jmcculloch.butlerccwebdev.net/
Date: 12-02-2010 */





body {
   background: white;
   font-size: 12pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   }

   
#wrapper {
	width: 100%;
	background-color: #fff;
}

#header, #navbar {
	display: none;
}

#content {
	font-size: 12pt;
	color: #000;
	background-color: #fff;
	padding: 0;
	clear: both;
}

h1, h2, h3 {
	margin-bottom: 0em;
}

p {
	margin-top: 0em;
}

 #header img {
  display: none;
   }

  #old_photos img {
  display: none;
   }
   
  #pond img {
  display: none;
   }





#footer {
	font-size: 10pt;
	color: #000;
	background-color: #fff;
  text-align: center;  
}



