/* CSS Document */
body{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 76%; /*dimensionamento percentuale del font */
	color:#414141;
	background-color: #5d75ba;
}
body a {
	color: #811354;
	background-color:#FFFFFF;
}

img {
	border:0px;
}

#container {
	width:944px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/linea_pagina.gif);
	background-repeat: repeat-y;
	
}


#header {
	margin: 0px;
	color:#FFFFFF;
	background-color:#ff8106;
	height:85px;
	clear: both;
}


#subheader {
	margin: 0px;
	background-color:#eca393;
	color:black;
	text-align: right;
	text-decoration: none;
	clear: both;
	height: auto;
	border-bottom-style: solid;
	border-bottom-color: #FF8106;
	border-bottom-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}
#loghi_dx {
	float:right;
	margin: 0px;		
	height:84px;	
}
#loghi_sx {
	float:left;
	margin: 0px;		
	height:84px;	
}
#message {
	padding: 20px;
	text-align: center;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	text-decoration: none;
	text-align: right;
}


.home_p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	margin-left: 40px;
}
#foto{
	clear:both;
	width:944px;
	height:121px;
	margin:0px;
	padding:0px;

}
#footer{
	color: #ffffff;
	background-color: #811354;
	margin:0px;
	
}	
#message p {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#footer_left{
	float:left;
	width:12%;
	margin: 0px;
	padding: 1%;
	

}
.footer_left_p{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	/*color: #ffffff;*/
	text-decoration: none;
	text-align: left;
}
#footer_middle{
	float:left;
	width:70%;
	margin: 0px;
	padding: 1%;
	/*background-color: #811354;
	*/
}
.footer_middle_p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	/*color: #ffffff;*/
	text-decoration: none;
	text-align: center;
}
#footer_right{
	float:left;
	width:12%;
	margin: 0px;
	padding: 1%;
	/*
	background-color: #811354;
	*/
}

div.clearer {clear: left; line-height: 1em; height: 0;}
