		* { margin: 0; padding: 0; }
		
		html { 
			background-color: #6699cc;
			background-image: url('mlane-grad.gif'); 
			background-repeat: repeat-x;
/*			background-position: top center; */
		}
		
		body { padding: 20px; font-family: sans-serif; font-size: 62.5%; line-height: 1.6em; text-align: center; margin: 0px; padding-top: 0px; color: #fff; }
		
		h2 { font-size: 3em; margin-bottom: 20px; }
		h3 { font-size: 2.2em; margin-bottom: 10px; }
		p { margin-bottom: 20px; font-size: 1.6em;}
		
		a, a:visited { color: #ffcc33; }
		
		.peep {
			width: 300px;
			
			text-align: center;
			margin-left: 25px;
			margin-bottom: 20px; 
			padding: 10px;
			background-color: #333366; 
			float: left;
		}
			.peep img {
				border: 10px solid #ffffff;
			}
			
			.peep p { margin: 20px; }
		
		.dummy { clear: both; }
		img { border: 0; }
		
		#picture { width: 700px; margin-left: auto; margin-right: auto; }
		#picture img { border: 10px solid #fff; }
		
		.desc { font-size: 1.8em; line-height: 1.4em; }
		.centered { margin-left: auto; margin-right: auto; text-align: center; }
		
		.biglink { font-size: 2em; }
		
		#theform { width: 700px; text-align: left; margin-left: auto; margin-right: auto; }

		h2#printtitle { font-size: 1em; display: none; }