﻿html {
	margin: 0;
	padding: 0;
	background-image: url('../images/sfondo.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#body {
	margin:0; 
	padding:0;
	background-image:url('/images/sfondo.png')  
	}
	
	#container h1{
	font-family: "Comic Sans MS";
	text-align :center 
}

#container{
	width:900px; 
	background-color: white;
	padding: 7px;
 	font-family:Comic Sans MS ;
 	font-size:16px;
}

#header{
	text-align:left;
	height: 200px;
	background-position :left center 
	/*background-color: #3399FF; */

}

#content{
	text-align:left;
	float:right;
	margin: 5px 0 0 7px;
	width: 740px;
}
	#content ol li{
	margin: 6px 0 0 0;
}

	
	/*NAVIGAZIONE*/
#navigation{
	text-align:left;
	float: left;
	width: 150px;
 	font-family: "Arial Narrow" ;
 	font-size: 13px;
 	text-decoration: none;
 	/*background-color:black;*/
 	color: white;
 	height :100%;
 	}
 	 	
 #navigation ul{
 	margin: 1px;
 	padding: 0;
 	border: 1px white solid ;
 	background-color:black;
	}
	
#navigation li{
	list-style: none;
	padding: 5px 0 5px 6px;
	border-top: 1px white solid;
	}
		
#navigation a{
	text-decoration: none;
	color: white ;
}

#navigation li:hover {
background-color: #3399FF;
}	
	
	
	/*FOOTER*/
#footer
{
	text-align:center;
	clear: both ;
	padding: 7px 0 7px 0;
	border: 1px black solid ; 

}
#footer a{
	color: black ;
	font-family: "Arial Narrow" ;
}