body {
	background: #fff;
}

div#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	padding-top: 45px;
}

div#menu {
	position: absolute;
	float: left;
	z-index: 1;
	height: 300px;
	text-align: right;
	width: 170px;
	margin: 160px 0 0 -120px;
}

ul#menu-list {
	list-style: none;
	padding: 0;
	width: 170px;
	margin: 0;
}

ul#menu-list li {
	margin: 0 0 16px 0;
	background: #928f73;
	padding: 0 4px 0 0;
}

ul#menu-list li a {
	font-family: Impact, Arial, Helvetica, Verdana;
	font-size: 32px;
	color: #6f0011;
	text-decoration: none;
}

ul#menu-list li a:hover {
	text-decoration: underline;
	color: #cec494;
}

ul#menu-list li .selected {
	text-decoration: none;
	color: #cec494;
}

div#main-content {
	padding: 75px 15px 12px 85px;
	margin: 0 0 12px 0;
	background: #cec494;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;

	/* hack to work around IE width bug */
	width: 800px; /* fake width for IE = true width + borders + padding */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 700px; /* the true width */	
}

div#main-content .outlined {
	border: 2px solid black;
}

div#main-content .inline-left {
	float: left;
	margin: 0 16px 0 0;
}

div#logo {
	position: absolute;
	z-index: 1;
	height: 85px;
	margin: -30px 0 0 480px;
	width: 300px;
}

div#footer {
	float: left;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #999;
	text-align: center;
	width: 800px;
	margin: 0 0 12px 0;
}

.smaller {
	font-size: 12px;
}

/**
 * split-column pages
 */

table.split-column {
	padding: 0;
	margin: 0;
	width: 650px;
}

table.split-column td.left {
	float: left;
	width: 295px;
	padding-right: 16px;
}

table.split-column td.right {
	float: right;
	width: 290px;
	padding-left: 16px;
	border-left: 1px solid black;
}

table.split-column table.inner {
	width: 100%;
}

/**
 * picures page
 */

div.pictures-thumbnails ul {
	margin: 0;
	padding: 0 0 11px 0;
	border: 0;
}

div.pictures-thumbnails ul li {
	list-style: none;
	display: inline;
	margin: 0 11px 0 0;
	padding: 0;
	border: 0;
}

div.pictures-thumbnails ul li.right {
	margin: 0;
	padding: 0;
}

.thumbnail {
	border: 1px solid black;
}

div#pictures-featured {
	width: 664px;
	height: 443px;
	margin: 16px 0 0 0;
}

div#pictures-caption {
	width: 664px;
	text-align: center;
	margin: 8px 0 0 0;
	font-style: italic;
	font-weight: bold;
}

/**
 * legacy classes
 */

div.lighter-avocado {
	background: #c4e093;
}

div.darker-avocado {
	background: #b0d472;
}