@charset "utf-8";
/* CSS Document */
html,body{
margin:0; padding:0
}


 body{
font-family: arial,sans-serif; font-size: 80%
}

 div#container{
 margin: 0 auto; width:700px
 
 
 }
 
 div#header{
 height:240px; width:700px; background: url(sfondo.gif); border: 2px solid #4653b8;
 }
 
 h1{
 margin: 0;padding:0
 }
  
 h2{
 color:#4078B8; font-size:1.5em; text-align:center
 }
 
 div#navigation{
 height:65px; width:700px; background-color: #4653B8; color: #FFFFFF; border: 2px solid #4653b8;
 }
  
a:link { color: #FFFFFF; text-decoration: none;
}
a:visited { 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
		color: #999999;
		text-decoration: underline;
}
 div#content{
 height:auto; width:688px; padding:0.5em; background: #FFFFFF; border: 2px solid #4653b8;
 }
  
 div#footer{
 height: auto; width:688px; padding:0.5em; background-color: #4653B8; color:#000; text-align:center; border: 2px solid #4653b8;
 }

