html, body {
	margin: 0;
	padding: 0;
	background-color : #eff;
	color: #333;
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	text-align: justify;
	}

	
#nav {
	top: 0px;
	left: 0px;
	width: 140px;
	float: left;
	margin-left: -1px;
	padding: 8px 2px 8px 8px;
	}

#content {
	top: 0px;
	left: 0px;
	margin-left: 165px;
	padding: 8px;
	border-left: 1px solid #006;
	text-indent: 0;
	}

#content img {
	margin: 0 0 10px 0;
	}

#footer {
	background-color: #eff;
	color: #006;
	border-top: 1px solid #006;
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 2px 10px 0 0;
	}
	
#footer1 {
	position: absolute;
	left: 0;
	width: 25%;
	}
	
#footer2 {
	position: absolute;
	left: 25%;
	width: 50%;
	}
	
#footer3 {
	position: absolute;
	left: 75%;
	width: 23%;
	}
	
.closer {
	margin: 8px 0;
	}

.spacer {
	clear: both;
	}
	
.sitemap {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 3px;
	list-style-position: inside;
	background-color: #b6cfd6;
	}

.sitemap li {
	background-color: transparent;
	}

.highlight {
	background-color: pink;
	}

.highlight-plus {
	background-color: yellow;
	color: red;
	font-weight: bold;
	}	

.pastprod {
	position: relative;
	font-size: 0.9em;
	float: left;
	}

.pastprod img {
	float: left;
	border: 10px solid pink;
	}

.pastprod1 {
	position: relative;
	}
	
.pastprod2 {
	position: relative;
	left: 20px;
	}

.pastprod3 {
	position: relative;
	float: left;
	font-size: 0.9em;
	}

.pastprod3 img {
	float: left;
	border: 10px solid pink;
	}

.pastprod4 {
	position: relative;
	left: 100px;
	}

.clearleft {
	clear: left;
	}

.pastlist {
	font-size: 0.9em;
	line-height: 200%;
	list-style-type: none;
	}
	
.thumbs img {
	border: 10px;
	}

dd, dt {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	}

#content p+p {
	text-indent: 1.5em;
	}

