/*Introduction area*/
p.intro {
	max-width: 65%;
	margin-top: 0em;
	margin-bottom 2em;
	margin-left: 15em;
	font-size: 0.850em;
	line-height: 1.7em;
	color: 000;
	}
	
/*Program category name*/
#programcategory { 
	margin: -4em 0em 0.938em 0em;
	padding: 1%;
	float: right;
	}
	
p.category {
	margin: -2.5em 0em 0em 0em;
	padding: 1%;
	font-weight: light;
	font-style: italic;
	font-size: 1.3em;
	text-align: right;
	line-height: 1.4em;
	}

/*Two column area. Div used to set background color of nested divs Column1 and Column2 */
#columnarea {
	height: 61em;
	margin-top: 2em;
	background-color: #fff;
	}
	
p.quote {
	font-style: italic;
	font-size: 0.95em;
	}
	
	
/*Column1*/
#column1 {
	width: 32em;
	height: 64em;
	float: left;
	position: relative;
	padding: 2em 2em 2em 2em;
	background-color: white;
	border-width: thin;
	border-style: solid;
	border-color: #ddd;
	color: #000;
	font-size: 0.850em;
	line-height: 1.4em;
	}
	
	
/*Smiling international man in loan closet*/
img.intlphoto1 {
	float: right;
	margin-top: .075em;
	margin-right: 1.5%;
	padding: 0.625em;
	}

/*Smiling couple in loan closet*/
img.intlphoto2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/*Column 2*/
#column2 {
	width: 32em;
	height: 64em;
	float: right;
	position: relative;
	padding: 2em 2em 2em 2em;
	background-color: white;
	border-width: thin;
	border-style: solid;
	border-color: #ddd;
	color: #000;
	font-size: 0.850em;
	line-height: 1.4em;
	}
	
/*Male volunteer stocking loan closet*/
img.memberphoto1 {
	float: left;
	margin-top: 0.5em;
	margin-right: 1.5%;
	padding: 0.625em;
	}
	
/*Female volunteer in loan closet. Arms open in welcoming gesture*/ 
img.memberphoto2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

