body
{
	background-image:url('img/sfondo.png');
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#573A00;
	font-family:arial;
}

#titolo {
	background-image:url('img/logo.png');
	background-position:center;
	background-repeat:no-repeat;
	width:813px;
	height:80px;
	margin-right:auto;
	margin-left:auto;
	border-bottom:1px dotted #573A00;
}

#corpo {
	position:relative;
	width:813px;
	margin-right:auto;
	margin-left:auto;
	background-color:#AFA062;
	border:0px dotted #573A00;
}

#sinistra {
	width:150px;
	border:0px solid red;
	float:left;
	margin-left:2px;
	font-family:"Times New Roman";
}

#sinistra a{
	color:#573A00;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

#sinistra a:hover{
	font-weight:bold;
	color:white;
	background-color:#573A00;
	font-family:"Times New Roman";
}

#menus {
	list-style:none;
	margin:0px;
	padding:0px;
	border:0px solid red;
	font-style:italic;
	text-align:left;
}

#centro {
	width:508px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px dotted #573A00;
	border-right:1px dotted #573A00;
	float:left;
	background-color:#BDB071;
	text-align: justify;
	font-size:12px;
}

#centro a {
	color:#573A00;
	text-decoration:none;
	font-weight:bold;
}

#centro a:hover{
	font-weight:bold;
	color:white;
	background-color:#573A00;
}

#destra {
	width:140px;
	margin-left:670px;
	border:0px solid blue;
	text-align:right;
	margin-right:2px;
	font-family:"Times New Roman";
}

#destra a{
	display:block;
	color:#573A00;
	text-decoration:none;
	font-weight:bold;
}

#destra a:hover{
	background-color:#573A00;
	font-weight:bold;
	color:white;
	font-family:"Times New Roman";
}

#menud {
	list-style:none;
	margin:0px;
	padding:0px;
	border:0px solid red;
	font-style:italic;
	text-align:right;
}

#stopfloat{
	clear:both;
}

#pie {
	width:813px;
	margin-right:auto;
	margin-left:auto;
	border-top:1px dotted #573A00;
	background-color:#BDB071;
	font-size:9px;
	text-align:right;
	padding-top:5px;
}

#pie a {
	text-decoration:none;
}






.titolomenusinistra {
	color:#816A2E;
	width:100px;
	font-weight:bold;
	border-bottom:1px dotted #816A2E;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family:"Times New Roman";
	font-style:normal;
}

.titolocentro {
	color:#816A2E;
	//width:500px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family:"Times New Roman";
}

.titolini {
	color:#816A2E;
	font-weight:bold;
	margin-bottom:10px;
	font-style:italic;
	font-family:"Times New Roman";
}

.titolinini {
	color:#816A2E;
	font-weight:bold;
	margin-bottom:8px;
	font-style:italic;
	font-family:"Times New Roman";
}

.titolomenudestra {
	color:#816A2E;
	width:100px;
	font-weight:bold;
	border-bottom:1px dotted #816A2E;
	text-align:right;
	margin-left:40px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family:"Times New Roman";
}

p {
	margin-top:0px;
}

.copy {
	text-align:right;
	font-size:10px;
}


