body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background-color:#0E4586;
	text-align: center;
	background-image: url(../img/sfondo.jpg);
	background-repeat: repeat-x;
}

#wrap {
	color: #FFFFFF;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
}

#index {
	clear: both;
	height: 20px;
	width: 800px;
}

#header {
	clear: both;
	height: 600px;
	background-image: url(../img/intro-base.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
}

#content {
	line-height: 1.6em;
	text-align: justify;
	margin-top: 10px;
	margin-right: 150px;
	margin-bottom: 10px;
	margin-left: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

#content a {
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 1px;
}

#content a:hover {
text-decoration: none;
color: #E3001B;
}

#footer {
	clear: both;
	margin: auto;
	padding: 0;
	width: 800px;
	text-align: center;
	font-size: 0.9em;
	background-color: #0E4586;
}

#footer img {
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#footer a {
	text-decoration: none;
	
}

#footer a:hover {
text-decoration: none;
}

#footer a:visited {
text-decoration: none;
}




.bold {
font-weight: bold;
}

.hide {
display: none;
}

