/* CSS Document */

body {
 background-color: teal;
 margin: 20px;
 padding: 0;
 font-size: 1.0em;
 font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
	color: #888;
	font-size: 1em;

}
h2 {
 font-family: verdana, arial, helvetica, sans-serif;
 margin: 0 0 5px 0;
 padding: 0;
 font-size: 1.1em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 16px 0;
	padding: 0;


}
/*
.content>p {
 margin: 0;
}
.content>p+p {
 text-indent: 30px;
}
*/
a {
	color: teal;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;

}
a:link {
 color: teal;
}
a:visited {
 color: teal;
}
a:hover {
 text-decoration:underline;
}
/* All the content boxes belong to the content class. */
.content {
 position: relative;
 width: auto;
 min-width: 120px;
 margin: 0 210px 20px 170px;
 border: 1px solid black;
 background-color: white;
 padding: 10px;
 z-index: 3;
}
#navleft {
	position: absolute;
	width: 128px;
	top: 20px;
	left: 20px;
	font-size: 1.1em;
	border: 1px dashed black;
	background-color: white;
	padding: 10px;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#navright {
 position: absolute;
 width: 168px;
 top: 20px;
 right: 20px;
 border: 1px dashed black;
/* background-color: #eee;*/
 background-color: #fff;
 padding: 10px;
 z-index: 1;
}
