.fireplace-box {
	margin: 10px;
	border: 1px solid #7b7b7b;
	background: #FBE6B9;
}

.fireplace-box-title {
	width: 100%;
	background: #7b7b7b;
	color: white;
	font-size: 13pt;
	text-align: center;
}

.fireplace-box img {
	border: 3px solid gray;
	padding: 1px;
	margin: 10px;
	float: left;
}

.fireplace-box-text {
	width: 700px;
	text-align: justify;
	text-indent: 30px;
	padding: 10px 10px 10px 20px;
	float: left;
}
