@charset "UTF-8";
#info {
	background-color: #D6C9B0;
	width: 960px;
	height: 625px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#Column1 {
	float: left;
	width: 390px;
}
#Column2 {
	float: left;
	width: 535px;
	margin-left: 15px;
}
#topphotoBox {
	text-align: left;
	width: 370px;
	float: left;
	background-color: #CBBDA1;
	padding: 5px;
	height: 176px;
	background-image: url(../photos/grain.jpg);
	margin-bottom: 15px;
}
#middlephotoBox {
	text-align: left;
	width: 370px;
	float: left;
	background-color: #CBBDA1;
	padding: 5px;
	height: 176px;
	margin-bottom: 15px;
	background-image: url(../photos/elementary_school.jpg);
}
#bottomphotoBox {
	text-align: left;
	width: 370px;
	float: left;
	background-color: #CBBDA1;
	padding: 5px;
	height: 176px;
	background-image: url(../photos/family_restaurant.jpg);
}
.letterText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	font-weight: lighter;
	color: #69401C;
	text-align: justify;
	padding: 5px;
	text-decoration: none;
}
.italic {
	color: #69162C;
	font-style: italic;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #69162C;
	border-right-color: #69162C;
	border-bottom-color: #69162C;
	border-left-color: #69162C;
	padding-top: 15px;
}

