@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #fff8e5;
}
.box {
	background-image:url(../img/2-centro.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.box .top {
	background-image:url(../img/1-top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.box .bottom {
	background-image:url(../img/3-bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.box .piede{
	background-image:url(../img/4-piede.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.testi{
	font-size: 14px;
	word-spacing: 2px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #503000;
	font-family: Times;
}
a:link  {
	color: #6C1202;
	text-decoration: none;
}
a:hover  {
	color: #6E110A;
	text-decoration: underline;
}
a:visited  {
	color: #6C1202;
	text-decoration: none;
}
a:active  {
	color: #6C1202;
	text-decoration: none;
}


.box_testi {
	background-image:url(../img/boxino-2-centro.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.box_testi  .testi_alto {
	background-image:url(../img/boxino-1-top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
} 
.box_testi  .testi_basso {
	background-image:url(../img/boxino-3-bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
} 
.dati	{
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.dati a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.dati a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.dati a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.dati a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.awd {
	color: #6C1202;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	word-spacing: 2px;
	letter-spacing: 1px;
}
.awd a:hover {
	color: #6E110A;
	text-decoration: underline;
	font-size: 10px;
}
.immagine_dx{
	float:right;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left:10px;
	color:#FFFFFF;
}
.immagine_sx{
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	margin-right:10px;
	color:#FFFFFF;
}
.immagine{
	
	color:#FFFFFF;
}