/* CSS Document */

html,body{
		  margin:0px;
		  padding:0px;
	      }

body {background-color:#000000;
      }
	  
#container { position:relative;
             top:20px;
			 width:760px;
			 height:560px;
			 margin:0 auto;
			 }

.menu_alto {position:absolute;
	top:0px;
	left:1px;
             }
			 
.logo{position:absolute;
      top:60px;
	  left:0px;
	  width:610px;
	  height:150px;
	  border:none;	   
	  }
	  
	  
.visual {position:absolute;
      top:65px;
	  left:600px;
	  width:150px;
	  height:150px;
	  }
	  
table{position:absolute;
      top:265px;
	  left:-40px;
	  width:100px;
	  height:500px;
	  text-align:center;
	  font-size:16px;
	   }
	  

td{ height:40px;
    width:100px;
    border:2px groove #41536D;
    border-top:2px;
	border-left:2px;
	border-right:8px;
	border-bottom:8px;
	padding-top:5px;
	
	}
   
 td a {color:#FFFFFF;
    font-size:14px;
	text-decoration:none;
    }
			
td a:hover{color:#FFFFFF;
           cursor:pointer;
        font-weight: bold;
         
		} 
		   
.menu{color:#D9AC26; 
       font-size:20px;
	   font-weight:bold;
	   border:16px outset #CCCCCC;
	   background-color:#333333;
	   width:80px;
	  }	   
		   	

.storia{position:absolute;
      top:317px;
	  left:125px;
	  width:490px;
	  text-align:justify;
	  background-color:#CCCCCC;
	  padding:5px;
	  color:#FFFFFF;
	  }
	  	
.testo{font-size:14px;
       font-family:"Times New Roman", Times, serif;
	   line-height:16px;
	   padding:10px;
	   color:#000000;
	   }	  

.titolo{position:absolute;
      top:260px;
	  left:125px;
	  width:490px;
	  color:#FFFFFF;
	  text-align:center;
	  padding-top:5px;
	  background-color:#2E4F67;
	  font-size:22px;
	  padding:5px;
	  }
 
.fotovi{position:absolute;
        top:265px;
		left:680px;
		width:120px;
		}
		
.fotoce{position:absolute;
        top:740px;
		left:680px;
		 width:120px;
		}			  
