
body{ width: 100%; height: 1200px; background: url('images/bg_body.png'); font-family: 'Nothing You Could Do', 'Courier new', sans-serif;}
a{text-decoration: none;}
.rounded {

    background-color: white;
    margin: 20px auto;
    padding: 20px;
    
    border: 5px solid #E63302;
    
    
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    
}
div#page{
	
	min-width: 900px;  height: 1000px;  
	background-color: White; 
	border:2px solid rgb(0, 143, 255); margin-left: 12.50%; margin-right: 12.50%;border-radius: 30px;
}

div#header{
	width: 100%; height: 300px; background-color: White;
	border-radius: 30px 30px 0px 0px; -moz-border-radius: 30px 30px 0px 0px; -webkit-border-radius: 30px 30px 0px 0px;
	}
		div#logo{width: 100%; height: 250px;}
			div#img_logo{float: left; margin-left: 30px; margin-top: 15px;}
			div#img_banner{float: right; margin-top: 10px; margin-right: 30px; color:#E4AA16; font-size: 35px;}
		div#menu{width: 100%; height: 60px; margin-top: 10px; float:right;font-size: 25px; background-color: indianred; color: White;}div#menu a{ color: White;}
	div#content{width: 100%; height: 600px; font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;}
		div#left-biografia{width: 28%; height: 100%; float: left; min-width: 220px; margin-left: 30px; margin-top: 5px;}
		div#left{width: 38%; height: 100%; float: left; min-width: 280px; margin-top: -20px;}
			div#sidebar{height: 150px;  width: 80%;font-size: 20px;  color: White; margin-left: 30px; margin-top: 30px;} div#sidebar a{ color: White;}
			div#sidebar_item{}
			div#locali{margin-left: 40px; margin-top: 125px; width: 262px;}
			div#videoleft{margin-left: 30px; margin-top: 125px; width: 262px;}
		div#center{min-width: 450px; width: 72%; height: 100%; margin-left: 150px; margin-top: 40px;  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;}
		div#center_servizi{min-width: 450px; /*width: 72%;*/ height: 100%; margin-left: 150px; margin-top: 40px;  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif; font-size: 14px;}
			div#galleria{width: 600px; height:80%; margin-left: 30%;}
		div#elenco{margin-left: 250px;}
		div#center-biografia{min-width: 510px; width: 72%; height: 100%; margin-left: 150px; margin-top: 40px;  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;}
div#menu_item{
	float: left;  width: 20%; margin-top: 3px;
	#margin-top: 6px;
	/*background: url('images/menu_not_selected.png');*/
}
div#current{
	float: left;  width: 20%; margin-top: 3px;
	#margin-top: 6px;
}
div#menu_item a { 
	text-align: center; padding-top: 10px; height: 40px;  border:2px solid white; background-color: #1970B4;  display:block; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px; border-radius: 30px 30px 30px 30px;}
div#menu_item a:hover { 
	padding-left: 10px; padding-top: 10px; height: 40px;  border:2px solid black; background-color: rgb(0, 143, 255);  display:block; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px;border-radius: 30px 30px 30px 30px;}
div#current a { 
	text-align: center; padding-top: 10px; height: 40px;  border:2px solid white;  background-color: rgb(0, 143, 255);  display:block; -moz-border-radius: 30px 30px 30px 30px; -webkit-border-radius: 30px 30px 30px 30px;border-radius: 30px 30px 30px 30px;}

div.footer{min-width: 600px; width: 50%; height: 80px; background-color: White; margin-left: 25%; border:2px solid #6F0; border-top: 0px; margin-top: -16px; 
	text-align: center; font-family: 'lucida grande',tahoma,verdana,arial,sans-serif; display:block;
	-moz-border-radius: 0px 0px 30px 30px; -webkit-border-radius: 0px 0px 30px 30px; border-radius: 0px 0px 30px 30px;}

/*Parte relativa al footer ie: sul 22 pollici funziona perfettamente senza
<!--[if IE]>
	<style type="text/css">
	div.footer { margin-top: 0px; width: 600px; margin-left: 300px; }
	</style>
<![endif]-->
Parte relativa al footer ie: sul 22 pollici funziona perfettamente senza*/
	


/*Parte relativa all'animazione*/
.qitem {
	width:250px;
	height:250px;	
		
	margin:5px 5px 5px 0;
	background: url('images/bg.jpg') no-repeat;
	
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	cursor:hand; cursor:pointer;
}

	.qitem img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	.qitem .caption {
		position:absolute;
		z-index:0;	
		color:#ccc;
		display:block;
	}

		.qitem .caption h4 {
			font-size:12px;
			padding:10px 5px 0 8px;
			margin-top:200px;
			color:#369ead;
		}

		.qitem .caption p {
			font-size:10px;	
			padding:3px 5px 0 8px;
			margin:0;
		}



/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}

.clear {
	clear:both;	