/* CSS Document */


body
{
	background-color: #cccccc;
	
}

#contenitore
{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background-color: Gray;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	height: auto;
	
}

#testata
{
height:160px;
}

#menu
{  background: #FFFFFF url(menu.png);
height: 42px;
  width: 930px;
  margin-left: auto; 
  margin-right: auto;
  color: #DBD7D1;
  border-color: #D7D7D7;
}

#menu a 
{ display: block; 
  float: left; 
  height: 37px;
  text-decoration: none; 
  text-align:center; 
  padding: 3px 8px 2px 8px;
  text-transform: uppercase;
  color:#FFFFFF;
  width: 98px;
} 
#menu a:hover 
{ background: #FFFFFF url(menu_hover.png);
  color: #70695A;
}
#menu a#selected
{ background: #FFFFFF url(menu_hover.png);
  color: #70695A;
}  
#testo
{ width: 930px;
font-size: 105%;
clear: both;


} 

#testo strong
{
	color: #FEB940;
}
#testo a
{
color: White;
} 
#sottomenu
{
	width: 920px;
	height: 20px;
	text-transform: uppercase;
	padding-left: 10px;
	font-size: smaller;
	text-decoration: none;
} 
#sottomenu a
{text-decoration: none;
color: White; 	

} 
p
{
padding-left:25px;
padding-right:25px;
text-align:justify;
} 
h4
{padding-left:25px;
padding-right:25px;
font-size: 125%;
} 
h3
{ background: #FFFFFF url(sbi_header.png);
  color: #70695A;
} 

#footer
{  background: #FFFFFF url(footer2.png);
height: 250px;
  width: 930px;
  margin-left: auto; 
  margin-right: auto;
  color: #DBD7D1;
  border-color: #D7D7D7;
  text-align:center;
 }
#footer a 
{  text-decoration: none; 
    color:#DBD7D1;}
	 
 img{border: 0px;}

#testo_intro
{
	width: 400px;
float:left;
font-size: 105%;
}
#intro
{
	width: 930px;

}


#testo_intro strong
{
	color: #FEB940;
}
#testo_intro a
{
color: White;
} 


#foto
{
	
padding-right:10px;
	padding-left:13px;
}

/* posizionamento immagini - left, right and center */
.left
{ float: left; 
  padding: 0px 20px 0px 10px;
}

.right
{ float: right; 
  padding: 0px 10px 0px 20px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

ul
{
	
	line-height: 150%;
	list-style-type: square;
}

hr {
	height: 1px;
	color: #FC971D;
	
}
#box1_footer
{
	width: 600px;
	float:left;
}
#box1_footer p
{
	padding-right:10px;

}
#box2_footer
{
	width: 300px;
	float:right;
	border-left:solid;
	border-left-color:#FEB940;
	border-left-style:dotted;



}
#box2_footer p
{
padding-left:25px;
padding-right:25px;
text-align:left;
} 

#footer h3
{color:  #FEB940;
text-align:center;
background:none;
}
#footer strong
{
	color: #FEB940;
}
#credits
{text-align:right;
color:#333;
background-color: #cccccc;
}

#credits a
{text-decoration: none;
color:#333;

}
