/* CSS Document */


body
{
	background-color: #cccccc;
	
}
#contenitore
{
	width: 770px;
	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:150px;
}

#menu
{  background: #FFFFFF url(menu.png);
height: 42px;
  width: 770px;
  margin-left: auto; 
  margin-right: auto;
  color: #DBD7D1;
  border-color: #D7D7D7;
}

#menu a 
{ display: block; 
  float: left; 
  height: 37px;
  text-decoration: none; 
  padding: 3px 13px 2px 15px;
  text-transform: uppercase;
  color:#FFFFFF;
} 
#menu a:hover 
{ background: #FFFFFF url(menu_hover.png);
  color: #70695A;
}
#menu a#selected
{ background: #FFFFFF url(menu_hover.png);
  color: #70695A;
}  
#testo
{ width: 770px;
font-size: 105%;

} 

#testo strong
{
	color: #FEB940;
}
#testo a
{
color: White;
} 
#sottomenu
{
	width: 760px;
	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(footer.png);
height: 42px;
  width: 770px;
  margin-left: auto; 
  margin-right: auto;
  color: #DBD7D1;
  border-color: #D7D7D7;
  text-align:center;
 }
#footer a 
{  text-decoration: none; 
    color:#DBD7D1;}
	 
 img{border: 0px;}



/* 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;
	
}