@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	margin:0;
	padding:0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	z-index:1;
}
a:link {
	color: #46A5DF;
	text-decoration: none;
}
a:visited {
	color: #46A5DF;
	text-decoration: none;
}
a:hover {
	color: #D8271F;
}
a:active {
	color: #D8271F;
}



#container{
	width:100%;
	position:absolute;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	
}
#menu_bar{
	width:989px;
	height:61px;
	background-image: url(../images/menu_bar.png);
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
	margin:auto;
	line-height:61px;
	z-index:2;
}
.separatore{
	position:relative;
	margin-left:15px;
	padding-top:8px;
	width:3px;
	float:left;
	z-index:2;
}
.btnBox{
	position:relative;
	padding-left:20px;
	padding-top:25px;
	float:left;
	height:14px;
	z-index:2;
}
#head_container{
	width:989px;
	height:216px;
	position:relative;
	margin:auto;
	line-height:61px;
	background-image: url(../images/bg_interno.png);
	background-repeat: repeat-y;
	overflow:hidden;
	z-index:2;
}
.sx{
	z-index:100;
	padding-left:5px;
	width:380px;
	position:absolute;
	float:left;
}
.dx{
	width:701px;
	position:relative;
	margin-left:283px;
	float:left;
	z-index:2;
}
#spacer_container{
	width:989px;
	position:relative;
	margin:auto;
	background-image: url(../images/bg_interno.png);
	background-repeat: repeat-y;
	overflow:hidden;
	z-index:2;
}
#main_content{
	width:989px;
	position:relative;
	margin:auto;
	background-image: url(../images/bg_interno.png);
	background-repeat: repeat-y;
	overflow:hidden;
	z-index:2;
	background-color: #FFF;
}
#colonnaSX{
	float:left;
	width:302px;
	left:5px;
	background-image: url(../images/bg_sx.gif);
	background-repeat: repeat;
	margin:0;
	position:relative;
	background-color: #FFF;
	z-index:2;
}

#colonnaDX{
	float:left;
	width:660px;
	left:16px;
	margin:0;
	padding-top:10px;
	position:relative;
	z-index:2;
}
#colonnaXL{
	
	width:95%;
	padding-left:23px;
	margin:0;
	padding-top:10px;
	position:relative;
	z-index:2;
}
.titolo_colonnaSX{
	margin-top:10px;
	z-index:2;
}
.immagine_evento_colonnaSX{
	text-align:center; 
	position:relative;
	margin-top:15px;
	z-index:2;
}
.testo_evento_colonnaSX{
	text-align:left; 
	position:relative;
	margin-top:10px;
	margin-left:15px;
	width:90%;
	z-index:2;
}
.txt_titolo_ColonnaSX{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #46A5D8;
	font-weight: bold;
}
#bottom{
	width:989px;
	margin:auto;
	height:34px;
	line-height:34px;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
	clear:both;
	margin-bottom:30px;
	text-align:center;
	color:#FFF;
	font-size:10px;
}
#boxnews{
	width:650px;
	height:335px;
	overflow:auto;
	position:relative;
	margin-top:10px;
	}
.news_content{
	border-bottom:solid 1px #0A8ACB;
	padding-top:10px;
	padding-bottom:10px;
}

