/******************** inizio GENERICI ************************/
body{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#1E2B03;
}

p{
	margin:0px;
	padding:0px;
}

a#uno:link {
	color: #035731;
	text-decoration:underline;
}

a#uno:hover {
	color: #035731;
	text-decoration:none;
}

a#due:visited {
	color: #035731;
	font-size:12px;
}

a#due:link {
	color: #035731;
	text-decoration:underline;
}

a#due:hover {
	color: #035731;
	text-decoration:none;
}

a#uno:visited {
	color: #035731;
	font-size:10px;
}

#indirizzo {
	color: #ffffff;
	font-size:11px;
}
a:link {
	color: #ffffff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #ffffff;
}

a:visited {
	color: #ffffff;
	text-decoration:none;
}

#container{
	width:760px;
	margin:auto;
	
}

#top{
	background:#ffffff url(../images/background/back_top.gif);
	height:119px;
}

#menu{
	background:#D1EF94 url(../images/background/back_menu.gif);
	height:47px;
}

#body{
	background:#ffffff url(../images/background/back_centro.gif);
	background-repeat:repeat-y;
	height:100%;
}

#bottom{
	background:#ffffff url(../images/background/back_bottom.gif);
	height:17px;
	color:#357939;
	font-size:11px;
}

#sx{
	width:516px;
	float:left;
}

#dx{
	width:243px;
	float:left;
}

#text{
	padding-left:30px;
	padding-right:30px;
}

#footer{
	background-image: url(../images/background/back_footer.gif);
	background-repeat:no-repeat;
	height:99px;
	font-size:11px;
	color:#216B45;
}
