body{
	margin:0;
	font-family: sans-serif;
	font-size: 12px;
}

a{
	color: #443A32;
}

a:hover{
	color: #FF9B4A;
}

/******************** div strutturali ***************************/
#container{
	position:relative;
	width:905px;
	margin:0 auto;
	background: url("/images/container-bg.gif") repeat-x top;

}

#header{
	position: relative;
	width: 100%;
	height: 103px;
	/*border: 1px solid black;*/
	/*padding-top: 20px;*/
	/*background: white url("/images/header-top.gif") top repeat-x;*/
}

#middle_container{	
	border-left: 5px solid #ff9b4a;	
	background: url("/images/mailinglist-bg.gif") repeat-y left;
	min-height: 470px;
	_height: 470px; /* ie6 */
}

#content{
	position: relative;
	width: 687px;   /*firefox*/
	#width: 680px;	/* IE 7  */
	_width: 600px;	/* IE 6  */
	margin: 0 0 0 200px;	
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	background: url("/images/container-bg.gif") repeat-x top;	
}


#menu_basso{
	position:absolute;
	bottom: 6px;
	right: 0px;
	font-size: 12px;
}

#footer{
	width: 100%;
	clear:both;
	border-top: 5px solid #ff9b4a;	
	text-align: center;
	font-size: 10px;
}

/************* animazione interna al header ***************/
#animazione{
	position:absolute;
	bottom:0px;
	right: 0px;
}

/******************** bandierine *************************/

#flags{
	position: absolute;
	top: 3px;
	right: 3px;
}

#flags img{
	width: 20px;
	height: 15px;
	margin: 1px;
	border:1px solid black;	
}
.flag_img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.selected_flag_img{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}


