#top {
	width: 100%;
	height: 200px;
	background: #BAB5FD;
	float: left;
	border: 2px solid #000;
	border-width: 0 0 2px 0;
}

#middle {
	float: left;
}

#left {
	width: 200px;
	height: 100%;
	background: #c2c2c2;
	float: left;
}