@charset "UTF-8";
/* CSS Document */
body, html{
	margin: 0px;
	height: 100%;
	background-attachment: fixed;
	background-image: url(img/bg/bg_body_2.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding: 0px;
	width: 100%;
}
.container {
	background-color: #630;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.header {
	width: 100%;
	background-color: #C60;
	background-image: url(img/header/header.jpg);
	height: 120px;
}
.menu {
	margin: 0px;
	height: 30px;
	width: 100%;
	background-color: #F90;
	background-attachment: scroll;
	background-image: url(img/bg/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
}
.content {
	background-color: #F93;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(img/bg/bg_content2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.footer {
	height: 20px;
	width: 100%;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #E49C69;
	text-decoration: none;
	text-align: right;
	background-image: url(img/footer.jpg);
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.titolo_secondario {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-indent: 50px;
	background-color: #E8571C;
	text-decoration: none;
}
.descriz_img {
	font-style: oblique;
}
.titolo_principale {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #FFF;
	text-decoration: underline;
	text-indent: 50px;
	background-color: #C7431B;
}
.titolo_gallerie_foto {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	background-color: #FF7131;
	text-align: center;
}
.bordo_lat {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/bg/bg_bordo_lat.png);
	background-repeat: repeat-y;
	background-position: center 0px;
	background-attachment: scroll;
	padding: 0px;
}
.bordo_fondo {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 25px;
	background-image: url(img/bg/bg_bordo_fondo.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}
.bordo_cima {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 950px;
	background-attachment: scroll;
	background-image: url(img/bg/bg_bordo_cima.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	height: 15px;
	top: 0px;
}
.contorno_content {
	background-attachment: scroll;
	background-image: url(img/bg/bg_contorno_content.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}
