/****stili struttura principale****/
body
{
	margin: 0px;
	font-size: 14px;
	font-family: 'Trebuchet MS','Trebuchet-MS',Trebuchet,Arial;
	background-color: #e20a17;
}

a, a:hover
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #ccc;
}

#container
{
	width: 100%;
	height: 100%;
	background-image: url(../immagini/grafica/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#mainContent
{
	margin: 0px auto;
	width: 971px;
	height: auto;
	overflow: hidden;
}

#body
{
	overflow: hidden;
	background-color: #ffffff;
	margin: 0px 8px;
}

#left
{
	float: left;
	width: 250px;
	
}
/****fine struttura principale****/

