/* BOX MODEL */
body 	{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif, serif;
	color: #000;
	background-color: #ccc;
}

/* TOP */								
div#header {
	margin: 0px;
	padding: 0px;
	background: url("../grafica/bg_top.gif") repeat-x top right transparent;
}	


#header a, #header a img {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

#header #logodx {
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;	
}

/* CONTENITORI */
div#container	{
	margin: 0px;
	background: url(../grafica/bg_container_sx.gif) repeat-y top left #fff;
}		
div#container2	{
	margin: 0px;
	background: url(../grafica/bg_container_dx.gif) repeat-y top right transparent;
}

/* MENU 1 livello  - vedi details.css */


/* MENU 2 livello - vedi details.css*/


/* MENU 3 livello */
div#menu3liv {

}		

/* CONTENUTO corpo */
div#content {
	margin-left: 181px;
	padding: 0 10px 10px 10px;
	line-height: 150%;
}

/* trucchetto boxmodel */
#cleardiv {
	clear: both;
	height: 1em;
}

/* FOOTER */
div#footer {
	clear: both;
	margin: 0px;
	padding: 4px 0;
	text-align: center;
	background-color: #24298E;
	font-size: 11px;
}		

div#footer a{
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}
