.container {
	height: auto;
	width: 960px;
	background-color: #FFF;
	margin: auto;
}
.header {
	background-color: #6FC;
	float: left;
	height: 150px;
	width: 960px;
}
.navigation {
	background-color: #C6F;
	float: left;
	height: auto;
	width: 960px;
}
.sidebar {
	background-color: #CFF;
	float: left;
	height: 900px;
	width: 240px;
	padding: 10px;
}
#css .sidebar p img {
	padding: 8px;
}

.content {
	background-color: #CFF;
	float: left;
	height: 920px;
	width: 700px;
}

.footer {
	background-color: #9FC;
	float: left;
	height: 30px;
	width: 960px;
}
.comment {
	background-color: #999;
	float: left;
	height: 500px;
	width: 960px;
}
