body {
	text-align: center;
	background-color: #FFFFF;
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

h1 {color: #EF1C22;
	text-align:center;}

.red {color: #EF1C22;
	font-weight: bold;
}

.grey {color: #666;
font-size:16px;
	font-weight: bold;
}
#cont {
	width: 1000px;
	background-color: #fff;
	margin: 0 auto;
}

#testata {
	background: url(img/testata.jpg);
	height: auto !important;
    height: 200px;      
    min-height: 200px;  
    background-repeat: no-repeat;
	border-bottom: 2px solid #ccc;
}

#cont1 {
	background-color: #fff;
	height: auto !important;
    height: 300px;      
    min-height: 300px;  
   
}

#menu {
	width: 220px;
	float: left;
	/*border: 1px solid lime;*/
}

#menu p {padding-top: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #39A631;}

#menu a {
	text-decoration: none;
	color: #39A631;
}

#menu a:hover {color: #ccc;}

#testo {
	width: 778px;
	float: left;
	border-left: 2px solid #ccc;
	text-align: justify;
	height: auto !important;
    height: 400px;      
    min-height: 400px;  
   
	/*padding-top: 10px;
	/*border: 1px solid red;*/
}

#testo p, #testo ul, #testo h2 {margin-left: 20px;
	margin-right: 20px;}

#footer {
	width: 1000px;
	font-size:10px;
	border-top: 2px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

