
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;
	background-color: #CFD7E2;
	
	
}

div#container
{
	 width:782px;
	 margin:0 auto; 
    text-align:left;
	 background-color: White;
	 
	 
}

div#header
{
	text-align: left;
	width: 100%;
}

div#content
{
	float:left; 
	width:490px; 
	margin-left:15px;
	/*background-color: Aqua;*/
	
}

div#sidebar
{
float:left;
width:255px;  
overflow: hidden;
padding-left:10px;
height: 100%;

}

div#sidebar2
{
float:right;
width:180px;  
overflow: hidden;

height: 100%;
}

div#footer
{
	clear: both;
	width:781px;
	margin-top:0px;
	text-align: center;
}

div#container .bloccoPagineCms
{
	
}


.clear_tricks
{
	clear: both;
	overflow: hidden;
	height: 1px;
}


