@CHARSET "US-ASCII";
html, body{
	height: 100%;
	font-family: Comic Sans MS;
	font-size: 10pt;
	margin: 0px;
	background-color: rgb(230,230,230);
}
a{
	text-decoration: none
	}
.divMain{
	background-color:rgb(239,129,205);
	border: white solid 2px;
	width: 1000px;
	margin:auto;
	padding: 5px;
	
}
.rigaTitolo{
	background-color:rgb(239,129,205);
	background-image:url(../images/titolo.png); 
	background-repeat:no-repeat;
	background-position: center center;
	height:77px; }
.divNews{
	height: 400px;
	background-color:white;
	margin: 0px  0px 0px 605px;
	overflow: hidden;
	}
div.notizia{
	font-size: 7pt;
	margin: 0px 10px 10px 10px;
	}
div.footer{
	clear:both
	}
/********* Offerte ******************/
div.offerta{
	float:left;
	width: 190px;
	margin: 15px;
}
.divOfferte{
	clear:both;
	height: 120px;
	overflow: hidden;
	background-color:white;
	margin: 5px  0px 0px 0px;
	background-image: url(../images/sfondoOfferta.jpg);	
	}
.divHome{
	width:600px;
	float:left;
	text-align:center;
	height: 400px;
	margin: 0px  0px 0px 0px
	}
div.menu{
	height: 30px;
	}
ul.menu li{
	list-style-type: none;
	text-align:center;
	line-height: 60px;
	border: solid 0px;
	margin: 0px;
	background-image:url(../images/pulsante.png);
	background-repeat:no-repeat;
	background-position:center center;
	}
a.menu{
	text-decoration: none;
	font-weight: bold;
	color:black;
}
a.menu:hover{
		text-decoration: none;
		font-weight: bold;
		color:red;
	}
ul.menu{
	margin:2px;
	padding:0px;
	}
hr{
	clear:both
}
.imgHome{
	margin:5px;
	}
.titolo{
	color: rgb(255,0,0);
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

.menuLeft{
	width: 150px;
	float: left;
	text-align:center
	}
.divContent{
	padding: 5px;
	border: white solid 2px;
	margin: 3px  100px 0px 150px;
	background-color: rgb(255,246,202);
}

table.contenuti{
	width:90%;
	margin:auto;
	table-layout: fixed;
background-image: url(../images/sfondoblocco.jpg);
background-repeat: repeat-y;
background-position: left;

background-color: white;
border: black solid 1px;
}

table.contenuti tr{
}
fieldset{
	background-color: rgb(255,246,202);
}
input.modulo{
	border: 0px ;
}
.guestbook{
		
	width: 500px;
	border: solid 1px;
	margin:auto;
	background-color: white;
	padding: 5px
	
}