@charset "utf-8";

#frame {
	width: 380px;
	margin: 10px;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
}
.image {
	width: 200px;
	float: right;
	margin-left: 10px;
	
}
#heading {
	width: 380px;
	float: left;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006837;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006837;
	padding: 0px;
	margin-bottom: 10px;
}

