html,body{
	margin: 0;
	padding:0;
	height: 100%;
  }
body{font-family: verdana; 
	 color: #fff;
	 font-size: 76%;
	     background: #A4A8D4; }
h2{font-size: 1.6em;margin:0;padding: 0 0 0px;color: #FFCC00;text-align:LEFT}		
h3{font-size: 1.1em;margin:0;padding: 0 0 0px;color: #F3A660;text-align: right}
.small{font-size: 0.9em;}
a{
	color:#FFFF00;
	text-decoration:none;
	}
a:hover{
	color:#000033;
	text-decoration:underline;
	}	
a:visited{
	color:#ccc;
	text-decoration:none;
	}

div#container{
	width: 760px;
    background:url(immagini/sfondo-default1.jpg) no-repeat center #424C81;
	margin: 0px auto;   /*centra negli altri browsers*/
	height:100%;
    }
div#containerA{
	width: 760px;
    background: #424C81;
	margin: 0px auto;   /*centra negli altri browsers*/
		height:100%;
    }	
div#header{ height: 20px;text-align:center; }
div#navigation{
    float: left;
    width:300px;
    } 
table{color: #FFFFFF;
    font-size: 1.2em;
	} 
div#content{
    background:url(immagini/sfondo-default1.jpg) no-repeat center #424C81;
   background-position:  
	padding: 1em;
	height:420px;

    }
div#contentA{
  text-align:center;
   background:url(immagini/sfondo-righe.png) no-repeat center #424C81;
   background-position: 
	padding: 1em;
	height:420px;
    }
div#footer{clear:right; text-align:center; padding: 0.5em;
    background:url(immagini/logo.jpg) no-repeat center; color: #fff}

#bread {
	color: #ccc;
text-align:center;
	padding: 3px;
	margin-bottom: 25px;
		 font-size: 1.2 em;
		border : 2px dashed #636FA6; 
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
#bread ul li a{
	color:#fff;
	text-decoration:none;
	}
#bread ul li a:hover{
	color:#000033;
	text-decoration:underline;
	}	
#bread ul li a:visited{
	color:#ccc;
	text-decoration:none;
	}
#bread-gen ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #ff9;
	}
	
#bread-gen ul li.first:before {
	content: " ";
	}
	
