body {
	text-align: left;
	font-family:  arial, sans-serif;
	margin: 0; /*  buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	font-size:100%;
	line-height:1.125em;
	color: #990000;
	background-color:#890317;
}

table{
	 empty-cells: show;
}

td {	
	font-family:  arial, sans-serif;color: #fff;font-size:80%;line-height:1.25em;
}

A:link {
	COLOR: #fff; text-decoration: underline;
}
A:visited {
	color:#fff; text-decoration: underline;
}
A:active {
	COLOR:#fff; text-decoration: underline;
}
A:hover {
	COLOR: #fff; text-decoration: underline;
}

#contenitore {
	margin-left: auto;
	margin-right: auto;
	width:98%;
	text-align: left;
	
	padding-right: 11px;
	padding-left: 11px;
	
	
}

#sinistra {
	margin-top: 10px;
	float: left;
	width: 190px;
	
	border-right-width: 1px solid #999999;
	
	
}



#content {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 190px;
	padding: 10px;
	border-left:#ccc dotted 1px;
	border-right:#ccc dotted 1px;
	font-family: arial, sans-serif;
	margin-right: 10px;
	color: #990000;
	background-color:#fff;
}




#footer {
	height: 20px;
	clear: both;
	text-align: center;
	padding-top:10px;
	color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-size: 0.68em;
	background-color: #990000;
}
#footer A:link {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; text-decoration: underline;
}




#content p {
  margin-top:15px; margin-bottom: 15px;
  font-size: 0.80em;
  color: #990000;
}

