/* CSS Document */
body
{
	background-color: #003333;
	color: #006633;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
p
{
	color: #003333;
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
}
h1
{
	font-size: 24px;
	font-weight: bold;
	color: #FF9933;
	font-family: Callahan;
}
h2
{
	font-size: 18px;
	font-weight: bold;
	font-family: Callahan;
	color: #003333;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	color: #003300;
	font-family: Callahan;
}
.centro
{
	text-align: center;
}
.destra
{
	text-align: right;
}
.sinistra
{
	text-align: left;
}

A:hover {
	font-style: italic;
	font-weight: normal;
	background-color: #FF9C37;
	text-decoration: blink;
}

a:link
{
	color: #006666;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

A:visited {
	color: #339966;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.cororatog
{
	color: #c5ebd8;
}

#contenitore
{
	position: fissa;
	width: 750px;
	border: medium none #339966;

	
}

#sopra
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #339966;
	font-weight: bold;
	background-image: url(../immagini/up.jpg);
	text-align: center;
	width: 100%;
	position: relative;
	height: 132px;

}
#barra
{
	font-family: Beardley;
	font-weight: bold;
	text-align: center;
	width: 100%;
	position: relative;
}
#centrato
{
	width: 100%;
	text-align: justify;
	position: relative;
	background: #006666;
}
#sinistra
{
	position: relative;
	width: 20%;
	float: left;
	background-color: #006666;
	text-align: center;
	
}
#box
{
	position: relative;
	width: 80%;
	float: left;
	background-color: #FFFFFF;
	text-align: center;

}
#medio
{
	font-weight: bold;

	width: 75%;
	position: relative;
	float: left;
	text-align: center;
}


#destra
{
	position: relative;
	width: 25%;
	background-color: #FFFFFF;
	color: #003333;
	float: left;
	text-align: left;
	
}
#sotto
{
	font-weight: normal;
	float: right;
	width: 100%;
	position: relative;
	text-align: right;
	background-color: #006666;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
#sotto p
{
	color: #c5ebd8;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	font-size: 14px;
}
#sotto a
{
	color: #c5ebd8;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	font-size: 14px;
}
