body {
	background-color: #3a5f5f;
	margin: 0;
	padding: 0;
	font-family: verdana,geneva,arial,sans-serif;
	color: #fff;
	}

p, td { 
	font-family: verdana,geneva,arial,sans-serif;
	color: #fff;
	}

strong { font-weight: bold;} /* for NN4.x */

.greenborderhome { /* puts lt green border around detail jewelry images (no bottom margin) - home page */
	border-top: 1px solid #557272;
	border-bottom: 1px solid #557272;
	border-left: 1px solid #557272;
	border-right: 1px solid #557272;
	margin: 5px 5px 0px 5px;
	}
	
.greenborder { /* puts lt green border around jewelry images - NN4+ doesn't like border shorthand version */
	border-top: 1px solid #557272;
	border-bottom: 1px solid #557272;
	border-left: 1px solid #557272;
	border-right: 1px solid #557272;
	margin: 5px 5px 10px 5px;
	}
	
.greenborderdetail { /* puts lt green border around jewelry images on detail pages (no margins) */
	border-top: 1px solid #557272;
	border-bottom: 1px solid #557272;
	border-left: 1px solid #557272;
	border-right: 1px solid #557272;
	}
	
.pad { /* for thumbnail tables cell padding - also pads text above thumbnail tables */
	padding: 5px;
	margin: 0;
	}

.caption { /* under home page "featured" photo */
	font-family: verdana,geneva,arial,sans-serif;
	color: #abd2d1;
	padding: 0px 4px 0px 4px;
	margin-top: 0px;
	}


/*-- links -----------------------------*/
a { text-decoration: none; color: #7a9b9b;}
a:hover { color: #e1a952; text-decoration: underline;}


/*-- ids & classes -----------------------------*/
.cellbuffer {
	padding: 0px 7px 0px 7px;
	}
	
#footer { 
	text-align: right;
	color:#7a9b9b;
	font-family: verdana,geneva,arial,sans-serif;
	}
/* #footer a { color: #e1a952;} */