/* elementi primari */
* { padding: 0; margin: 0; }
body {



	color: #8a8a8a;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, Sans-Serif; 
	/*font-family: "Trebuchet MS", Geneva, Arial, Helvetica, Sans-Serif;*/


	font-size: 12px;
	text-transform: none;
	text-align: center;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(fotografia_maxguidobaldi.gif);
}
#main-container {
	background: transparent;
	width: 831px; height: 100%;
	margin: 0 auto;
	text-align: left;
}	
/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #666666;
	background-color: inherit;
}
/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }
/* header */
#header { 
	margin-bottom: 10px;
	height: 141px;
}
/* fine top menu */
/* classi addizionali */
.clear      { clear: both;      }
.blue       {	color: #003399; }
.celestino  {	color: #003366; }
.strong     {  font-weight: bolder; }
.float-left  { float: left;        }
.float-right {	float: right;      }
.align-left  {	text-align: left;  }
.align-right {	text-align: right; }


#content-container {
	clear: both;
	margin: 0; padding: 0;
	background: transparent;
}
/* box main fotografia comunicazione*/
#box-sinistro {
	float: left;
	margin-left: 0px;
	margin-top: 25px;
	display: inline;
	padding: 0;
	width: 50%;
}
#fotografia-comunicazione {
	margin-top:20px;
	font-size: 14px;
	color: #8a8a8a;	
/*	font-style: oblique; */
	letter-spacing: 1.2px;
}
/* box news */
#box-destro {
	float: right;
	margin-top: 25px;
	margin-right: 0px;
	background-image: url(image_background.gif);
	padding-top: 13px;
	padding-left: 10px;
	height: 260px;
	width: 329px;
}

/* box gallerie 
#box-destro-gallerie {
	float: right;
	margin-top: 25px;
	margin-right: 0px;
	
	font-size: 14px;
	color: #8a8a8a;	
	letter-spacing: 1.6px;
	height: 380px;
	width: 340px;
}
*/
/* box  testo news*/
#news{
margin:20px 10px 10px 2px;
color: #595959;
}
/* Footer */
#footer { 
	clear: both; 
	color: #666; 
	background: transparent; 
	border-top: 1px solid #666;
	margin: 0;
	padding-top: 5px; 
	height: 60px;	  
	font-size: 10px;
}
#footer a { 
	text-decoration: none; 
	font-weight: normal;	
	color: #999;
}
#footer a:hover {
   background-position:0% 0px;
}
#footer .footer-left{
	float: left;
	width: 45%;
}
#footer .footer-right{
	float: right;
	margin-right: -1px;
}
#footer .footer-right a {
	text-decoration: underline; 
}
#footer .footer-right a:hover {
	text-decoration: none; 
}


  




/* preload photostrip */
#loading {
	width: 300px;
	height: 100px;
	background-color: #c0c0c0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px; 
	margin-left: -100px;
	text-align: center;
}
