/* CSS Document */

html,body {
	margin: 0;
	padding:0;
	}
	
body {
	font-family:"Trebuchet MS";
	background-color:#021A1E;
    text-align: center;  
	}

#conteiner {
	margin: 0px auto;   /*centra negli altri browsers*/
	position:relative;
	width:800px;
    text-align: right;
	}
	
#testi_index {
	background-image:url(../img/sfondo_index.jpg);
	background-position:top center;
	background-repeat:no-repeat;	
	color:#CCCC99;
	font-size:14px;
	text-align:left;
	padding: 70px 300px 40px 40px;
	}
	
h1 {
	font-size:20px;
	}
	
#menu {
	position:absolute;
	top:299px;
	left:516px;
	width:273px;
	}	
	
#piede {
	background-image:url(../img/linea.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#2D777C;
	font-size:12px;
	padding:10px 40px 20px 40px;
	text-align:left;
	}
	
#menu_small{
	width:800px;
	text-align:right;}

#testi_elenco {
	background-image:url(../img/sfondo_elenco_autori.jpg);
	background-position:top center;
	background-repeat:no-repeat;	
	color:#CCCC99;
	font-size:16px;
	text-align:center;
	padding: 40px;
	}
#testi_elenco a{
	text-decoration:none;
	color:#CCCC99;
	}
#testi_elenco a:hover{
	text-decoration:underline;
	color:#CCCC99;
	}

#testi_scheda {
	width:700px;
	background-image:url(../img/sfondo_scheda_autori.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#CCCC99;	
	color:#021A1E;
	font-size:16px;
	text-align:left;
	padding:40px;
	margin-left:20px;
	}
#testi_scheda a{
	color:#021A1E;
	text-decoration:none;
	}
	
#testi_scheda a:hover{
	color:#021A1E;
	text-decoration:underline;
	}

#fine_scheda {
	background-image:url(../img/sfondo_fine_scheda.jpg);
	background-position:top right;
	background-repeat:no-repeat;	
	padding: 20px 0 0 40px;
	height:50px;
	text-align:left;
	}
	
#fine_scheda a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
	
	}

#fine_scheda a:hover{
	color:#fff;
	text-decoration:underline;
	}
	
#top_scheda {
	position:absolute;
	top:201px;
	left:16px;
	}
.cella_scheda{
	height:28px;
	padding:2px 0 0 110px;
	
	background-repeat:no-repeat;
	}
	
.foto_scheda{
	border:#AEAE7B solid 10px;
	}