body {
	background-color: #ffffee;
	margin: 0;
	font-family: "Century Schoolbook", Century, "new century schoolbook", "Century Schoolbook L", times, serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #286177;
}

a:visited {
	color: #652877;
}

a:hover {
	border-bottom: 1px dotted;
}

a:active {
	color: #8ecae0;
	border: none;
	outline: 0;
}

h1 {
	margin: 0;
}

h2, h3 {
	margin: 0;
	margin-top: 0.75em;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.3em;
}

p {
	margin: 0;
	margin-bottom: 1em;
}

#contact {
	margin-left: 1em;
}

#contact p {
	margin-left: 1em;
}

#contact_gpg {
	font-family: Courier, "Courier New", monospace;
	font-size: 0.9em;
}

#gpg_explanation {
	font-size: 0.9em;
	font-style: italic;
}

#header {
	height: 135px;
	width: 100%;
	margin: 0;
	background: #3a7728;
	background-image: url(images/forest.jpg);
	background-repeat: repeat-x;
}

.replace {
	position: absolute;
}

.hidden {
	text-indent: -9000px;
}

#arboris {
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 25px;
	width: 364px;
	height: 91px;
	background-image: url(images/arboris.png);
	background-repeat: no-repeat;
}

#leaf {
	display: block;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	width: 74px;
	height: 110px;
	background-image: url(images/leaf.png);
	background-repeat: no-repeat;
}

#content {
	clear: both;
	color: #142a0e;
	width: 35em;
	min-height: 600px;
	margin-left: 2em;;
	margin-top: 1em;
}
