body {
	background: #FCBF43 url(background.gif) no-repeat fixed left top;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	border: none;
	z-index: -3;
	}
#indietro a {
	margin-right: 6px;
	padding: 3px;
	font-weight: normal;
	text-transform: lowercase;
	margin-left: 30px;
	color: #486282;
	font-size: 8pt;
	text-decoration: none;
	}
#indietro a:link, #indietro a:visited {
	color: #486282;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
#indietro a:hover {
	color: #000000;
	background-color: #EBB921;
	}
#indietro a:active {
	color: #CA5202;
	}


h1, h2 {
	display: none;
	}
#pageHeader {
	width: 200px;
	background: #ECF0F4 url(images/galleria.gif) no-repeat left top;
	height: 30px;
	padding: 0px;
	margin: 25px;
	}

#container {
	position: absolute;
	width: 720px;
	margin: 0;
	top: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #ECF0F4;
	z-index: +1;
	height: 100%;
	left: 280px;
	}
#container ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;	
	}
div.imgcontainer{
	float: left;
	padding:0 6px 6px 0;
	background: url(dropshadow.jpg) no-repeat bottom right;
	margin: 2px;
}

div.imgcontainer img{
	position: relative;
	top: -5px;
	left: -5px;
	border:1px solid #ccc;
	border-color: #ccc #666 #666 #ccc;
	padding:5px;
	display: block;
} 



#lightbox{
	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(overlay.png);
	}

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