.layout
{
	position: relative;
	z-index: 0;

	background: url(/static/threeColumnMiddleBackground.png) top left no-repeat;
}

/* ------[ SECTION ]------ */

.section
{
	width: 210px;
	min-height: 550px;
	float: left;

	background: url(/static/sectionBackground.png) top left no-repeat;
	text-align: right;
}

.section .header
{
	position: relative;
	height: 90px;
}

.section .body
{
	padding: 20px 20px 20px 20px;
}

/* ------[ CONTENT ]------ */

.content
{
	width: 750px;
	min-height: 550px;
	float: left;

	background: url(/static/threeColumnMiddleContentBackground.png) top left no-repeat;
}

.content .header
{
	position: relative;
	height: 90px;
}

.content .body
{
	padding: 30px 0px 20px 20px;
	min-height: 310px;

	text-align: justify;
	line-height: 1.6em;
}


