@charset "UTF-8";
body {
	background-color: #002851;
	background-image: url(immagini/bg_site.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #F49801;
	text-decoration: underline;
}
a:visited {
	color: #F49801;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content_site {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.c_testata {
	float: left;
	width: 900px;
	background-image: url(immagini/testata.gif);
	background-position: left top;
	height: 109px;
	background-repeat: no-repeat;
}
#navigazione {
	float: left;
	height: 331px;
	width: 900px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 1em;
}
#c_page {
	float: left;
	width: 880px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.col_sx_home {
	float: left;
	width: 413px;
}
.col_dx_home {
	float: right;
	width: 447px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: normal;
}
h1 {
	color: #F69700;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2em;
	line-height: 0.9em;
	margin-top: 0px;
}
#footer {
	float: left;
	width: 900px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #F69700;
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #667e97;
	padding-bottom: 30px;
}
ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.5em;
}
#map {
	float: right;
	width: 439px;
	height: 447px;
	margin-bottom: 20px;
	border: 4px solid #EA9000;
}

