div.row p {
	font-size: 93%;
}

.title_img {
	padding-top: 30px;
	width: 700px;
	border-bottom: solid 2px #d9d9d9;
	padding-bottom: 6px;
	clear: both;
}

.each_desc {
	padding-left: 20px;
	margin-top: 20px;
	width: 45%;
	float: left;
}
.image_box {
	margin-top: 10px;
	float: right;
}

.image_box img {
	margin-top: 10px;
}

div.row ul {
	list-style-type: disc;
}
div.left_col {
	width: 300px;
	font-size: 93%;
	text-align: left;
	float: left;
}
div.right_col {
	width: 350px;
	text-align: left;
	font-size: 85%;
	float: right;
}

div.row h2 {
	width: 700px;
	padding-top: 16px;
	padding-bottom: 3px;
	text-align: left;
	font-size: 93%;
	line-height: 1.3em;
	font-weight: bold;
	border-bottom: solid 2px #cccccc;
}

