body {
	font-family: sans-serif;
	background: #dca;
	padding: 0em;
	margin: 0em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}

#body-content {
	width: 80%;
	min-width: 700px;
	max-width: 800px;
	border: 1px solid #986;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	padding-top: 0em;
	background: #edb;
	text-align: left;
}

#header h1 {
	margin: 0em;
	margin-top: .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid #986;
}

#presenting, #presenting a {
	font-style: oblique;
	color: #986;
}

h1, h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}


#subtitle {
	font-size: 1.15em;
	letter-spacing: 0.15em;
}

#byline, #dateline {
	font-style: oblique;
	color: #986;
}

#system-image {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

#table-of-contents {
	background: #fec;
	border: 1px solid #986;
	margin-top: 1em;
}

#table-of-contents ol {
	list-style-type: upper-roman;
}

.notes, #jump-to-mover {
	font-size: .9em;
	color: #986;
	font-style: oblique;
}

#jump-to-mover	{
	float: right;
	padding-right: .5em;
}

#jump-to-mover a {
	color: #986;
}


#solution ul, #assembly ol {
	font-size: .9em;
	line-height: 1.25em;
}

#solution li, #assembly li {
	margin-top: .5em;
}

.list-item {
	font-weight: bold;
	font-size: 1.25em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#detail-pix {
	border: 1px solid #986;
	background: #fec;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#detail-pix img {
	border-width: 1px;
	margin: 0px;
	padding: 0px;
}

#illustration-wrapper {
	padding: .25em;
	background: #fec;
	border: 1px solid #986;
	text-align: center;
}

#illustration-wrapper img {
	cursor: e-resize;
}

#footer {
	margin-top: 1em;
	font-size: .75em;
	font-style: oblique;
	color: #986;
	border: 1px solid #986;
	background: #fec;
	text-align: center;
}