#content_leftNav, #footer {	/* Clears out white background */
	background: none;
}

#contentBody {		/* For the background side navigation */
	min-height: 650px;
}

#content_container {	/* Background for side navigation */
	background-image: url(../images/side_spread.jpg);
	background-repeat: no-repeat;
}

/* Start image captions */

/* Additional Instructions
 * ----------------------------
 * Add style="float: right; width: ???" to define
 * the location and width of the caption box
 */
.image_caption {
	 margin: 0.75em;
	 padding: 0;
	 background-color: #CCC;
	 font-size: 87%;
}

.image_caption span {
	padding: 0.5em;
	display: block;
}

#contentBody img {
	margin: 0px;
	padding: 0px;
}
