.testo1 {
	color: #99985B;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
.testo2 {
	color: #574831;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
.testo3 {
	color:#C8CEC6;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: bold;
}
.testo4 {
	color: #9C8368;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 14px;
}
.testo5 {
	color: #574831;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
a:link {
	color: #99985B;
	text-decoration: none;
}
a:visited {
	color: #99985B;
	text-decoration: none;
}
a:hover {
	color: #99985B;
	text-decoration: underline;
}
a:active {
	color: #99985B;
	text-decoration: none;
}
body {
	background-image: url(images/background.gif);
}
.border_top {
	border-top-color:#231f20;
	border-width:1px;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-top-style:solid;
	padding-top:10px;
}
#lightbox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightbox/overlay.png", sizingMethod="scale");
	}
.thumbnails{
	padding:2px;
	}