BODY {
	margin:0;
	padding: 0;
	FONT-SIZE: 12px;
	text-decoration: none;
	background-image: url('sfondo.jpg');
	background-repeat:repeat-x;
	BACKGROUND-COLOR: #006600;
	font-family:verdana;

}

#sfondo {
	margin:0 auto 0 auto;
	width:754px;
    overflow:hidden;
	background-image: url('sfondo.jpg');
	background-repeat:repeat;
}

#CONTENITORE {
	margin:0 auto 0 auto;
	width:960px;
    overflow:hidden;
    BACKGROUND-COLOR: #FFF;
}

/* INIZIO HEADER  */

#CONTENITORE_header {
	margin:0 auto 0 auto;
	width:960px;
	height:150px;
	background-image: url('header.jpg'); 
}

#MENU_header {
	margin:0 auto 0 auto;
	width:960px;
	height:30px;
	background-image: url('sfondo_menu.jpg'); 
	float:left;
}

#spazio_header {
	margin:0 auto 0 auto;
	width:100%;
	height:2px;
	BACKGROUND-COLOR: #003366;
	float:left;
}


.link_menu {
font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
font-size: 16px;
display: inline;
color:#FFF;
text-decoration: none;
padding-left:20px;
}

.link_menu:hover {
font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
font-size: 16px;
display: inline;
color:#F06500;
text-decoration: none;
}

#voce_menu_laterale {
float:left;
width:190px;
height:25px;
background-color:#DDD;
margin-top:2px;
font-family:verdana;
font-size:13px;
color:#808080;
}
#voce_menu_laterale:hover {
float:left;
width:190px;
height:25px;
background-color:#EEE;
margin-top:3px;
font-family:verdana;
font-size:13px;
color:#006600;
}

.evento{
display:block;
font-family:verdana;
font-size:13px;
color:#808080;
text-decoration: none;
}
.evento:hover{
color:#006600;
text-decoration: none;
}

/* COLONNA SINISTRA  */

.h1navbar {
font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
margin:0;
font-size: 12px;
font-weight: bold; 
display: inline;
}