/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #6B1350 url(background.jpg) no-repeat top center; /* Optional */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #333;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a {  text-decoration: none; color: #8E2453; font-weight: bold; }
a:hover { text-decoration: none; color: #8E2453; font-weight: bold; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 920px;
	background: transparent;
	border: 0;
	padding: 0;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: transparent;
	border: 0;
	padding: 30px 0px 15px 0px;
	}	
	
#photo {
	background: #ccc;
	border-bottom: 5px #000 solid;
	height: 320px;
	padding: 0;
	position: relative;
	}	

#photo p {
margin: 0;
border: 0;
}

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #000 url(bg_nav.jpg) repeat-x top center; 
	border: 0;
	margin: 0; 
	padding: 0;
	height: 30px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: normal;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #fff;
	background-color: transparent;
	border:0 ; 
	padding: 5px 18px;
	font-size: 1em;
	float: left;
	text-transform: uppercase;
	font-weight: normal;
	}
#nav li a:hover { background: url(bg_nav_hoover.jpg) repeat-x center top; color: #fff; }
#nav li a.on { background: url(bg_nav_hoover.jpg) repeat-x center top; color: #fff;}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	background-color: #fff;
	width: 880px;
	position: relative;
	margin:0px;
	border:0px;
	line-height: 17px; 
	text-align: justify; 
	word-spacing: 2px;
	padding: 10px 20px 20px 20px;
	}	

.bghome {
background: 
}

#content p {
margin: 0;
border: 0;
}

#content h1 {
font-size: 23px;
letter-spacing: -2px;
}

.titoloform {

color: #8E2453;
font-size: 18px;
font-weight: bold;
}


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #000 url(bg_footer.jpg) no-repeat top center;
	border:0;
	height: 40px;
	text-align: right;	
	color: #fff;
	font-size: 11px;
	padding: 10px 10px 10px 175px;
	line-height: 12px;
	clear: both;
	
	}
	
#footer a { text-decoration: none; color: #8E2453; font-weight: bold; }
#footer a:hover { text-decoration: none; color: #8E2453; font-weight: bold; }
