/* These CSS rules should be used for giving some
   highlight to a section of text and/or illustration. */

div.illstrtn-and-text, div.only-text {
	float: none;
	clear: both;
	width: 90%;
	margin-left: auto;
	margin-right: auto
}

div.illustration {
	float: left;
	width: 100px;
	margin-left: 5%;
	margin-right: auto
}

div.text {
	float: right;
	width: 70%;
	margin-left: auto;
	margin-right: 5%
}

/* ## Part 2 ## */

div.illstrtn-and-text blockquote {
	clear: right;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0
}

div.illstrtn-and-text blockquote p {
	text-indent: 0
}

blockquote:before {
	display: inline;
	content: '\00201C';
	color: green;
	font-weight: bolder
}

blockquote:after {
	display: inline;
	content: '\00201D';
	color: green;
	font-weight: bolder
}