/*structure.css*/

	
	body {
	/*background-color:#EDFAFD;*/
	 background-color:#3FB7AD; 
	/*background-color:#D9D9BF; */
	/*background-color:#C1BD9D;*/
	margin:0;
	margin-bottom:5px;
	padding:0;
	font-size: 11px;
	font-family: Verdana, serif;
    text-align:center;/* centra in IE5.x */
	color: #000;
	}
	
	/* conteiner
----------------------------------------------- */
	
#container {
	width:760px;
    margin:60px auto;/* centra negli altri browser */
	text-align: left;/* ripristina l'allineamento */
	min-height: 100%;
	position: relative; 	
	background:#57BEB3;

}




/* header
----------------------------------------------- */
#header {
  background:#57BEB3;
  width:760px;
  margin:0;
  margin-top:10px;
  padding:0;
  text-align:center;
  height:199px;
  border:0;
 }
 



/* content
----------------------------------------------- */



#content{
 margin: 0;
 background:#57BEB3;
 padding:0;
}


 
 


	

		
		/* CSS FOR SLIDESHOW SCRIPT */
	#imageSlideshowHolder{
		margin:0;	/* "Air" */
		width:203px;	/* Image width */
		height:189px;	/* Image height */
		position:absolute;	/* Don't remove this line */
		top: 0;
		left:0;
	}

	/* Don't change these values */
	#imageSlideshowHolder img{
		position:absolute;
		left:278px;
		top:10px;
	}

	/* END CSS SLIDESHOW  SCRIPT */
	
	   img.zeta {
float : right; margin-top:0;margin-right:10px;
}

	   img.vel {
margin-bottom:-2px;
}




