body {
	background-color: #e7e6e6;
	margin: 20px;
	padding: 0;
	font-size: 0.9em;
	font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
	color: #888;
	text-align: center;
}

h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 0.9em;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 16px 0;
	padding: 0;
	/*text-indent: 2.5em;*/
}

.content>p+1 {
	margin: 20px 0 16px 0;
}

a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-width: 600;
	text-decoration: none;
}

a:link {
	color:teal;
}

a:visited {
	color:teal;
}

a:hover {
	background-color: #bbb;
}

.content {
	position: relative;
	width: auto;
	min-width: 120px;
	margin: 0 10px 20px 252px;
	border: 1px solid black;
	background-color: white;
	padding: 10px;
	z-index: 3;
}

#navleft {
	position: absolute;
	width: 210px;
	top:20px;
	left: 20px;
	font-size: 0.9em;
	border: 1px dashed black;
	background-color: white;
	padding: 10px;
	z-index: 2;
}

