.nowrap {
	white-space: nowrap;
}

div#left_content {
	width: 825px;
	padding: 28px 12px 0 66px;
	background: transparent url('../images/bg_green.jpg') repeat-y top left;
}

.review {
	width: 390px;
	margin: 0 20px 10px 0;
}

.review img {
	border: 1px solid #999;
	margin: 0 10px 10px 0;
}

h1 {
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 24px;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 4px;
}

p {
	margin: 0 0 21px 0;
}

ul.includes {
	margin: 0 0 17px 0;
	list-style: square inside;
}

ul.includes li {
	margin-bottom: 4px;
}

a {
	color: #00573d;
	font-weight: bold;
	text-decoration: underline;
}