#navlist  {
	background: #fff url(../../img/bg-nav-top.gif) repeat-x 0 0;
	text-align: center;
	font-size: 80%;
	padding: 10px 0 10px 0;
	margin: 0px 10px 20px 10px;
	border-bottom: 1px dashed #CC9900;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

#navlist a:link, #navlist a:visited {
 color: #B78900;
 text-decoration: underline;
}

#navlist a:hover {
 color: #000;
 text-decoration: none;
}

.lightbox_samples {
	border: solid #f1f1f1;
	border-width: 5px 0;
	text-align: center;

}
.lightbox_samples img {
	padding: 5px;
	border: 1px solid #f1f1f1;
}
#pContent em {
	font-style: italic;
	font-weight: normal;
}


