@charset "UTF-8";
/* CSS Document */

html {margin:0px;
	  padding:0px;
	  }
	  
body {background-color:#19628f;
	  margin:0px;
	  padding:0px;
	  text-align:center;
	  font-family:"Century Gothic", Arial;
}

#container {width:980px;
			margin:0px;
			padding:0px;
			margin-top:10px;
			margin-left:auto;
			margin-right:auto;
			text-align:left;
}

#logo {width:960px;
	   height:80px;
	   float:left;
	   background-image:url(img/logo.jpg);
	   background-repeat:no-repeat;
	   text-align:right;
	   padding-right:20px;
}

#menu {width:980px;
	   height:24px;
	   background-color:#0966a9;
	   float:left;
	   padding-top:2px;
}

#menu ul {margin: 0;
		  width:980px;
		  padding: 0;
		  display: inline; 
		  list-style-type: none; 
          } 	
	   
#menu li {margin: 0; 
		  padding: 0; 
		  display: inline; 
		  list-style-type: none; 
		  padding-left:0px;
          padding-right:35px;
          } 	   

#menu li a {font-family:"Century Gothic", Arial;
			font-size:14px; 	
			color:#ffffff;
			text-decoration:none;
			font-weight:bold;
			}
			
#menu li a:hover {font-family:"Century Gothic", Arial;
			      font-size:14px; 	
			      color:#797979;
			      text-decoration:underline;
				  font-weight:bold;
			      }
				  
#contenuti {width:960px;
            padding:10px;
			padding-top:0px;
			float:left;
			background-color:#ffffff;
}

#contenuti_top {width:938px;
                padding:0px;
			    float:left;
			    background-color:#ffffff;
				min-height:90px;
				border:#0966a9 solid 1px;
}

#foto_loop {width:630px;
		   height:380px;
		   padding:0px;
		   margin:0px;
		   float:left;
		   padding-right:10px;
}

#form {width:320px;
	   height:480px;
	   margin:0px;
	   padding:0px;
	   float:left;	   
	   background-color:#0966a9;
	   padding-right:10px;
}
		   

.text {font-family:"Century Gothic", Arial;
	   font-size:12px; 	
	   color:#ffffff;
	   text-decoration:none;
	   font-weight:lighter;
}

.text2 {font-family:"Century Gothic", Arial;
	   font-size:12px; 	
	   color:#000000;
	   text-decoration:none;
	   font-weight:lighter;
}

.text3 {font-family:"Century Gothic", Arial;
	   font-size:18px; 	
	   color:#000000;
	   text-decoration:none;
	   font-weight:lighter;
}

.text_small {font-family:"Century Gothic", Arial;
	        font-size:10px; 	
	        color:#797979;
	        text-decoration:none;
	        font-weight:lighter;
}

.text_small_white {font-family:"Century Gothic", Arial;
	        font-size:8px; 	
	        color:#ffffff;
	        text-decoration:none;
	        font-weight:lighter;
}

.text_small_black {font-family:"Century Gothic", Arial;
	               font-size:12px; 	
	               color:#000000;
	               text-decoration:none;
	               font-weight:lighter;
				   line-height:1.0;
}

#contenuti_left {width:630px;
			     float:left;
				 margin-top:10px;
}

#contenuti_right {width:320px;
				 margin-left:10px;
			     float:left;
				 margin-top:10px;
}


#struttura_1 {width:202px;
			  float:left;
			  border-right-color:#666;
			  border-right-style:solid;
			  border-right-width:thin;
			  min-height:370px;

}


#struttura_2 {width:202px;
			  float:left;
			  border-right-color:#666;
			  border-right-style:solid;
			  border-right-width:thin;
			  min-height:370px;

}


#struttura_3 {width:202px;
			  float:left;
			  border-right-color:#666;
			  border-right-style:solid;
			  border-right-width:thin;
			  min-height:370px;

}


#contenuti_news {width:320px;
			     float:left;
				 height:150px;
				 margin-bottom:10px;
}

#contenuti_foto {width:150px;
			     float:left;
				 height:150px;
}

#contenuti_text {width:160px;
			     float:left;
				 height:150px;
				 margin-left:10px;
}

#footer{background-color:#19628f;
		float:left;
		height:15px;
		width:100%;
}

