/* Small, captioned images. */
.imgbox {
	float: left;
	text-align: center;
	width: 210px;
	height: auto;
	margin: 4px;
	margin-bottom: 8px;
	padding: 0px;
}
.imgbox img {
	display: inline;
	border: 1px solid #ffffff;
	margin: 3px;
	width: 200px;
	height: 164px;
}

/* Turn off wrapping for some elements. */
h1 {
	clear: both;
}
h2 {
	clear: both;
}
h3 {
	clear: both;
}
h4 {
	clear: both;
}
br {
	clear: both;
}

/* Code examples */
p.code {
	white-space: pre;
	font-family: "Courier New", Monospace;
	font-size: 90%;
}

/* Indented images */
img.indent {
	position: relative;
	left: +50px;
}