@charset "UTF-8";
body {
	background-color: #551d1c;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: x-small;
}
a {
	color: #FFF;
	text-decoration: none;
}
.footer {
	text-align: center;
	vertical-align: middle;
	color: #925B5A;
	font-size: 9px;
}
.footer a {
	text-align: center;
	vertical-align: middle;
	color: #925B5A;
	font-size: 9px;
}
.box_testo {
	width: 650px;
	color: #ffffff;
	background-color: #774a49;
	background-image: url(../images/nuvola_bassa.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box_testo_basso {
	background-image: url(../images/nuvola_alta.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	text-align: left;
}
.box_testo_basso h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
}
.box_testo_basso p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.box_testo_basso img {
	border: 3px solid #EBE6E6;
	padding: 3px; /*Inner border color*/
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
}
.colonna_menu {
	background-image: url(../images/menu_basso.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#bandiere {
	text-align: center;
	background-image: url(../images/logo_vergelle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #e5e0e0;
	height: 223px;
	width: 200px;
}

#menu_laterale ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu_laterale li {
	background-image: url(../images/punto.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	color: #551d1c;
	margin-left: 14px;
	margin-top: 5px;
	padding-top: 2px;
	cursor: pointer;
}
#menu_laterale li a {
	color: #551d1c;
}

#news {
	width:186px;
	height: 100px;
	overflow:hidden;
	color: #5B1B1B;
	margin-left: 14px;
}

#news ul {
	list-style-type: none;
}

/* classe immagine */
div.img {
	margin:2px;
	border:1px solid #0000ff;
	height:auto;
	width:auto;
	float:left;
	text-align:center;
}
div.img img {
	display:inline;
	margin:3px;
	border:1px solid #ffffff;
}
div.img a:hover img {
	border:1px solid #0000ff;
}
div.desc {
	text-align:center;
	font-weight:normal;
	width:120px;
	margin:2px;
}
