/* final version that seems to work */
	
	.galrow {
		position: relative;
		float: left;
		width: 860px;
		height: 210px;
		margin-top: 15px;
	}
	
	.caprow {
		position: relative;
		float: left;
		width: 860px;
		height: 25px;
		margin-top: 5px;
	}
	
	.piccell {
		position: relative;
		float: left;
		width: 286px;
		height: 210px;
	}
	
	.picholder {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;	 
		width: 226px;
		min-height: 120px;
	}
	
	.piccaption {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		text-align: center;
		width: 286px;
		float: left;
	}
	
	.picholder img {
		padding: 13px;
		background-color: #fff;
	}
	
	h1 {
		text-align: center;
	}
