html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-image: url(../img/body_bkg.gif);
	background-repeat: repeat-x;
}
a{display:block;color: #006}
div#header{
	position:relative;
	height: 145px;
}
div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	color: #79B30B;
	display: none;
}
#navig {
	list-style-type: none;
	margin-top: 20px;
	margin-left: 5px;
}
#navig li {
	display: inline;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FF0000;
	font-weight: bold;
}
#descrizione {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002C61;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1px;
}

div#header a{
	position:absolute;
	right:47px;
	top:22px;
	width: 128px;
}
div#container{text-align:left}
div#content p{
	line-height:1.4;
	padding-left: 5px;
}
div#navigation{}
div#extra p{
	padding-right: 39px;
	padding-left: 12px;
	text-align: justify;
	color: #002C61;
}
div#footer{background: #98DA18;color: #FFF}
div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0;color: #002C61}

div#container{width:780px;margin:0 auto}
div#content{float:left;width:530px}
div#navigation{float:right;width:250px}
div#extra{float:right;clear:right;width:250px}
div#footer{clear:both;width:100%}
.adsense{
	background-color:#E1E5EB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5AABD0;
	border-bottom-color: #5AABD0;
	margin-right: 15px;
	margin-left: 5px;
}
