/* Print Style Sheet - CSS for Steeky Mudd Ceramics, Wichita,Ks.

Ann's Graphics Web design, Wichita, Ks.  www.annsgraphics13.com
Date: 02-28-2014 */





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;
   }
   




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



