/* CSS Document */

body {
	color: #7EB01D;
	font-family: Verdana, arial ,sans-serif;
	font-size: 14px;
	font-weight:800;
	text-align:left;
	background-color:#e7e998; /*verde chiaro*/
	text-align:center;
}

body img {
	margin: 5px;
}

div#contenitore_esterno {
	position: relative;
	width: 785px;
	margin: 0 auto;
}

div#contenitore {
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #7eb01d; /*verde scuro*/
	margin: 0 auto;
	/*border: 10 px solid #7eb01d;*/
}

div#top{
	background-color: #7eb01d;
	height:15px;	
}

div#intestazione {
	position: relative;
	height: 160px;
	background-color:#e7e998;
	margin-left: 15px;
	margin-top: 0px;
	width:755px;
	text-align:center;
}

div#colonna_sinitra {
	margin-left: 15px;
	margin-right: 15px;
	position: absolute;
	top: 188px;
	left: 0;
	width: 170px;
	padding: 2px;
}

div#corpo_centrale {
	background-color:#e7e998;
	padding: 0px 5px;
	margin: 15px 15px 5px 200px;
	text-align: left;
	min-height: 578px;
	padding:10px;
}



.box{
	margin-bottom:15px;
	background-color:#e7e998;
}

div.box ul{
	list-style:none;
	margin:0 0 0px 2px;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
}

.box a:hover{
	text-decoration: overline;
}

.titolo{
	text-align:center;
	color:#9D1E33;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 700;
}

div#pedice {
	position: relative;
	text-align: center;
	padding: 5px;
	width: 745px;
	height: 120px;
	text-align: center;
	background-color:#e7e998;
	font: 10px Georgia, Times, Serif;
	margin-top: 15px;
	margin-left: 15px;
}

div#bottom{
	background-color: #7eb01d;
	height:15px;	
}