/********************/
/* Header/Top panel */
/********************/

#nav {
	background-color: white; /* Background */
	border-color: #cccccc; /* Border */
}

/*************************/
/* Navigation/Left panel */
/*************************/

#aside,
#left .tree,
#left .tree ul li:last-child ,
#left .tree ul li.expand:last-child,
#left .tree ul li.narrow:last-child {
	background-color: white; /* Background */
}

/***********************/
/* Content/Right panel */
/***********************/

#content {
	background-color: white; /* Background */
}

/***********************/
/* Footer/Bottom panel */
/***********************/

#footer {
	background-color: white; /* Background */
	border-color: #cccccc; /* Border */
	color: #999999; /* Font color */
}