body {
	background-color: #EEE;
}

#CONTAINER {
	background-color: white;
	width: 800px;
	margin-left: auto;
	margin-right: auto;

}

#HEADER {
	background-color: #66CCFF;
	color: white;
	text-align: center;
}

#CONTENT {
	padding: 10px;


}

#NAV {
	width: 180px;
	float: left;

}

#MAIN {
	width: 600px;
	float: right;

}

#FOOTER {
	clear: both;
	margin-left: 36px;

}

#nav .selected {
	font-weight: bold;

}