/* CSS Document */

body a:link, 
body a:visited {
	text-decoration: none;
	color: #FFF;
	}
body a:hover, 
body a:focus,
body a:active {
	color: #222;
	}

/* INTESTAZIONE */
#intestazione {
	background: #E10000 url(../img/layout/logo_con.gif) 0 0 no-repeat;
	}

#centrato-intestazione {
	background: #E10000;
	}

/* SOTTOMENU */
#sottomenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	line-height: 15px;
	}
#sottomenu a:link, 
#sottomenu a:visited {
	font-size: 10px;
	text-decoration: none;
	color:  #E10000;
	}
#sottomenu a:hover, 
#sottomenu a:focus,
#sottomenu a:active {
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	}
	
/* CONTATTI */
#guida {
	width:450px;
	margin: 17px 0 7px 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	text-align: left;
}

.tit-guida {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E10000;
	font-weight: bolder;
	margin-bottom: 7px;
	margin-top: 20px;
}

.info-tit-programma {
	color: #E10000;
	text-transform: uppercase;
}

#contatti {
	width:450px;
	margin: 0 0 7px 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
}
.tit-contatti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 21px;
	color: #FFF;
	font-weight: bolder;
	padding: 2px 0 2px 2px;
	margin-bottom: 7px;
	background-color: #E10000;
}

#colonna-menu {
	background: #000 url(../img/sfondi/sfondo_guide.jpg) -12px 100px no-repeat;
	height: 400px;
	}

