/* Holt Church CSS file - removes use of right column */

#outer { 
	border-right: none; /* removes right border (column)  */ 
	} 

/* -----------------content--------------------- */ 

#content{ 
	padding: 10px 50px 60px 10px;
	}
