a:link img, a:visited img{border:1px solid #090}
a:hover img, a:active img{border-color:#9f9}

a.yellow:link, a.yellow:visited{text-decoration:none}
a.yellow:hover{text-decoration:underline}

body{
	width:900px;
	margin: 0 auto;
	background-color:#e85311;
	color:#f0f0f0;	
	}

#titolo{
	margin-bottom: 0px;
	border-bottom: 2px solid #900;
	color:#00386B;
	}

.big{
	font-size: 1.5em;
}
small{font-size: .5em}

#content{
	width:900px;
	margin: 0 auto;
	border-right: 1px solid;
	font-size: 14px
	}
	
#scartati{	
	position:absolute;
	top:0;
	right:0;
}
	
#L_cont{
	width: 648px;
	padding: 10px;
	text-align:justify;
	float: left;
	border-right: 1px solid;
	}

#top_left{
	float: right;
	margin: 0 0 5px 10px;
	}
	
#R_cont{
	width:220px;
	padding-right:5px;
	float:right;
	}
	
/* MENÙ */
#main_menu{
	height: 24px;
	padding:6px 3px 0 0;
	font-size:.9em;
	text-align:right;
	background:url(imgs/bg_links.gif);
	}	
#main_menu a, #main_menu a:visited{
	padding:1px 3px 0;
	text-decoration:none;
	color:#444;
	border:1px solid;
	background-color:#fff;
	opacity:0.7;
	filter:alpha(opacity=70)
	}
#main_menu a:hover{
	color:#900;
	background-color:#fff;
	opacity:0.9;
	filter:alpha(opacity=90)
	}			
.active{
	padding:1px 3px;
	background-color:#f87331;
	text-decoration:none;
	color:#900;
	border:1px inset
	}		
	
/* Typografia	*/
.bold{font-weight:bold;}
.center{display:block;text-align:center}
.yellow{color:#feed01}
span.cc{
	color:#000;
}	
.ban_title{
	font-weight:bold;
	font-size:1.2em;
}		

#valid_icons{
	width:100%;
	clear:both;
	text-align:right;
	border-top:1px solid;
	padding-top: 5px;
	}
#valid_icons img{border:none}