/* CSS Document */
html,body{
	margin:0;
	padding:0;
}
body{
   /*font: 100.01% "Trebuchet MS",Verdana,Arial,sans-serif;*/
   margin-top: 20px;
   background-color: #FFFFFF;
   background-image: url(../img/bg.png);
   color: #555;
   text-align:center;
}

#container{
	width: 907px;
	margin: 0 auto;
	/*background: url(../img/3col_1.jpg) repeat-y;*/
	text-align: left;
}

#header{
	background-color: #FFFFFF;
}

#header #top_left #top_left_content{
    float:left;
	width:221px;
	text-align: left;	/*background-color: #C3C3C3;*/
	padding-right:14px;
}

#header #top_right #top_right_content{
    float:right;
	width:672px;
	text-align: left;	/*background-color: #C3C3C3;*/
}

#main{
	float:right;
	width:670px;
	background: url(../img/bg_main.jpg) repeat-y;
	padding-top:20px;
}
#content_struttura{
	float:left;
	width:423px;
	/*height:400px;*/
	text-align: left;	/*background-color: #C3C3C3;*/
	background-color:#FFFFFF;
	
	padding-right: 16px;
	padding-left:16px;
	
	height: auto !important;  
    height: 670px;      /*  IE5.x i IE6 */
    min-height: 670px;  
}
#nav{
	float:left;
	padding-top:15px;
	/*clear:both;*/
	/*width:236px;*/
	/*margin-right: 5px;*/
}
#extra{
	float:right;
	width:205px;
	margin-right:10px;
}

#footer{
float:right;
	/*clear:both;*/
	width:670px;
	height:267px;
	/*background: #D0B4F8*/
}
#nad_footer{
	/*clear:both;*/
	width:100%;
	height:20px;
	background-color:#E0DFDD;
}

