body {
	background: white;
	color: #333;
	line-height: 1.3;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

h1
{
	line-height: 1;
	text-align: center;
	padding: 0 0 0.1em 0;
	font-size: 24pt;
	font-weight: bold;
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
}


img {
	border: none;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.intro {
	font-size: 18pt;
	font-weight: normal;
}

.proverb
{
	font-size: 9pt;
	font-weight: normal;
	padding: 10px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	margin: 40px 20px 20px 20px;
}

div.photo
{
	float: left;
	clear: right;
	padding: 10px;
	width: 170px;
}

div.photo p
{
	text-align: left;
	font-size: 8pt;
	font-family: "Geneva", Arial, Helvetica, sans-serif;
	margin: 0px;
}

div.photo img
{
	border-color: gray;
	border-width: 1px;
	border-style: dotted;
	padding: 1px;
}



p.photo_left
{
	clear: both;
	height: 170px;
	padding: 0px 20px 0px 10px;
}

p.photo_left img
{
	float: left;
	padding: 0px 20px 0px 20px;
}

p.photo_right
{
	clear: both;
	height: 170px;
	padding: 0px 20px 0px 10px;
}

p.photo_right img
{
	float: right;
	padding: 0px 20px 0px 20px;
}



#title {
	position: absolute;
	top: 0;
	left: 200px;
	height: 100px;
	right: 0px;
	background-color: black;
}


#logo
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100px;
	background: black url("img/saap_logo_black.jpg");
	background-position: center;
	background-repeat: no-repeat;
}


#navigation {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 200px;
	bottom: 0px;
	background-color: black;
	text-align: center;
}


#content
{
	position: absolute;
	top: 100px;
	left: 200px;
	bottom: 20px;
	right: 0px;
	background-color: white;
	padding: 40px 8% 140px 8%;
}

#footer
{
	position: fixed;
	left: 200px;
	top: auto;
	bottom: 0px;
	right: 0px;
	height: 20px;

	font-size: 10pt;
	font-weight: bold;
	
	text-align: center;
	color: black;
	font-family: "Geneva", Arial, Helvetica, sans-serif;
	background: white;

}

@media print {

	#navigation {display: none}
	body {
		margin: 0;
		padding: 0;
		background: white;
	}
	
	#logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 200px;
		height: 100px;
		background: white url("img/saap_logo_white.jpg");
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#content {
		left: 1em;
	}
}
