body {
	background-image: url(../test/images/tadelakt_bg.jpg);
	margin: 0px;
	background-position: centre;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 18pt;
	padding: 4px;
}
.para {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 18pt;
	padding: 4px;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 12pt;
	padding: 4px;
}
th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 12pt;
	padding: 4px;
	font-weight: bold;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 18pt;
	font-weight: bold;
	text-align: center;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	line-height: 14pt;
	margin: 4px;
}
.sitemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: lowercase;
	background-color: #FF9900;
}
table.main {
	background-color: #FFFFDD;
	border: 0px;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

/* thumbnail images with captions */
div.float {
	padding: 4px;
	background-color: #FFFFFF;
	margin: 1px;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 5px;
	width: 320px;
	float: left;
	height: 280px;
}
div.floatportrait {
	padding: 4px;
	background-color: #FFFFFF;
	margin: 1px;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	width: 213px;
	float: left;
	height: 320px;
	margin-right: 4px;
}
div.float p {
	text-align: center;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	letter-spacing: -2px;
}

/* legal notice text */
.copy {
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
}
