#header {
	background-color: #ccc;
	}
#sidebar {
	float: right;
	width: 25%;
	background-color: #999;
	}
#content {
	float: left;
	width: 72%;
	background-color: #fff;
	}
#footer {
	clear: both;
	background-color: #eee;
	}