.block {
	display: inline-block;
}

.clear {
	clear: both;
}

#land #content H1 {
	text-align: left;
	font-size: 18pt;
}

#land #content H2 {
	font-size: 16pt;
	text-align: left;
}

#land #content #pictures {
	float: left;
}

#land #content .text {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

#land #content .row .label {
	float: left;
	width: 150px;
}

#land #content .row .data {
	float: left;
	width: 300px;
}

#land #content #description .row .label {
	font-weight: bold;
}

#land #content #disclaimer {
	font-size: 8pt;
	text-align: center;
	margin-top: 12pt;
	margin-bottom: 12pt;
}

#land #content #agent {
	text-align: center;
	margin-top: 12pt;
	margin-bottom: 12pt;
}

#land #content #contact {
	margin-top: 18pt;
	margin-bottom: 18pt;
	text-align: center;
}