body {
  background-color: #dcd9e8;
}

.txtbox {
	background-color: #F8F8F8;
	margin: 1%;
	padding: 1%;
	border-style: hidden;
	border-radius: 5px;
	border-width: 2px;
	
	content: "";
	clear: both;
	display: table;
	}
	
.text {
	font-family: Arial;
}

.mid img {
	width: 150px;
}

.sideimg{
	float: left;
	margin-right: 15px;
}