@charset "utf-8";
body  {
	font: 100% Verdana;
	background-image: url(images/sfondo1.jpg);
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#container { 
	width: 971px;  
	/*background-image: url(images/sfondo.jpg);*/
	background:#FFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; 
} 

#header { 
	margin: 0;
	/*background-image: url(images/sfondo.jpg);*/
	background:#FFF;
} 

#sidebar1 {
	float: left;
	width: 150px;
	height: 100%;
	/*background-image: url(images/sfondo.jpg);*/
	background:#FFF;
	padding: 15px 0;
	font: 100% Comic Sans MS;
	font-size: 10pt;
}

#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 0px solid #999;
	}

#sidebar1 ul li {
	position: relative;
	}

#sidebar1 li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	width: 150px;
	}
	
#sidebar1 li ul li a:hover {
	background-image: url(images/push2sm.jpg);
	}
	
#sidebar1 li ul li a {
	background-image: url(images/push1sm.jpg);
	}

#sidebar1 ul li a:hover { 
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	text-align:center;
	text-decoration: none;
	color: #ffffff;
	background-image: url(images/push2.jpg);
	}

#sidebar1 ul li a {
	display: block;
	text-align:center;
	text-decoration: none;
	color: #ffffff;
	background-image: url(images/push1.jpg);
	padding: 5px;
	height: 40px;
	border: 0px solid #999;
	border-bottom: 0;
	}
	
li.tempsma1 {
	line-height:40px;
	}

li.tempsma2 {
	line-height:20px;
	}
	
/* Fix IE. Hide from IE Mac \*/
#sidebar1 * html ul li { float: left; height: 1%; }
#sidebar1 * html ul li a { height: 1%; }
/* End */

#sidebar1 li:hover ul{
	display: block;
	}

#mainContent { 
	width: 791px;
	/*background-image: url(images/sfondo.jpg);*/
	background:#FFF;
} 

#mainContent1 { 
	margin: 0 0 0 170px; 
} 

#mainContent h1 {
	margin: 0;
	padding: 0;
	font-size: 20pt;
	color: #00F;
}

#mainContent h2 {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	color: #00F
}

#mainContent h3 {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	color: #00F
}

#mainContent p {
	margin: 0; 
	font-size: 10pt;
	text-align:justify;
}

#footer { 
	padding: 0 10px;
	padding-left: 100px;
	background:#EEEEEE;
	font-size: 7pt;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.image{
	padding-right:15px;
	padding-bottom:15px;
}

img {
border:none
}

