﻿body 
{
	font-family:Tahoma;
	font-size:14px;
	text-align:justify;
	color:White;
	background-color:Black;
}


#outer {    width: 850px;   
	        margin-bottom: 20px;    
	        margin-left: auto;    
	        margin-right: auto;    
	        border-style:none;
	           
	/*		
	padding: 0px; 
border-left-style:solid;
			border-right-style:solid;
			border-width:10px; 
			border-color:#F7B918;*/
			}
			


#header
{
	width: 850px; 
	text-align:center;
	background-color:Black;
	height:140px;
	}
	
#header2
{
	text-align:center;
	background-color:Black;
	height:110px;
	}	
#content
{
	background-image: url(img/sfondo.png);
	background-repeat:repeat;
	height:auto;
	min-height:491px;
	padding:5px;
	border-top-style:none;
}

#content2
{
	background-image: url(img/sfondoindex2.png);
	height:410px;
	padding:5px;
	border-top-style:none;
}
#footerbar 

{   
	
	clear:left;
	width: 850px; 
	color:White;
	background-color:Red;
	margin-top: 5px;      margin-left: auto;    margin-right: auto; 
	text-align:center ;
	height: 20px;
	
}

a.testo {
	color:Red;
	text-decoration: underline;
}

#testo a:hover 
{
	color:White;
	font-weight:bold;
	text-decoration: underline;
}

a.img {
	text-decoration: none;
}
#img a:hover 
{
	text-decoration: none;
}

A.testo1:link      { color:white;	text-decoration: underline;}
A.testo1:visited 	{ color:white;	text-decoration: underline; }
A.testo1:active 	{ color:white;	text-decoration: underline; }
A.testo1:hover 	{ color:white;	text-decoration: underline;}/*#B2C3E1*/
