body {
	background-color: #d6cec4;
	text-align: center;
}

	div#container {
		width: 760px;
		min-width: 760px;
		max-width: 960px;
		background-color: #fff;
		text-align: left;
		border: 3px solid #ede8e2;
		border-width: 0 6px;
		margin: 0 auto;
	}

	body > div#container {
		width: auto;
	}

		div#navigation {
			float: left;
			width: 180px;
			padding: 2em 10px;
		}

		div#content {
			padding: 2em;
			margin: 0 0 0 200px;
		}

