#top {
	height: 70px;
	width: auto;
}
#left {
	background-color: #E3EBF2;
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
#center {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 200px;
	border: 1px solid #CCCCCC;
}
#bottom {
	background-color: #90ACC8;
	clear: both;
	height: 20px;
}
