body{
	background-color: #ffde00;
	color: #2c2c2c;
	padding: 0;
	margin:0px;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1{
	margin:5px 0px;
	font-size: 1.2em;
}
h2{
	margin:5px 0px;
	font-size: 1.1em;
}
h3{
	color: Red;
	margin:20px 0px;
	font-size: 1.1em;
}
input, textarea{
	width: 250px;
	padding:2px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.mainContent{
	float: left;
	position:relative;
	margin:0px;
	padding:0px;
	width:696px;
	background-image: url(images/sfondo.jpg);
	background-repeat: repeat-y;
}
.colSx{
	width:228px;
	padding:0px;
	float:left;
}
.colMain{
	width:466px;
	float:left;
}
.colDx{
	width:1px;
	height:172px;
	margin:0px;
	padding:0px;
	float:left;
	background-color: yellow;
}
.logo{
	width:228px;
	height:172px;
	display: block;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
.menu{
	width:228px;
	padding:0px;
	background-color: #e7e4dc;
}
.mainHead{
	width:465px;
	height:172px;
	background-color: Fuchsia;
}
.mainHeadImage{
	width:462px;
	margin: 0px 3px 0 2px;
}
.mainTesto{
	margin:15px;
	width:435;
}
.footer{
	margin: 0px;
	padding: 0px;
	width: 696px;
	height: 10px;
	background-image: url(images/sfondo_footer.jpg);
	background-repeat: no-repeat;
}
.footer_testo{
	margin:10px 0;
	font-size: 1.1em;
	width:696px;
	text-align: center;
}
.pulisci{
	clear:left;
}
ul.menu{
	position:relative;
	width:228px;
	padding:0;
	margin:0;
}
ul.menu li{
	text-align:center;
	width: 228px;
	height: 14px;
	list-style:none;
	margin: 5px 0px;
	background-image: url(images/btn_menu.jpg);
}
.menu1{
	position:relative;
	width:228px;
	padding:0;
	margin:0;
}

.menu1_btn{
	width: 228px;
	height: 14px;
	list-style:none;
	margin: 5px 0px;
	background-image: url(images/btn_menu.jpg);
}
.menu1_btn_testo a{
	color: Black;
	margin-left: 25px;
	text-decoration: none;
}
.menu1_btn_testo a.selezionato{
	font-weight: bolder;
	font-size: 10px;
}
.searchresult{
	margin-top: 20px;
}
.boxStaff{
	width:435px;
	margin:5px 0;
	float:left;
	border:1px #e7e4dc solid;
}
.boxStaff a{
	text-decoration: none;
	border: 0px;
	color: Black;
}
.boxStaff_sx{
	width:100px;
	padding:10px;
	float:left;
}
.boxStaff_dx{
	width:295px;
	padding:10px;
	float:left;
}
.sfogliapagina{
	margin-top: 10px;
	text-align: center;
	width: 435px;
	height: 16px;
	float: left;
	vertical-align: middle;
}
.sfogliapagina a{
	color: Olive;
	font-weight: bolder;
	font-size: 1.2em;
	text-decoration: none;
}
.next .prev{
	text-decoration: none;
	font-size:1.1em;
}
.noview a{
	text-decoration: none;
	color: Aqua;
}

.titNews a{
	font-size: 1.2em;
	color: #2c2c2c;
}
.LinkNews{
	margin: 5px 0;
}
.LinkNews a{
	color: Olive;
	text-decoration: none;
}
.BackLink a{
	color: Olive;
	font-weight: bolder;
	font-size: 1.2em;
	text-decoration: none;
}

/* the news box */
#news
{
	width:228px;
	margin-top:20px;
	background:#F2F2F2;
}
#news a
{
	color:#000;
}
#news ul
{
	list-style: none;
	margin:0;
	padding:0;
}
#news li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:120px;
	overflow:hidden;
	position:relative;
	margin:0 0.5em 0 1em;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 0.5em 0 1em;
	padding:3px;
}
