/* CSS Document */

.separatore-basso {
	border-bottom: 3px solid #999999;
}

.separatore-sinistra {
	border-left: 3px solid #999999;
}

.sfondo1 {
	background-color: #FC9696;
}

.sfondo2 {
	background-color: #FFFF95;
}

body {
	background-color: #CCCCCC;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#pagina {
	background-image: url(/images/background.gif);
	width: 787px;
	margin-left: auto;
	margin-right: auto;
}

#testa {
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}

#corpo h1, #corpo h2 {
	color: #FF9900;
}

#corpo h2 {
	font-size: 18px;
}

#corpo h3 {
	font-size: 16px;
}

#testa h1 a {
	font-size: 30px;
	color: #01027F;
	margin: 0 10px;
	float: left;
}

#testa h1 a strong {
	color: #D30707;
}

#testa h2 {
	font-size: 14px;
	color: #01027F;
	margin: 0 10px;
	float: left;
	clear: left;
}

#testa a {
	float: right;
	margin: 0 10px;
	color: #01027F;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#leaderboard {
	clear: both;
	margin-left: 4px;
	margin-right: 3px;
	background-image: url(/images/leaderboard.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #01027F;
	padding: 7px 0 15px 0;
}

#inferiore {
	padding-top: 10px;
	text-align: center;
}

#piede {
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;
	text-align: center;
	padding: 14px 0;
}

#piede a {
	color: #FFFFFF;
}