html,body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/sfondo_nero.gif);
	background-repeat: repeat-x;
}
.centro{
	background-image: url(../images/sfondo_body.gif);
	background-repeat: repeat-y;

}

#flash_intro{
	margin-left:180px;
	margin-top:5px;
}
#box_nero {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	position:relative;
	left:0px;
	top:80px;
	height:310px;
	z-index:1;
}

#box_foto {
	position:relative;
	left:170px;
	top:80px;
	width:145px;
	height:310px;
	z-index:1;
	background-color: #FFFFFF;
}
#menu_home{
	position:relative;
	left:50px;
	width:120px;
	z-index:103;
}
#menu_home ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu_home li{
	list-style:none;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	
}
#menu_home  a{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#menu {
	background-repeat: repeat-y;
	width:120px;
	height:260px;
	z-index:101;
	text-align:left;
	background-color: #bbbdc1;
	padding-top: 50px;
}
#menu ul{
	margin:0px;
	padding:0px;
}
#menu li{
	list-style:none;
	padding-top:2px;
	
}
#menu a{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#dc4448;
	text-decoration:none;
}
#main {
	position:relative;
	width:360px;
	height:250px;
	z-index:103;
	color:#FFFFFF;
	font-size:9px;
	padding:20px 40px 20px 20px;
	text-align:justify;
	background-image:url(../images/logo.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#main a{
	color:#FFFFFF;
	text-decoration:none;
}
#main a:hover{
	text-decoration:underline;
}
#main_titolo{
	position:absolute;
	top:15px;
	left:25px;
}
#main_testo{
	position:absolute;
	top:65px;
	width:360px;
}
#footer {
	width:720px;
	font-size:9px;
	color:#666666;
}
/*celle footer*/
#footer_1{
	float:left;
	width:95px;
	text-align:right;
}
#footer_2{
	float:left;
	width:140px;
	padding-left:5px;
}

/*formattazione testo*/
.link{
	text-decoration:none;
}
/*eventi e news*/
.tblAllnews{
	width:360px;
}
.newsTitle{
	font-weight:bold;
	text-decoration:none;
}
/*pagina link*/
.newsSelectedpage,.linkbig{
	color: red;
	font-weight:bold;
}
.paginalink{
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
/*input */
.text{
	border-bottom:1px dotted white;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:11px;
}

textarea{
	background-color:#000000;
	color:#FFFFFF;
	border:1px dotted white;
	width: 300px;
	height:60px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
button{
	border:1px dotted black;
	color:#000000;
	background-color:#FFFFFF;
}

/*menu*/
#dropmenudiv{
	position:absolute;
	margin-left:-2px;
	border-bottom-width: 0;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #F5D623;
	letter-spacing: 1px;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #F9F328;
}

/*news module*/
.newsTitle, .newsBody{
	font-size:9px;
	color: white;
}
