#right_column {
	float: right;
	width: 720px;
	padding-bottom: 160px;
}
#right_column h2{
	text-align: center;
	padding-bottom: 45px;
}
#right_column div {
	background-color: #fefef6;
	border: 4px solid #5e422d;
	margin-right: auto;
	margin-left: auto;
	width: 660px;
	padding: 20px;
}
#right_column div h3 {
	color: #583b29;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	padding-bottom: 18px;
}
#right_column div #purpose {
	width: 660px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d6d0c4;
	padding-bottom: 20px;
}
#right_column div .txt {
	padding-top: 20px;
}
