@import url(minimal.css);

/* -------------------------------------------------------------------------- */
#content {
	padding-top: 5px;
	clear: both;
	font-size: 14px;
}

#content > #nav {
	float: left;
	width: 323px;

	background: #F2A734;
	border: 2px solid #FFFFFF;
/*	border-radius: 1.5em; -moz-border-radius: 1.5em;*/
}

#content > #readable {
	margin-left: 337px;
	margin-right: 182px;

	background: #FFFFFF;
	border: 2px solid #CE6C0B;
/*	border-radius: 1.5em; -moz-border-radius: 1.5em;*/
}

#content > #notes {
	float: right;
	width: 168px;

	background: #FFFFFF;
	border: 2px solid #B0B0B0;
/*	border-radius: 1.5em; -moz-border-radius: 1.5em;*/
}
