/*BODY*/
body{
	font-family: arial,sans-serif;
	width: 1280px;
	height: auto;
	margin: 0 auto;
	/*background-color:#0590D3;*/
	background-image:url(../img/sfondo2.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
		}
img {
	border:none;
	top: auto;
	vertical-align: top;
}
div#container{
	background-color:#FFFFA8;
	height: auto;
	width: 1280px;
	border: #fa0807;
	border-style: solid;
	border-width: 5px;
	
	}
	
/*HEADER*/
	
div#header{
	height: 200px;
	background-image: url(../img/bussola.jpg);
	width: 1280px;
	padding:0px;
	}

/*MENU*/
	
div#menu{
	background-color:#fa0807;
	width: 1280px;
	height: 35px;
	padding: 0px;
	
	
}

div#menu table{
	height: 30px;
	width: 1280px;
	background-color: #fa8401;
	text-align:center;
	font-weight: bold;
	font-family:Bookman Old Style;
	font-size:20px;
	padding: 0px;
}



/*NAVIGATION*/

div#navigation{
	float: left;
	width: 250px;
	font-size: 26px;
	font-family: Bookman Old Style;
	height:auto;
	font-style:normal;
	font-weight:bold;
	color:#000099;
	background-color:#FFFFA8;
	  		}
	div#navigation a{
	color: #C60000;
	text-decoration:none;
	font-style:normal;
	font-weight: bold;
	font-size:24px;
	text-align: center;
		}
/*CONTENT*/
	
div#content{
	width: 775px;
	height:2300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	float: left;
	font-size: 20px;
	color: #660033;
	margin-top: 0px;
	border-color: #909090;
	border-width: 2px;
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 0px;
	background-color:#FFFFFF;
	}	
div#content h1, h2{
	font-size:20px;
	color:#000000;	
	}
div#content img a{
	border:none;}	

/*EXTRA*/

div#extra{
	float: left;
	width: 250px;
	font-size: 26px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:auto;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	color:#000099;
	background-color:#FFFFA8;
	}
div#extra a{
	color: #C60000;
	text-decoration:none;
	font-style:normal;
	font-weight: bold;
	font-size:24px;
	text-align:center;
}

/*FOOTER*/

div#footer{
	clear:both;
	text-align:center;
	background-position:left center;
	color: #FF0000;
	background-repeat: no-repeat;
	border-top-color: #909090;
	width: 1280px;
	background-color:#0590D3;
	padding-bottom: 10px;
	border-top-style: solid;
	}
div#footer ul{margin:0px 0px 0px 100px;padding:0px; list-style:none;}
div#footer li{ display:inline;padding:4px;}	
div#footer a{color:#431D14;font-weight:normal;text-decoration: none}

/*FINE*/

