.section {
	margin: 8px;
	border: 1px solid #E0DCC3;
	background: #FFF;
	padding: 10px 16px;
	overflow: hidden;
}

.section .image-holder {
	text-align: center;
	width: 212px;
	padding: 0px;
	background: #FFF;
	border: 1px solid #FFF;
}

.section .image-wrapper {
	background: #D3D3D3;
	padding: 4px;
	border: 1px solid #D3D3D3;
	font-size: 85%;
	text-align: center;
	margin-bottom: 10px;
}

.section .image-wrapper .caption {
	display: block;
	color: #820B08;
	padding: 4px 2px 2px 2px;
	font-weight: normal;
	font-style: italic;
}

.section .image-holder img {
	border: 1px solid #D3D3D3;
}

.right-nowrap {
	padding-right: 260px;
	position: relative;
}

.right-nowrap .image-holder {
	position: absolute;
	right: 0; top: 0;
}

.left-nowrap {
	padding-left: 260px;
	position: relative;
}

.left-nowrap .image-holder {
	position: absolute;
	left: 0; top: 0;
}

.right-wrap {
	overflow: hidden;
}

.right-wrap .image-holder {
	float: right;
	margin: 0 0 10px 10px;
}

.left-wrap {
	overflow: hidden;
}

.left-wrap .image-holder {
	float: left;
	margin: 0 10px 10px 0;
}

/* --------------------- */

.section em {
	font-style: italic;
}

.section strong {
	font-weight: bold;
}

.section h2 {
	font-weight: bold;
	font-size: 135%;
	margin-bottom: 24px;
	height: 1em;
}

.section h2 a {
	color: #292929;
	text-decoration: none;
}

.section h2 a:hover { color: #000; text-decoration: underline; }

.section h3 {
	font-weight: bold;
	margin-bottom: 16px;
}

.section ul {
	margin-bottom: 16px;
}

.section ul li {
	background: url(../img/crumb.png) no-repeat 0 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	min-height: 14px;
	padding-left: 24px;
}
