

.heading {
  text-align: center;
}

.container {
	width: 800px;
	margin: auto;
	text-align: left;

}
  
.left {
	float: left;
	padding: 0px 5px 5px;
	width: 200px;
	background-color: #eeeeee;
	border-top: thick solid #FFFFFF;
	border-right: thick solid #FFFFFF;
	border-bottom: thick none #FFFFFF;
	border-left: thick solid #FFFFFF;
	word-wrap: break-word;
	overflow:hidden;
}

.middle {
	top: 10px;
	margin-left: 220px;
	margin-right: 220px;
	background-color: #eeeeee;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: thick;
	border-top-style: solid;
	


}

.right {
	float: right;
	padding : 0px 5px 5px;
	width: 200px;
	background-color: #eeeeee;
	border-top: thick solid #FFFFFF;
	border-right: thick solid #FFFFFF;
	border-bottom: thick none #FFFFFF;
	border-left: thick solid #FFFFFF;

}

.footer {
  padding-top: 20px;
  text-align: center;
  clear: both;
}

