/* @option user-selected sidebar width and position setting */

#aside {
	float: right;
	width: 20%;
}

#contentContainer #content {
	float: left;
	width: 75%;
}