body {
	background-color: #CCCCCC;
	background-image: url(/images/sfondo.jpg); 
	background-repeat:repeat-x;
    font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
    color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	}
a {
	color:#FFFFFF;
}
.menu {
	padding:	0px;
	margin:		0px 0px 0px 15px;
}
.menu a {
	color:#FFFFFF;
	text-decoration: none; 
	}
	
.logo {
/*	height:64px; */
	text-align:center;
	}

.tab {
	width:1000px;
	}

.top {
	background: url(/images/top_1.jpg) no-repeat;
	width: 		1000px;
	height: 	256px;
	text-align: center;
	font-size:	0px;
	border-color:		#FFFFFF;
	border-width:		2px;
	border-style:	solid;
	}
.top:hover {
	background: url(/images/top_2.jpg) no-repeat;
	width: 		1000px;
	height: 	256px;
	text-align: center;
	font-size:	0px;
	border-color:		#FFFFFF;
	border-width:		2px;
	border-style:	solid;
	}

.title {
	background:	#666666;
	width: 		300px;
	height: 	30px;
	text-align: center;
	font-size:	24px;
	position:	absolute;
	top:		250px;
	left:		350px;
	right:		350px;
	border-color:		#FFFFFF;
	border-width:		2px;
	border-style:	solid;
	}

.left {
	font-size:			12px;
	color:				#FFFFFF;
	background-color:	#666666;
	background-image: 	url(/images/sfondo_menu01.jpg); 
	background-repeat:	repeat-y;
	text-align:			left;
	padding-left: 		10px;
	vertical-align: 	top;
	width: 				200px;
	border-color:		#FFFFFF;
	border-width:		2px;
	border-top-style:	solid;
	border-left-style:	solid;
	border-bottom-style:	solid;
	}

.body {
	width: 				800px;
	font-size:			12px;
	color:				#FFFFFF;
	background-color:	#666666;
	text-align:			left;
	border-color:		#FFFFFF;
	border-width:		2px;
	border-top-style:	solid;
	border-right-style:	solid;
	border-bottom-style:	solid;
/*	padding: 25px;
*/
	}

.right {
	vertical-align: top;
	width: 0px;
	}

.center {
	text-align: left;
/*	background-image: url(/images/sfondo_logo.gif); */
/*	height: 450px; */
	width: 700px;
	vertical-align: top;
	}

.lang {
	font-size: 	12pt;
	}
.lang a {
	font-size: 			12pt;
	text-decoration:	none;
	}

.titolo {
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	color: #FFFFFF;
	}

.top_image {
	height: 	304px;
	background: url(/images/top_1.jpg) no-repeat;
/*	padding: 1px 1px 20px 100px; */
	text-decoration:none;
}
.top_image:hover {
	height: 	304px;
	background: url(/images/top_2.jpg) no-repeat;
	padding-top: 	20px;
	padding-bottom: 304px;
	padding-left: 	500px;
	padding-right: 	500px;
	text-decoration:none;
}

.bottom, .bottom a {
	font-size:			9px;
	color:				#000000;
}

.gallery {
border-color:#999999;
border-style: solid;
border-width: 1px;
}
.gallery:hover {
border-color:#999999;
border-style:solid;
border-width: 1px;
}

#gallery_photo_bg {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
/*	z-index: 9999;
*/
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
/*	padding: 10px; 
*/
	opacity: .70;
	filter: alpha(opacity=70);
}

