html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #666633;
	margin: 0;
	padding: 1em;
	color: #FFFFFF;
}

p {
	line-height: 20px;
	text-align: left;
	margin-top: 0;
	/* margin-bottom: 0; */
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin-top: 0;
	border-bottom: thin dotted #999966;
	width: 100%;
}

a, a:link {
	color: #ffff00;
}

a:visited, a:active {
	color: #ffff00;
}

a:hover {
	color: #333300;
	background: #999966;
}

.theDate {
	font-size: 1.3em;
	font-family: courier, monaco, monospace;
	font-weight: bold;
	padding-bottom: 0.2em;
}

div#nest {
	/* border: thin solid #FFFFFF; */
	width: 100%;
}


div#description {
	float: left;
	width: 49%;
}

div#pic {
	float: right;
	width: 49%;
	text-align: right;
}

.MrClear {
	clear: both;
}

div#nav {
	padding-top: 0.5em;
	/* border-top: thin dotted #999966; */
	text-align: left;
}

div#Footer {
	border-color: #999966;
}