body {
	font-family: Verdana, Helvetica, Sans-Serif;
    background-color: #d5d6d7;
	font-size: 10pt;
}

h1 {
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	border: 1px solid #959596;
	color: white;
/*	text-decoration: underline;*/
	text-align: center;
	padding: 15px;
	margin: 0px 5px 10px;
	background: #347FC8;
    -moz-border-radius: 20px;
}

div.page {
	background-color: white;
/*	background-color: #FFFFCC;*/
	margin: 2px auto;
	padding: 10px 10px;
	border: 1px solid #959596;
    -moz-border-radius: 20px;
}

div.floatingbox {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: center;

	background-color: #FFDD7B;
	border: 1px solid #959596;
    -moz-border-radius: 20px;
}

div.floatingphoto {
	text-align: center;
	float: right;
	margin-right: 10px;
	margin-top: 1em;
	padding: 10px 10px;
	border: 1px solid #959596;
}

div.icons {
	text-align: center;
	margin: 1em;
/*
	background-color: #FFDD7B;
	border: 1px solid #959596;
	-moz-border-radius: 20px;
*/
}

div.contact {
	text-align: center;
	background-color: #c8eaff;
	border: 1px solid #959596;
	-moz-border-radius: 20px;
	margin: 10px 20px 0px 20px;
}

div.floatright {
	float: right;
}

div.floatleft {
	float: left;
}

img {
	border: 0px;
}
