@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff0a8;
	background-image: url(images/sfondo.jpg);
	margin:0px;
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FF3300;
}
.tab {
	width: 808px;
}
.header {
	background-image: url(images/header.png);
	height: 149px;
	width: 808px;
}
.body {
	background-image: url(images/body.png);
	width: 808px;
}
.footer {
	background-image: url(images/footer.png);
	height: 61px;
	width: 808px;
}
.menu{
	font-family: tahoma;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	width: 145px;
}
.titolo {
	background-image: url(images/titolo.jpg);
	height: 27px;
	width: 145px;
	font-family: tahoma;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.voce {
	background-image: url(images/voce.jpg);
	height: 25px;
	width: 145px;
	font-family: tahoma;
	font-size: 10px;
	color: #006699;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.voce:hover {
	background-image: url(images/voceh.jpg);
	height: 25px;
	width: 145px;
	font-family: tahoma;
	font-size: 10px;
	color: #FF6600;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
a {
	font-family: tahoma;
	font-size: 10px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 10px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
.sinistra{
	width: 34px;
}
.centro{
	width: 14px;
}
.destra{
	width: 37px;
}
