body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	background-image: url(../images/fasce.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

img {
	border: 0px;
}

#bordo {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 4px;
}


#container {
	width: 744px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	position: relative;
	height: 500px;
}

#header {
	width: 744px;
	height: 500px;
	top: 0px;
	left: 0px;
	text-align: left;
	position: absolute;
	background-image: url(../images/top05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu {
	width: 200px;
	top: 152px;
	left: 45px;
	text-align: left;
	position: absolute;
	background-color: #f4f4f4;
}

#loghi {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}

#loghi img {
	margin-right: 10px;
	margin-left: 10px;
}

.avviso {
	text-align: left;
	border: 1px solid #844024;
	margin: 10px;
	padding: 5px;
}

.paginata {
	text-align: left;
	border: 1px solid #844024;
	margin: 20px;
	padding: 5px;
	background-color: #daf7f9;
}

#footermenu {
	text-align: left;
	border: 1px solid #844024;
	margin: 10px;
	padding: 5px;
}

#content {
	width: 394px;
	top: 272px;
	left: 305px;
	text-align: left;
	position: absolute;
	background-color: #f4f4f4;
	z-index:10;
}

.titolo {
	text-align: left;
	background-color: #dadada;
	border: 1px solid #844024;
	margin: 0px;
	padding: 5px;
}

#pagina {
	margin: 0px;
	padding: 5px;
}

#navigation li {
	list-style-type: none;
	border-bottom: 1px solid #dedede;
}

#navigation ul {
	padding-bottom: 15px;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
}

#navigation a:link {
	text-decoration: none;
	color: #000000;
	font-size: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	display:block;
}

#navigation a:visited {	
	text-decoration: none;
	color: #000000;
	font-size: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	display:block;
}
	
#navigation a:hover {
	text-decoration: none;
	color: #902f24;
	font-size: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	display:block;
	background-color: #dee967;
}
	
#navigation a:active {
	text-decoration: none;
	color: #0055a6;
	font-size: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	font-family: 'Trebuchet MS';
}

#content a:link {
	text-decoration: underline;
	color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS";
}

#content a:visited {	
	text-decoration: underline;
	color: #000000;
	font-size: 12px;
	font-family: 'Trebuchet MS';
}
	
#content a:hover {
	text-decoration: underline;
	color: #902f24;
	font-size: 12px;
	font-family: "Trebuchet MS";
}
	
#content a:active {
	text-decoration: underline;
	color: #0055a6;
	font-size: 12px;
	font-family: 'Trebuchet MS';
}

#content li {
	padding-bottom: 5px;
}

#content ul {
	padding-bottom: 5px;
}