/*validated 2010 02 07*/
body { 
	background:#FBEEB5; 
	/*width:90%; */
	padding-bottom:5px; 
}
div.row { 
	float:left; 
	clear:left; 
	display:block; 
	width:95%; 
	border-bottom:groove #ebddb5 3px; 
	margin-bottom: 5px; 
}
	/* div.photogroup { float:left; margin:0px 5px 0px 5px; } / * no notes underneath require different heights */
	div.photogroup { float:left; margin:0px 2px 0px 2px; } /* border:solid 1px #CAC092; - no notes underneath require different heights */

	.photo { 
		display:block; 
		float:none;  
		text-align:center;  
		margin:0px; 
		border:none; 
	}
	.glyphgroup { 
		display:block; 
		float:left; 
		clear:left; 
		margin:0px; 
		/*width:115px; */
		width:100px; 
	}
	.glyph { 
		float:left; 
		margin:0px; 
		text-align:left; 
		padding:0px; 
	}
	.caption { 
		clear:left; 
		text-align:center; 
		margin:0px; 
		font-size:10pt; 
	}
	.rowtext { 
		float:left; 
		clear:left; 
		margin:0px; 
		width:95%; 
		font-size:10pt; 
	}
	.pagetext { 
		float:left; 
		clear:left; 
		width:95%; 
		font-size:10pt; 
		border-bottom:groove #ebddb5 3px; 
		margin-bottom: 5px; 
		font-style:italic;
		font-weight:bold;
	}
	
	.footer { 
	float:left; 
	clear:left; 
	}
