.clr{ /* BASIC CLEAR FIX*/
	clear:both;
}

div.clear{ /* Special Div for Firefox for background height fix*/
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0;
}
html {
	overflow-y:scroll;
	height:100%;
}

/*Top section*/
#header {
	width:100%;
	height:auto;
	position:relative;
	z-index:900;
	top: 0px;
	left: 0px;
}
#top{
	position:absolute;
	width:100%;
	z-index:2;
	padding-top:0px;
	text-align:left;
	background-image: none;
}
#top_logo{
	position:absolute;
	width:100%;
	height:300px;
	z-index:1;
	text-align:center;
	background-image: none;
	top: 35px;
}

#logo_section{
	margin:0 auto;
	width:100%;
	height:286px;
	overflow:hidden;
	background-image: url(../immagini/backgrounds/sfondo_header.jpg);
	background-position:50%;
}

#search{
	position:absolute;
	left:-120px;
	float:left;
	background:#fff url(../images/search_bg.gif) no-repeat left top;
}
search h3{
	display:none
}

div.search{
	padding:0;
	line-height:100%;
	margin:0;
	height:30px;
}
#search .inputbox{
	border:none;
	color:#999;
	width:150px;
	font-size:100%;
	margin-left:30px;
	margin-top:4px;
	border:1px solid #f9f9f9;
}
#search .inputbox:hover,
#search .inputbox:focus{
	background:#ffffcc
}

/* END TOP SECTION */

#bg_wrapper {
	/*background:url(immagini/backgrounds/blue/body_bg.gif);*/
	/*repeat-x top;*/
	width:100%;
	position:relative;
	z-index:999;
	top:-80px;
}

#content{
	margin:auto;
	height:auto;
	width:1000px;
}

#center_wrapper{
	margin:0 auto;
	top:0px;
	width:520px;
	background:url(../immagini/main_wrapper_bg.png) no-repeat top center;
	padding-top:30px;
	min-height:600px;
	float:left;
}

#center_cont {
	width:440px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#left{
	position:relative;
	top:30px;
	float:left;
}
#left_secondo_liv, #left_terzo_liv{
	text-align:left;
	width:240px;
	background-image: url(../immagini/left_shadow_top.png);
	background-repeat: no-repeat;
	background-position: center top;	
}
/*#left_secondo_liv, #left_terzo_liv h3{display:none}*/

.cont_colonne{
	width:170px;
	/*margin:35px;*/
	padding:35px;
}
#left_bottom{
	background:url(../immagini/left_shadow_bottom.png) no-repeat bottom center;
	height:14px;
}
#right{
	position:relative;
	top:30px;
	float:left;
	text-align:left;
	width:240px;
	background-image: url(../immagini/left_shadow_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#lingua_main
{
	margin:auto;
	
}
#lingua
{
	width:130px;
	height:30px;
	margin-bottom: 5px;
	margin:auto;
	
}

#lingua li
{
	float: left;
	display: block;
}
#lingua li:first-child {
	background:none;
}

#myGallery {
	width:440px; !important;
	height: 293px !important;
}

#footer a:link, #footer a:visited{
	color:#ccc;
}
#footer{
	margin:0 auto;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	color:#b1b0b0;
	font-size:96%;
	float:left;
}
#footer_cont{
	margin:auto;
	width:1000px;
	text-align:center;
}

#lingua p
{
	color:Red;
}

#news a
{
	text-decoration:none;	
}



