/* CSS Document */

body{
	background-color: #2d1b11;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #444444;
	text-align:justify;
}

h1{
	font-family: Verdana;
	font-size: 22px;
	font-weight: bolder;
}

h2{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bolder;
}

#base{
	margin-left: auto;
	margin-right:auto;
	background-color: White;
	width: 970px;
	height: 585px;
	position: relative;
	padding-top: 1px;
	
}
#space{
	height: 8px;
	position: relative;
	display: block;
}
#head{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width: 955px;
	position: relative;
	
}
#content{
margin-top:5px;
width: 955px;
margin-right: auto;
margin-left: auto;
}

.imgborder{
	border: 2px solid white;
}

#photos{
background-color: #ede1d3;
width: 250px;
height: 235px;
padding-top:6px;


}

#text{
	width: 700px;
	margin-left:5px;
	background-color: #e0e9ee;
	height: 240px;
	float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer{
text-align: center;
font-size: 10px;
color: #999999;
margin-left: auto;
	margin-right:auto;
/*	background-color: White;*/
	width: 970px;
	
	position: relative;
	padding-top: 1px;
}
#footer a {
	color: #AAAAAA;
	text-decoration: none;
}

#logo{
	position: absolute;
	z-index: 50;
	top:40px;
	left:56px;
}

/********* Pagina menu alto **********/
#content2{
margin-top:2px;
width: 955px;
margin-right: auto;
margin-left: auto;
}

#menudown{
	margin-top:1px;
width: 955px;
margin-right: auto;
margin-left: auto;
}

.parag{
	padding-left:10px;
	padding-right:10px;
}
.paragwhite{
	padding-left:10px;
	padding-right:10px;
	color: white;
}

/************ comeraggiungerci **************/
#comeraggiungerci{ height:210px;

overflow:auto; 
SCROLLBAR-COLOR:#F3F3F3;
SCROLLBAR-FACE-COLOR: #F3F3F3;
SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
SCROLLBAR-SHADOW-COLOR: #669900;
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR: #FFFFFF;
SCROLLBAR-TRACK-COLOR: #E9E9E9;
SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;}


/***********************************************/

.lang {
	display: block;
	float: right;
}

.lang A {
	display:block; 
	width:71px; 
background-image: url(../img/italiano.gif);
}

.lang A:hover {
	display:block; 
	width:71px; 
background-image: url(../img/italiano_over.gif);
}

.lang2 {
	display: block;
	float: right;
}

.lang2 A {
	display:block; 
	width:71px; 
background-image: url(../img/english.gif);
}

.lang2 A:hover {
	display:block; 
	width:71px; 
background-image: url(../img/english_over.gif);
}