.textContent { color: #515151; }	/* dark grey */
.textHighlight1 { color: #93ab39; }	/* green */
.textHighlight2 { color: #000000; }	/* black */
.textSubdued { color: #a8915d; }	/* dark cream */
.thumb {
	background-color: #e7e2cf;		/* even lighter cream */
	background-image: url(/gallery/bg_thumb3.1_murphy.gif);
}
.thumb:hover {
	background-color: #a8915d;		/* dark cream */
}
body {
	background-color: #d8d1b4;		/* light cream */
	color: #000000;
}
#gallery a:hover span.tip {
	background-color: #e7e2cf;		/* even lighter cream */
}
ul {
	background-color: #d8d1b4;		/* light cream */
}
a {
	color: #806e46;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;	
}
div, span {
	border-color: #000000;			/* black */
}
div a:hover {
	background-color: #93ab39;		/* green */
}
img {
	background-color: #a8915d;		/* dark cream */
}
h2, h3 {
	color: #515151;
}
#navMenu, #themeMenu li ul {
	background-color: #e7e2cf;		/* even lighter cream */
	border-color: #a8915d;			/* dark cream */
}
#lightbox {
	background-color: #e7e2cf;		/* even lighter cream */
}
#overlay {
	background-color: #d8d1b4;		/* light cream */
}