body {
	background-attachment: fixed;
	background-size: auto;
	background-color: #CAE8CA;
	color: #3D3239;
	font-family: funnel sans, trebuchet, verdana, sans-serif;
	font-size: 17px;
	line-height: 140%;
	margin: 12px 15px 12px 15px;
}

#column {
	width: 1200px;
	height: auto;
	background-color: #FFD9E8;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border: 10px solid #9BC49E;
}

h1 {
	font-family: fraunces, georgia, garamond, serif;
	font-size: 50px;
	line-height: 110%;
	text-align: center;
	margin: 10px 0px 10px 0px;
	color: #943154;
}

h3 {
	font-family: fraunces, georgia, garamond, serif;
	text-align: center;
	font-size: 20px;
	color: #943154
}

h2 {
	font-family: fraunces, garamond, serif;
	font-size: 30px;
	line-height: 110%;
	color: #943154;
}

hr {
	height: 10px;
	border-width: 0px;
	color: #9BC49E;
	background-color: #9BC49E;
}

img {
	border: 10px solid #7B5F85;
	border-radius: 15px;
}
	
.quote {
	text-align: center;
	margin: 15px 150px 15px 150px;
	font-family: fraunces, georgia;
	font-size: 30px;
	line-height: 115%;
	color: #3E7832;
}

.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.right {
	float: right;
	margin: 0px 0px 15px 20px
}

.left {
	float: left;
	margin: 0px 15px 0px 0px
}

.list4 {
	margin-top: 70px;
}