body{
 /*background-color : #000066;*/
 background-image :  url(../immagini/sfondo.jpg);
 background-repeat : repeat ;
 width: 950px;
 margin: 20px auto 20px auto;
 font-family: Verdana, Arial, Helvetica;
 font-size: 10px; 
 color: #000066;
}

A:LINK{
 color : #CC0000;
 text-decoration : none;
}
A:VISITED{
 color: #CC0000;
 text-decoration : none;
}	  
A:HOVER{
 background-color: #FFCC66;
 Color : #CC0000;
 text-decoration : none;
}

#header {
 background: url(../immagini/bgHeader.gif);
 width: 927px;
 height: 122px;
 padding-top: 20px;
 padding-left: 23px;
}

#barraNavigazione {
	background: url(../immagini/bgBarraLink.gif);
	width: 950px;
	height: 95px;
}
#links{
 position: absolute;
 margin-top: 77px;
 margin-left: 165px;
}
#links A:LINK{
 border : 1px solid blue;
 margin-left: 2px;
 color : blue;
 text-decoration : none;
}
#links A:VISITED{
 border : 1px solid blue;
 margin-left: 2px;
 color: blue;
 text-decoration : none;
}	  
#links A:HOVER{
 background-color: blue;
 Color : #FFFFFF;
 text-decoration : none;
}
#logoCampionato{
 position: absolute;
 margin-top: 32px;
 margin-left: 623px;
}

#centro{
 background: url(../immagini/bgCenter.gif);
 width: 895px;
 padding-left: 55px;
 color: #000066;
}
#centro h2{
 background-color: #6699CC;
 color: #FFFFFF;
 whith: 100%;
 font-family : Verdana,Arial,Helvetica;
 font-size : 12px;
 font-weight : bold;
 margin-top: 5px;
 text-align: left;
 padding: 5px 3px 3px 3px;
 /*margin-left: 25px;
 margin-bottom: 5px; */
}
#centro p{
 whith: 100%;
 font-family : Verdana,Arial,Helvetica;
 font-size : 11px;
 margin-top: 3px 0px 3px 0px;
 text-align: justify;
}

#bottom{
 background: url(../immagini/bgBottom.gif);
 width: 950px;
 height: 40px;
}

#schede {
 background: url(../immagini/bg_right.gif);
 width: 230px;
 height: 160px;
 padding-top: 15px;
 padding-left: 5px;
 padding-right: 15px;
 margin-left: 25px;
 color: #FFFFFF;
}
#schede h1{
 font-family : Verdana,Arial,Helvetica;
 font-size : 12px;
 font-weight : bold;
 margin-top: 0px;
 margin-left: 25px;
 margin-bottom: 5px; 
}