/* CSS Document */
body
{
	width:1003px;
	height:auto;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#666666;
}

#pagina
{
	width:1003px;
	height:auto;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(../images/sfondo.jpg);
	background-repeat:no-repeat;
	background-color:#222222;
}

#testa
{
	width:1003px;
	height:305px;
	background-image:url(../images/testata.jpg);
	background-repeat:no-repeat;
	float:left;
}

#sottotestata
{
	width:1003px;
	height:25px;
	background-color:#E50F89;
	float:left;
}

#Contentsottotestata
{
	height:25px;
	background-color:#E50F89;
	float:right;
	line-height:15px;
}

#contenitore
{
	width:1003px;
	height:auto;
	margin-top:30px;
		margin-bottom:30px;
	background-image:url(../images/pallini_contenuto.png);
	background-repeat:repeat-y;
	float:left;
}

#menu_sx
{
	width:159px;
	height:auto;
	float:left;
}

#cont_menu_sx
{
	width:137px;
	height:auto;
	float:left;
	padding-left:11px;
}

#contenuto
{
	width:685px;
	height:auto;
	float:left;
}

#cont_contenuto
{
	width:645px;
	height:auto;
	float:left;
	margin-left:20px;
	/*background-color:#FFFFFF;*/
}

#menu_dx
{
	width:159px;
	height:auto;
	float:left;
}

#cont_menu_dx
{
	width:137px;
	height:auto;
	float:left;
	padding-left:11px;
}

#piede
{
	width:1003px;
	height:40px;
	clear:both;
	background-image:url(../images/piede.jpg);
	background-repeat:no-repeat;
	background-color:#E50F89;
}

#bk_div
{
	width:645px;
	height:auto;
	float:left;
	padding:0,0,0,0;
	background-color:#FFFFFF;
}
#separatore
{
	width:645px;
	height:41px;
	float:left;
	background-image:url(../images/pallini_separatori.gif);
	background-repeat:no-repeat;
}


