/* BASE sito */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009F12;
	background-image:url("images/bg01.jpg");
	background-repeat:no-repeat;
	background-position:top-left;
	margin: 0;
	background-color:#ffffff;
}
.tbl_gallery {
	margin:0 auto;
	width:540px;
	padding:4px;
}

.line {
	color:					#000000;
	clear:					left;
	padding:			10px;
	text-align:	justify;
}
.cell {
	float:					left;
	padding:				5px;
	margin:					5px;
	background-color:		#ffffff;
	width:					120px;
	height:					100px;
	border:1px solid #cccccc;
}
a, a:link, a:active, a:visited {
	font-family: 			Arial, Helvetica, sans-serif;
	color: 					#333333;
	font-weight: 			normal;
	text-decoration: 		none;
}
a:hover {
	font-family: 			Arial, Helvetica, sans-serif;
	color: 					#009F12;
	font-weight: 			normal;
	text-decoration: 		none;
}
.foto {
border:solid 1px #666666;
}
.foto a:hover {
	border:solid 1px #ff9900;
}
.photogallery {
	width:					120px;
	height:					100px;
	margin-bottom:			6px;
	margin-right:			6px;
	float:					left;
	text-align:				center;
}
a.photogallery img{

	margin-bottom:			5px;
	margin-top:				10px;

}

.photogallery a, .photogallery a:visited, .photogallery a:link, .photogallery a:active   {
	background-color:		#ffffff;
	border:			1px solid #CCCCCC;

	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	font-weight:			normal;
	
}
.photogallery a:hover{
background-color:		#143C00;
	color:					#ffffff;
	font-weight:			normal;
	border:			1px solid #cccccc;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	color:#0E6001;
	text-align:center;
}
.testo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	text-decoration:none;
	font-weight:normal;
	color:#333333;
	text-align:justify;
}
li {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:8px;
}
ul {
	margin-top:30px;
	margin-left:20px;
	padding:0;
}

.sidebar {
	clear:					left;
	float:					left;
	width:					20%;
	min-height: 			600px;
	height: 				auto !important;
	height: 				600px;

}
.content {
	margin-top:				50px;
	float:					left;
	width:					80%;
	min-height: 			600px;
	height: 				auto !important;
	height: 				600px;

}
.chiusura {
	clear:both;
}
.logo {
	margin: 20px;
	float: left;
}
