/** Bone: 48 + 25 (+3) = 76 **/

/* This must be floated opposite to .float-wrap */
.clearfooter {
	clear: both;
	margin-top: 1em;
}
/* This can be floated left or right */
.second-float-rigid {
	float:right;
	width:25em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.second-float-rigid p {
	text-align: left;
}

.float-wrapper-rigid {
	float:left;
	width:76em;
	margin-top: 1em;
	margin-bottom: 1em;
	background-image: url(../_img/cut.png);
	background-position: 49em 0;
	background-repeat: repeat-y;

}
.rigid, .foaf-person {
	margin:0 auto;
	width:76em;
}
/* This must be floated opposite to .second-float */
.first-float-rigid {
	float:left;
	width:48em;
	margin-right: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
}
/* This must be floated opposite to .first-float */
.third-float-rigid {
	float:right;
	width:0;
} 

