body {
	padding: 0px;
	margin: 0px;
	background-color: #161616;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin: 0px;
	padding: 5px;
}

a:link, a:visited { color: #CCCCCC; }
a:hover, a:active { color: #ffcc00; }

form { padding: 0px; margin: 0px; }
input, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

h2 {
	padding: 5px;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #a67f01
}

h3 {
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #ffcc00;
}

.interlinealarga {
	line-height: 24px;
}

.testata_sfondo {
	background-color: #000000;
	border-bottom: 2px solid #ad8f3a;
	background-image: url(images/testata.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 170px;
}
	.testata_sfondo .testata {
		width: 960px;
		margin: 0px auto 0px auto;
		position: relative;
	}
		.testata_sfondo .testata .reserv {
			position: absolute;
			top: 0px;
			right: 28px;
		}
	.testata_sfondo .testata table.menu {
		color: #FFFFFF;
		width: 960px;
	}
		.testata_sfondo .testata table.menu td {
			text-align: center;
			vertical-align: middle;
		}
		.testata_sfondo .testata table.menu a:link, .testata_sfondo .testata table.menu a:visited {
			display: block;
			background-color: #5a5a5a;
			color: #ffffff;
			height: 36px;
			line-height: 36px;
			padding: 0px 3px 0px 3px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			border-left: 1px solid #000000;
			text-decoration: none;
		}
		.testata_sfondo .testata table.menu a:hover, .testata_sfondo .testata table.menu a:active {
			background-color: #666666;
			color: #cccccc;
			text-decoration: none;
		}
		
	.testata_sfondo .testata .submenu {
		text-align: right;
		font-size: 11px;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
		color: #a67f01;
		padding-right: 30px;
		padding-top: 94px;
	}
		.testata_sfondo .testata .submenu a:link, .testata_sfondo .testata .submenu a:visited {
			color: #a67f01;
			text-decoration: none;
		}
		.testata_sfondo .testata .submenu a:hover, .testata_sfondo .testata .submenu a:active {
			color: #cccccc;
			text-decoration: underline;
		}
		
			.ang01 { background-image: url(images/ang01.gif); background-position: top left; background-repeat: no-repeat; }
			.ang02 { background-image: url(images/ang02.gif); background-position: top right; background-repeat: no-repeat; }
	
.container_sfondo {
	background-image: url(images/sfondo.gif);
	background-color: #161616;
	background-repeat: repeat-x;
	background-position: top;
	color: #cccccc;
}
	.container_sfondo .container {
		width: 900px;
		padding: 30px;
		margin: 0px auto 0px auto;
		background-color: #4e5150;
		font-family: "Palatino Linotype", "Times New Roman", Times, serif;
		font-size: 13px;
	}
	.container_sfondo .bottom {
		background-image: url(images/bottom.gif);
		background-repeat: no-repeat;
		background-position: top left;
		width: 960px;
		height: 175px;
		margin: 0px auto 0px auto;
		text-align: center;
	}
	.container_sfondo .bottom_small {
		background-image: url(images/bottom.gif);
		background-repeat: no-repeat;
		background-position: 0px -82px;
		width: 960px;
		height: 5px;
		margin: 0px auto 0px auto;
		text-align: center;
		font-size: 5px;
		line-height: 5px;
		height: 5px;
		overflow: hidden;
	}
	.container_sfondo .bottom2 {
		padding: 30px 0px 20px 0px;
		margin: 0px auto 0px auto;
		text-align: center;
		color: #f2f2f2;
	}
		.container_sfondo .bottom2 a:link, .container_sfondo .bottom2 a:visited {
			color: #f2f2f2;
			text-decoration: none;
		}
		.container_sfondo .bottom2 a:hover, .container_sfondo .bottom2 a:active {
			color: #a67f01;
			text-decoration: underline;
		}
