body {
/*	background-color: #1c1a0f; /* very dark brown */
	background-color: #887869; /* sand       */	
/*	background-color: #434D46; /* grey green       */
	margin: 0px;
/*	background-image:url(..diamond.jpg); */
	background-repeat: repeat;
}

#stuff {
	/* color: #ffffff; */
	color: #000000;
/*	background-color: #272B21; /* dark olive      */
	background-color: #434D46; /* grey green      */
/*	background-color: #33372c; /* olive           */
/*	background-color: #789872; /* light green        */
/*	background-color: #887869; /* sand       */	
/*	background-color: #8B786e; /* brown  */	
	position: absolute;
	width: 100%;
	height: 520px;
	left: 0px;
	top: 40px;
}

#homephoto {
	position: absolute;
	width: 780px;
	height: 520px;
	left: 140px;
	top: 0px;
}

#masthead {
	position: absolute;
	width: 780px;
	height: 100px;
	left: 140px;
	top: 0px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: absolute;
	width: 140px;
	height: 520px;
	left: 0px;
	top: 0px;
	padding-top: 120px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 40px;
}

#menu a {
	line-height: 18px;
	height: 18px;
	display: block;
	width: 110px; /* width of menu - padding-left */
	padding: 0px 0px 0px 10px; 
	margin-right: 0px;
/*	background-color: #33372c; /* olive link     */
/*	background-color: #789872; /* light green       */
	background-color: #887869; /* sands      */	
/*	background-color: #8B786e; /* brown */	
	text-decoration: none;
}
#menu a:link, #menu a:visited {
	color: #ffffff;            /* white          */
/*	color: #000000;            /* black          */
/*	background-color: #33372c; /* olive link     */
/*	background-color: #789872; /* light green      */
	background-color: #887869; /* sand      */	
/*	background-color: #8B786e; /* brown */	
	text-decoration: none;
}
#menu a:hover, #menu a:active {
/*	color: #000000;            /* black          */
	color: #ffffff;            /* white          */
	text-decoration: none;
/*	background-color: #494d42; /* olive hover    */
	background-color: #789872; /* light green       */
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #dddddd;
	background-color: #1c1a0f;
	position: absolute;
	left: 140px;
	top: 100px;
	width: 680px;
	height: 2400px;
	border-top-color:#272B21;
	border-top-style:solid;
	border-top-width: thin;
	padding-top: 40px;
	padding-left: 60px;
	padding-bottom: 15px;
	padding-right: 40px;
}

#content a {
	color: #789872;
}
