html{
	margin:0;
	padding:0;
	height: 100%;
}

body{
	margin:0;
	padding:0;
	margin:0 auto;
	font-family: 'Lucida Grande', Verdana, Arial;
	font-size:14px;
	height: 100%;
}

#bg { position: fixed; top: 0; left: 0; z-index:-1;}
#bgLeft { position: fixed; top: 0; left: 0; z-index:-1;}
#bgRight { position: fixed; top: 0; right: 0; z-index:-1;}
.bgheight { height: 100%; }

img{
	border:0;
}

a{
}

#page{
	width:960px;
	margin:0 auto -35px;
	color: #301005;
	border-right: 1px solid #301005;
	border-left: 1px solid #301005;
	background-color:#fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
h1{
	display:none;
}
.homePageLink{
	position:absolute;
	height:80px;
	top:70px;
	margin-left:150px;
	width:250px;	
	color:transparent;
}
#header{
	background-image:url('../img/header.jpg');
	background-repeat:no-repeat;
	height:302px;
}
#menu{
	padding-top:220px;
	padding-left:130px;
}
#menu ul{
	display:inline;
	list-style:none;
	padding:0;
	margin:0;
}
#menu ul li.menuLiNormal{
	color: #38180d;
	float:left;
	padding: 0 5px;
}
#menu ul li.menuLiFirst{
	float:left;
	padding-left:0px;
	padding-right:5px;
}
#menu ul li a{
	text-decoration:none;
	color: #38180d;
	font-weight:bold;
	font-size:1.2em;
}
#menu ul li a.sel {
	text-decoration:none;
	color: #fff;
}
#footer, .push{
	height:35px;
}
#footer{
	position:fixed;
	margin: 0 auto;
	bottom:0;
	width:960px;
	background-image: url('../img/bg_footer.gif');
	background-repeat:repeat-x;
	height:36px;
	color: #fff;
	text-align: center;
	font-size: 0.9em;
}
#footer .text{
	padding-top:10px;
}
#footer a{
	color: #fff;
}
.barra_verde{
	background-color:#3e9522;
	width:100%;
	height:5px;
	bottom:0;
	position:absolute;
}
#homeContainer{
	width: 730px;
	margin: 0 auto;	
}

#homeText{
	width: 370px;
	float: left;
	line-height: 1.4;
	padding:0;
	margin:0;
}
#homeText .highlight{
	font-size: 1.25em;
	font-weight:bold;
}
#homeText .green{
	color: #449e22;
	font-weight:bold;
}
#contattiText{
	width: 360px;
	float: left;
	line-height: 1.5;
	font-size:1.3em;
}
#contattiText a{
	color: #449e22;
	font-weight:bold;
	font-style:italic;
}
#homePics{
	float:right;
	width: 320px;
}

#galleryContainer{
	width: 850 auto;
}
#galleryContainer table{
	margin: 0 auto;
}
.thumbInPage{
	width:120px;
	height:120px;
}
.thumbTd{
	padding:0 15px;
}
.titThumb{
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:5px;
}
.albumTitle{
	margin:0 auto;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.4em;
}
.backLink{
	margin:0 auto;
	text-align:center;
}
.backLink a{
	text-decoration:none;
	color:black;
	text-transform:uppercase;
}