body {
	/*	background-color: #ffffff; /* light blue */
	background-color: #ffffff; /* light blue       */
	/*	background-color: #f7b23b; /* orange       */
	margin: 0px;
	/*	background-image:url(..diamond.jpg); */
	background-repeat: repeat;
}

#stuff {
	/* color: #dce7f7; */
	color: #000000;
	/*	background-color: #5f7289; /* blue      */
	background-color: #f7b23b; /* orange     */
	/*	background-color: #ffffff; /* light blue           */
/*	background-color: #98b0d1; /* peach        */
/*	background-color: #98b0d1; /* blue       */	
/*	background-color: #98b0d1; /* brown  */	
	position: absolute;
	width: 100%;
	height: 720px;
	left: 0px;
	top: 44px;
}

#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: 720px;
	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: #abaaaa; /* grey link     */
/*	background-color: #faca9b; /* peach       */
	background-color: #4358b5; /* blue      */	
/*	background-color: #8B786e; /* brown */	
	text-decoration: none;
}
#menu a:link, #menu a:visited {
	color: #ffffff;            /* white          */
/*	color: #000000;            /* black          */
/*	background-color: #abaaaa; /* grey link     */
/*	background-color: #faca9b; /* peach      */
	background-color: #4358b5; /* blue      */	
/*	background-color: #8B786e; /* brown */	
	text-decoration: none;
}
#menu a:hover, #menu a:active {
/*	color: #000000;            /* black          */
	color: #ffffff;            /* white          */
	text-decoration: none;
/*	background-color: #abaaaa; /* grey hover    */
	background-color: #faca9b; /* peach       */
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #4358b5;
	background-color: #ccdbee;
	position: absolute;
	left: 141px;
	top: 101px;
	width: 680px;
	height: 1000px;
	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: #4358b5;
}
