/*******************************************************
	W3C Validated CSS document
	EDIT BELOW THIS LINE AT YOUR OWN RISK!!!!
 *******************************************************/

 body {
	background: url(../img/sfondo.jpg) #000000 top no-repeat;
	color: FFF;
	font-family: Arial, Verdana,Helvetica;
	font-size: 8pt;
	text-align: center; /* This forces elements center positioning on IE 6 */
	margin: 0;

}


#header {
	height: 295px;
	width: 1292px;
	margin: 0;
}

#container{
	width: 1292px;
	color:#333;
	margin: 0 auto;
}

#content {
	height: auto !important;
	height: 315px;
	/*margin: 0 0 0 300px !important;*/
	margin: 0;
	min-height: 315px;
	width: 438px !important;
	width: 435px;
	float: left;
}

#content table.home {
	/*margin: 0 0 0 300px !important;*/
	margin: 0 auto;
	width: 375px;
	font-size: 8pt;
	color: #FFF;
	background: #000;
	margin-top: 20px;
}

#content table.home tr td.titolo {
	border-top: 1px solid #fff;
	padding: 10px;	
}

#content table.home tr td.testo {
	padding: 10px;	
}

#content table.home tr td.archivio {
	border-bottom: 1px solid #fff;
	padding: 5px 10px 5px 10px;	
}


#content table.mailing{
	margin: 0 auto;
	width: 375px;
	font-size: 7pt;
	color: #fff;
	background: #000;
	margin-top: 20px;
	border: 1px solid #860415;
	font-weight: bold;
}

#content table.mailing tr td.titolo{
	padding: 10px;
	padding-left: 20px;
}

#content table.mailing tr td.testo{
	padding: 5px 10px 5px 20px;
	width: 25px;
}

#content table.mailing tr td.notabene{
	color: #860415;
	padding-left: 18px;
	padding-bottom: 10px;
}

#content table.mailing tr td.campi{
	padding: 5px 10px 5px 10px;
}

#content table.mailing tr td.campi input{
	border: 1px solid #2e246e;
	color: #2e246e;
}

#content table.mailing tr td.pulsanti{
	padding: 5px;
	padding-right: 18px;
}

#content table.mailing tr td.pulsanti input.btn{
	background: #860415;
	border: none;
	color:#fff;
}




/*#content form table.form tr td.campi input{
	border: 1px solid #ccc;
}

#content form table.form tr td.campi textarea{
	border: 1px solid #ccc;
	font-size: 8.5pt;
	color: #000;
	font-family: Arial, Verdana,Helvetica;
}

#content form table.form tr td p{
	color: #666;
	font-size: 8.5pt;
	padding-left: 35px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}

#content form table.form tr td.pulsanti{
	padding-right: 55px;
}*/



#rightside {
	float: right;
	height: auto !important;
	height: 294px;
	min-height: 294px;
	width: 854px;
}


#footer {
	width: 1292px;
	height: 120px;
	min-height: 120px;
	margin-top: 20px;
	height: auto !important; 
}




/*******************************************************
 *******************************************************/
