/* CSS Document */
body {
	background-image: url(img/sfondo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}

#contenitore {
	width: 795px;
	height: 300;
	padding:0;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 2;
}

#contenitore_int {
	width: 795px;
	height: auto;
	padding:0;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 2;
}

#logo {
	width: 200px;
	height:128px;
	padding:0;
	position:relative;
	left: 0px;
	top: 0px;
	background-image: url(img/logo.jpg);
}

#menu{
	width: 494px;
	height:39px;
	position:relative;
	top: -30px;
	left: 301px;
}

#foto{
	width: 769px;
	height:205px;
	position:relative;
	top: 45px;
	left: 11px;
	border: 1px solid #D8D8D8;
	padding-left: 2px;
	padding-top: 2px;
}

#titolo{
	width: 530px;
	height:40px;
	position:relative;
	top: -330px;
	left: 11px;
    font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DAA812;
}
#testo{
	width: 530px;
	position:relative;
	top: -320px;
	left: 11px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	height: 10px;
}

#titolo_int{
	width: 769px;
	height:40px;
	position:relative;
	top: 70px;
	left: 11px;
    font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DAA812;
}

#testo_int{
	width: 769px;
	position:relative;
	top: 70px;
	left: 11px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	height: 500px;
	overflow: visible;
}

#loghi{
	width: 213px;
	height:auto;
	position:relative;
	top: 65px;
	left: 573px;
}

#news{
	width: 213px;
	height:360px;
	position:relative;
	top: 80px;
	left: 573px;
	z-index: 2;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B4334;
}

#links{
	width: 213px;
	height:180px;
	position:relative;
	top: -120px;
	left: 573px;
	z-index: 2;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B4334;
}

#firma{
	width: auto;
	height:80px;
	background-image: url(img/sfondo_giu.jpg);
	position: relative;
	z-index: 1;
    font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
}

a {
	color: #cccccc;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: #DAA812;
}

a.news {
	color: #000000;
	font-style: normal;
	text-decoration: none;
}

a.news:hover {
	color: #000000;
	text-decoration: underline;
}

#gallery {
	width: 356px;
	height:146px;
	position:relative;
	top: 20px;
	left: 11px;
}
#mail {
	z-index: 10;
	left: 768px;
	top: 153px;
	position: absolute;
}

