BODY {	
	padding:0px 0px 0px 0px;
	margin: 0px; 
	position: relative; 
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;  
}

BODY,HTML { 
	margin:0px;
	height:100%;
}
/*-----------------------------------------------------------------------------------*/

DIV#container{
	top:0px;
	left:0px;
	width:100%;
	height:100%;	
	margin:0px 0px 0px 0px;
	border:0px solid red;
	background: url("../images/background_interno.jpg") no-repeat; 
	position: absolute; 
}
DIV#content{
	top:0px;
	left:0px;
	width:100%;
	/*height:450px;	*/
	margin:50px 0px 0px 0px;
	border:0px solid black;
	background: url("../images/background_content.jpg") repeat-x; 
}

DIV#footer{
	border:0px solid #ff6600;	
	width:100%;
	height:60px;
	top:0px;
	left:0px;
	margin:0px 0px 0px 0px;
	background: url("../images/background_footer.jpg") repeat-x; 
}
DIV#footerInt{
	border:0px solid #ff6600;	
	width:990px;
	height:60px;
	top:0px;
	left:50%;
	margin:0px 0px 0px -495px;
	background: none;
	position:relative;
}
DIV#footerLeft{
	border:0px solid #ff6600;	
	width:700px;
	height:30px;
	float:left;
	margin-top:5px;
	margin-left:20px;
}

DIV#footerRight{
	border:0px solid #ff6600;	
	width:270px;
	height:30px;
	float:right;
	text-align:right;
	margin-top:5px;
}
/*------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------*/
.footer{
	color: #605B4B;
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;  
	font-size:11px;
}
a.footer:link, .footer:visited {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;  
	font-size:11px;
	color:#605B4B;
	text-decoration:none;
}
a.footer:hover, .footer:active {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;  
	font-size:11px;
	color:#605B4B;
	text-decoration:none;
}
/*-----------------------------------------------------------------------------------*/

.footerOrange{
	color: #ed7426;
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;  
	font-size:11px;
}
a.footerOrange:link, .footerOrange:visited {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;  
	font-size:11px;
	color:#ed7426;
	text-decoration:none;
}
a.footerOrange:hover, .footerOrange:active {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;  
	font-size:11px;
	color:#ed7426;
	text-decoration:none;
}
/*-----------------------------------------------------------------------------------*/


DIV#pagina{
	top:0px;
	left:50%;
	width:990px;
	/*height:600px;	*/
	margin:0px 0px 0px -495px;
	border:0px solid red;
	background: none;
	position:relative;
}

DIV#menu{
	width:990px;
	height:78px;
	border:0px solid yellow;
	background: none;
	margin:0px 0px 0px 0px;

}

DIV#menuFlash{
	width:990px;
	height:78px;
	border:0px solid red;
	margin:0px 0px 0px 0px;
	background:none; 
}
/*/////////////////////////////////////////////*/

.menu{
	color: #FFFFFF;
	font-family: Verdana;
	font-size:12px;
}
a.menu:link, .menu:visited {
	font-family: Verdana;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
a.menu:hover, .menu:active {
	font-family: Verdana;
	font-size:12px;
	color:#FFFFFF; /*verde*/
	text-decoration:none;
}

/*//////////////////////////////////////////////*/

.mail{
	color:#ED7426; /*arancione*/
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif; 
	font-size:11px;
}
a.mail:link, .mail:visited {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif; 
	font-size:11px;
	color:#ED7426; /*arancione*/
	text-decoration:none;
}
a.mail:hover, .mail:active {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif; 
	font-size:11px;
	color:#ED7426; /*arancione*/
	text-decoration:none;
}



#clearer{
	display:block;
	clear:both;
}
