html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	background-color: #46671C;
	margin: 0px;
	padding: 20px 0px 0px;
	border: 0px;
	height: 100%;
	width: 100%;
}
/*LAYOUT*/
.top {
	background-image: url(../assets/layout/bg_top.jpg);
	background-repeat: no-repeat;
	height: 3px;
	width: 662px;
}
.main {
	background-image: url(../assets/layout/bg_cor.jpg);
	background-repeat: repeat-y;
}
.foot {
	background-image: url(../assets/layout/bg_foot.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 662px;
}
.foot_tx {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #1C2A0B;
	padding-top:8px;
	text-align: right;
	padding-right: 10px;
	font-style: italic;
}
.foot_tx a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	font-style: italic;
	text-decoration: none;
}
.foot_tx a:hover {
	color: #B07A3F;
}
.foot_flag {
	padding-top:8px;
	text-align: left;
	padding-left: 10px;
}
.cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-align: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.cont a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	text-decoration: underline;
}
.cont a:hover {
	color: #46671C;
	text-decoration: none;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C0A494;
	text-align: left;
	padding-bottom: 15px;
}
.mini {
	border: 1px solid #46671C;
	padding: 0px;
	margin-bottom: 10px;
}
#benvenuti { float: left; }
#offerte { float: right; padding: 0 0em 1em 0; }
#offerte a { font-size: 1.5em; }

