@charset "UTF-8";
.content {
	width: 750px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.image_container {
	padding: 10px;
	width: 350px;
	float: left;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
	text-align: center;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #333333;
}
.image_container_clearright {
	padding: 10px;
	width: 350px;
	float: left;
	clear: right;
	text-align: center;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #333333;
}
.bottom_text_container1 {
	width: 750px;
	float: none;
	clear: left;
	padding-top: 10px;
}
.image_container1 {
	padding: 10px;
	width: 350px;
	float: left;
	text-align: center;
}
.image_container_clearright2 {
	padding: 10px;
	width: 350px;
	float: left;
	clear: right;
	text-align: center;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
}
