/***************************************
	Body
****************************************/
body
{
	font:normal 14px Verdana;
	background-color: #009BFF;
}
/***************************************
	Contenitori
****************************************/
div.container
{
	width:845px; 
	height:auto; 
	margin-left:auto; 
	margin-right:auto; 
	background-color:#b2c9fb; 
	background-repeat:repeat-x;
}
div.top
{
	width:auto; 
	height:131px; 
	padding:0px; 
	background-color: #87acfd;
	border-bottom:2px solid blue;
}
div.center
{
	width:auto; 
	height:auto; 
	padding:0px; 
}
div.colsx
{
	float:left; 
	width:16%; 
	height:auto; 
	padding:0px; 
}
div.main
{
	float:left; 
	width:80%; 
	height:auto; 
	padding:4px 8px 12px 8px; 
}
div.bottom
{
	clear:left; 
	width:auto; 
	height:auto; 
	padding:4px; 
	text-align:center; 
	background-color: #009BFF;
	border-top:2px solid blue;
}
/***************************************
	Testi
****************************************/
p
{
	text-align:justify;
}
span
{
	text-align:justify;
}
/***************************************
	Titoli
****************************************/
h1
{
        font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
	font-weight: bold;
}
h2
{
        font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
	font-weight: bold;
}
h3
{
	font:bold 14px Verdana;
}
/***************************************
	Tabelle
****************************************/
table th
{
	text-align:center; font-weight:bold;
}
table td 
{
	padding:0px 4px;
}
/***************************************
	Punti numerati
****************************************/
ul.list
{
	list-style-image:url("/images/punto.gif");
	list-style-type:square;
}
/***************************************
	Linguaggio
****************************************/
div.language
{
	position:relative; 
	left:10px;
}
/***************************************
	AdSense verticale
****************************************/
div.adsensev
{
	position:relative; 
	left:4px;
}
/***************************************
	Shinystat
****************************************/
div.shinystat
{
	position:relative; 
	left:10px;
}
