/* *******************************************************************************************************
   CONTENITORI GENERICI PER IL LAYOUT DELLA PAGINA
   *******************************************************************************************************/

html, body {
	margin:0px;
	padding:0px;
}

/* div esterni per centratura della pagina */
div#body-contents{
	float:left;
	width:100%;
}
div#body-header-top{
	float:left;
	width:100%;
}
div#body-header{
	float:left;
	width:100%;
}
div#body-footer{
	float:left;
	width:100%;
}
.wrapper{
	width:1000px;
	margin-left:auto; 
	margin-right:auto;
}

/* div principali per i contenuti */
div#main-contents{
	float:left;
	width:1000px;
	padding-top:10px;
	padding-bottom:10px;
}
div#main{
	float:left;
	width:1000px;
	min-height:360px;
	height:auto !important;
	height:360px;
}
div#main-home{
}
div#right{
	float:right;
	width:300px;
	margin-left:50px;
}

/* contenitori generici tarati sulle larghezze del sito */
.standard-container{
	float:left;
	width:1000px;
}
.standard-container-tab{
	float:left;
	width:774px;
}



