/* CSS Screen http://www.carlodulla.com - realizzato da Davide Bernardi // myself[at]davidebernardi.it */
body, html { 
        height: 100%; 
}
/* BODY */
body {
      margin: 0px;
	  text-align: center;
	  background: #818376;
}
/* BODY IFRAME */
.bodyIframe {
	  margin: 0px;
	  background: #F3F4F0;
	  text-align: left;
	  overflow: hidden;
	  
}
/* IMG */
img {
     border: none;
}
/* DIV LAYOUT */
div#container {      
      width: 760px;
	  margin: 0 auto;
	  min-height: 100%;
      height: auto !important;
      height: 95%;
	  background-image:url(../img/background.gif);
	  background-position: top;
	  background-repeat: repeat-y;  
}
div#header {      
      width: 740px;
	  height: 40px;
	  padding: 5px;
	  background: #F3F4F0;
      text-align: left;
}
div#photoContent {
      width: 740px;
	  height: 513px;
	  background: #F3F4F0;
	  margin: 10px;
	  text-align: left;
}
div#navBar {
      width: 740px;
	  height: 60px;
	  background: #F3F4F0;
	  margin: 10px;
}
div#footer {
        width: 750px;
		height: 50px;
		background: #F3F4F0; 
		padding-top: 15px;
		padding-left: 10px;
		text-align: left;
		float: left;
		top: 0px;
}
div#copy-piva-credits {      
        width: 600px;
	    background: #F3F4F0;
		height: 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #333333;
		text-align: left;
		float: left;
}
div#contact {      
      width: 140px;
		height: 20px;
		background: #F3F4F0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #333333;
		text-align: right;
		float: left;
}
/* CLASSI */
.photo {
      width: 740px;
	  height: 493px;
	  background: #F3F4F0;
	  overflow: hidden;
	  text-align: left;
}
.text {
      width: 740px;
	  height: 20px;
	  background: #F3F4F0;
	  text-align: left;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  color: #333333;
	  line-height: 20px;
}
.noFlash {
      
	  text-align: center;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  color: #333333;
}
.line {
     width: 740px;
	  height: 1px;
	  margin-left: 10px;
	  border-bottom: 1px inset;
	  border-bottom-color: #818376;
}
.hide {
      display: none;
}
.cleaner {
        clear: both;
		display: block;
}
/* LINK MOUSE */
a.mouse:link, a.mouse:active, a.mouse:visited {
	color: #333333;
	text-decoration: none;
}
a.mouse:hover {
	color: #999999;
	text-decoration: none;
}
