html * { 
    margin: 0; 
    padding: 0; 
}
 
body {
	background-attachment: fixed;
	background-image: url(../images/sfondo.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

img{
	border:none;
}

#contenitore {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#top {
	height: 230px;
	width: 940px;
	background-color: #FFF;
	margin-left: 20px;
	padding-top: 10px;
	padding-left: 10px;
}

#centro {
	width: 970px;
	position: relative;
} 

#cerca {
	width: 710px;
	position: relative;
	background-color: #CCC;
	height: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 5px;
}

#news {
	width: 710px;
	position: relative;
	background-color: #FFF;
	margin-left: 20px;
}

.titolonews {
	position: relative;
	margin-left: -17px;
	background-image: url(../images/segna.png);
	background-repeat: no-repeat;
	height: 70px;
	padding-left: 160px;
	color: #006699;
	font-weight: bold;
	font-size: 20px;
}

.testonews {
	position: relative;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	text-align: justify;
}

#sinistra {
	width: 730px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

#destra {
	width: 239px;
	position: absolute;
	background-color: #FFF;
	min-height: 100%;
	bottom: 0px;
	right: 0px;
	top: 0px;
}

#footer {
	width: 950px;
	position: absolute;
	background-color: #CCC;
	height: 20px;
	margin-left: 20px;
	text-align: center;
	padding-top: 5px;
} 

#menu {


} 

#menu UL {

}

#menu UL LI {
	display : block;
	list-style-type : none;
	font-size: 30px;
	width: 178px;
	color: #FFF;
	padding-left: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	height: 50px;
	background-image: url(../images/sfmenu.gif);
	background-repeat: repeat;
}

#menu UL LI A {
	color : #FFF;
	text-decoration: none;
}

#menu UL LI A:hover {
	border-top-width : 0;
	border-left-width : 0;
	border-bottom-width : 0;
	color : #FC0;
	border-right-width : 0;
	font-weight: bold;
	text-decoration: none;
}

.img_left {
	float: left;
	padding-right: 15px;
}

.img_right {
	float: right;
	padding-left: 15px;
}


#ilform {
	text-align: right;
	padding: 30px;
}

.campi {
	width: 250px;
	color: #00A4E3;
	font-size: 14px;
	border-style: solid;
	border-color: #CCC;
	border-width: 1;
	background: #FFF;
}

a.menu_link:active,a.menu_link:visited,a.menu_link:link{
	text-decoration: none;
	color: #000;
}
a.menu_link:hover{
	color: #006699;
	text-decoration: none;
}
