html, BODY {
/*	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	background-color : transparent;*/
	font-family:Georgia, Arial, Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#FFF;
	margin:0px;
	padding:0px;
	height:100%;
}

#container {
	top:0px;
	left:0px;
	position:absolute;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
	width:100%;
}


#header {
top:0px;
left:0px;
width:100%;
height:	120px;
background-color:#BD2E1D;
background-image:url(../immagini/logo_900_2.png);
background-position-top: top left;
background-repeat:no-repeat;

}

#header_home {
position:absolute;
top:10px;
left:30px;
width:95%;
height:	120px;
background-color:transparent;
background-image:url(../immagini/logo_900.png);
background-position: top left;
background-repeat:no-repeat;
}

#menu_home {
position:absolute;
width:100%;
height:	40px;
clear:both;
bottom:0;
background-color:#BD2E1D;
}

#album_ico{
	position:absolute;
	width:100%;
	height:	100px;
	clear:both;
	bottom:0;
	background-color:#BD2E1D;
	text-align: center;
}
#img_big {
	position:relative;
	top:30px;
	width:800px;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	text-align:center;
	margin:auto;
	}
	
#img_big_test {
	position:relative;
	top:30px;
	max-width:800px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	text-align:center;
	margin:auto;
	}

#img_big_test img{
	max-height:100%;
	}



#txt_footer {
position:relative;
width:400px;
height:	30px;
float:left;
bottom:-5px;
left:50px;
background-color:#BD2E1D;
color:#FFF;
	}


#menu_container {
position:relative;
width:500px;
height:	30px;
float:right;
bottom:-10px;
right:60px;
background-color:transparent;
	}

#menuP {
list-style:none;
overflow:hidden;
text-align:right;
width:550px;
margin:0;
padding:1px;
background-color:transparent;
}

#menuP li {
display:inline;
}
#menuP a{
display:inline;
height:25px;
width:auto;
margin-left:1px;
margin-right:2px;
padding-left:10px;
background-color:#transparent;
/*border-right:10px;
*/font-family:verdana;
font-size:11px;
font-weight:bold;
text-decoration:none;
} 


#txt_chisiamo {
	position:absolute;
	top:170px;
	left:50%;
	width:800px;
	height:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	margin: 0 auto 0 -400px;
	}
#txt_contatti {
	position:absolute;
	top:170px;
	left:50%;
	width:800px;
	height:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	margin: 0 auto 0 -400px;
	}
#contatti{
	position:relative;
	top:1px;
	float: left;
	width:180px;
	height:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	}	
	
#map {
	position:relative;
	top:1px;
	float: right;
	width:600px;
	height:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
a { color:#FFF; text-decoration:none;}

a.contatti{ color:#333; text-decoration:none;}
	
.titolo {font-size:24px; color:#BD2E1D; font-weight:bold }	
.pad-left10 { padding-left:10px;}
.grey_dark { color:#000;}
.white { color:#FFF}
.rosso{ color:#BD2E1D;}
.grey_light { color:#CCC;}

.bold { font-weight:bold}
.dim9 { font-size:9px;}
.dim14 { font-size:14px;}
.dim20 { font-size:20px;}
.dim12 { font-size:12px;}
.dim13 { font-size:13px;}
.dim10 { font-size:10px;}
.giustifica { text-align:justify;}
.alto { vertical-align:top; }
