div#box-left {
	float: left;
	width: 32%;
	margin-right: 4%;
}
div#box-right {
	float: left;
	width: 64%;
}
div#box-right ol {
	padding-bottom: 4em;
}
div#box-right h2 , div#box-right h3, div#box-right h4, div#box-right h5 {
	margin: .83em 0;
	color: #463820;
	letter-spacing: -.05em;
}
div#box-right h2 {
	font-size: 160%;
	font-weight: normal;
}
div#box-right h3 {
	margin-top: 2em;
	font-size: 160%;
	font-weight: normal;
}
div#box-right h4 {
	margin-top: 2em;
	font-size: 130%;
	font-weight: bold;
}
div#box-right h5 {
	margin-top: .5em;
	font-size: 120%;
	font-weight: normal;
}
div#box-right table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #463820;
	background-color: #fff;
}
div#box-right table th {
	font-weight: bold;
	text-align: center;
}
div#box-right table th, div#box-right table td {
	padding: .3em;
	text-align: center;
	border: 1px solid #463820;
}
div#box-right table th:first-child, div#box-right table td:first-child {
	text-align: left;
}
