/* CSS Document */

body {
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #006699;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

a {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: none;
}


#pagina {
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#testata {
	height: 200px;
	width: 100%;
	margin-left: auto; 
 	margin-right: auto;
	background-image: url(/graph/testata.jpg);
	position: relative;
}

#logo {
	position: absolute;
	top: 5px;
	left: 22px;
	width: 118px;
	height: 115px;
	text-align: center;

}

#menu {
	width: 100%;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	background: transparent url(/graph/sfondo-menu.gif) no-repeat top left;
	
}

#menu a:link, #menu a:visited {
	color: #0066FF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
}

#testa {
}

#corpo {
}

#colonna-sx {
	float: left;
	position: relative;
	width: 400px;
	text-align: justify;
}

#colonna-dx {
	float: right;
	position: relative;
	height: 406px;
	width: 306px;
	text-align: center;
}

#piede {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
