/* CSS vecchiomacello */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#888307;
}
#pagina{
	width:800px;
	min-height:400px;
	background-image:url(../images/sfondo_dx.jpg);
	background-position: top;
	background-repeat: repeat-y;
	background-color:#888307;
}
#top{
	width:800px;
	height:359px;
	background-image:url(../images/top_caffelatteria.jpg);
	background-repeat:no-repeat;
}
#corpo{
	width:800px;
	min-height:300px;
}
#colonna-dx { 
	float: left; 
	width: 196px; 
	min-height:400px;
	background-image:url(../images/sfondo_menu_ceffelatteria.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#menu{ 
	width: 180px; 
	min-height: 250px;
	padding-left:16px;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#993300;
	line-height:21px;
}
#menu a:link{ text-decoration:none; color:#993300; }
#menu a:visited{ text-decoration:none; color:#993300; }
#menu a:hover{ text-decoration:none; color:#000000; }
#menu a:active{ text-decoration:none; color:#993300; }
#foto{ 
	width: 196px; 
	height: 300px;
}
#principale { 
	float: left; 
	width: 604px; 
	min-height: 550px;
	background-color:#FFFFFF;
}
#vino{
	width:584px;
	height:190px;
	padding:10px;
	text-align:justify;
	background-image:url(../images/vino.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#testi{
	width:584px;
	padding:10px;
	text-align:justify;
}
#footer{
	width:790px;
	min-height:50px;
	background-color:#888307;
	text-align:right;
	color:#FFFFFF;
	padding-top:10px;
	padding-right:10px
}
.testo1{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:13px;
line-height:20px;
}
	.testo1 a:link{ text-decoration:none; color:#000000}
	.testo1 a:visited{ text-decoration:none; color:#000000}
	.testo1 a:hover{ text-decoration:underline; color:#000000}
	.testo1 a:active{ text-decoration:none; color:#000000}
.testo1_red{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:13px;
line-height:20px;
color:#990000;
font-weight:bold;
}
.testoFOOTER{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#FFFFFF;
}