body {
	background-color: #2e301a;
	background-image: url(images/sfondo.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 13px;
	color: #c2b27e;
}
body , html {
	height: 100%;
}
table#container {
	border: 0px;
	height: 100%;
	width: 100%;
}
	table#container td.topcontent {
		padding: 0px;
	}
		table#container td.bottom {
			vertical-align: bottom;
			height: 40px;
			background-color: #101109;
		}
		
	.menu-bottom {
		line-height: 40px;
		color: #585953;
	}
		.menu-bottom a:link, .menu-bottom a:visited {
			color: #585953;
		}
		.menu-bottom a:hover, .menu-bottom a:active {
			color: #585953;
			text-decoration: underline;
		}

a:link, a:visited {
	color: #f2f2f2;
	text-decoration: none;
}
a:hover, a:active {
	color: #c2b27e;
	text-decoration: underline;
}


#menu-top {
	width: 920px;
	height: 25px;
	margin: 0px auto 0px auto;
	line-height: 25px;
	text-align: right;
	padding: 0px 20px 0px 20px;
}

#testata {
	width: 960px;
	height: 285px;
	margin: 0px auto 0px auto;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}
	#testata #menu {
		position: absolute;
		top: 0px;
		left: 21px;
		width: 162px;
	}
		#testata #menu .menu-voci a:link, #testata #menu .menu-voci a:visited {
			width: 162px;
			height: 32px;
			line-height: 32px;
			border-bottom: 1px solid #3d3b25;
			text-align: center;
			font-size: 14px;
			display: block;
			background-color: #1c1d0f;
			color: #cccccc;
			text-decoration: none;
		}
		#testata #menu .menu-voci a:hover, #testata #menu .menu-voci a:active {
			display: block;
			background-color: #000000;
			color: #c2b27e;
			text-decoration: none;
		}

#slogan {
	width: 960px;
	margin: 0px auto 0px auto;
}

#barra-lato {
	width: 194px;
	height: 239px;
	padding: 100px 5px 20px 5px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(images/barra-lato.gif);
	color: #191a0e;
	text-align: center;
	margin-bottom: 25px;
}

	#barra-lato a:link, #barra-lato a:visited {
		color: #191a0e;
	}
	#barra-lato a:hover, #barra-lato a:active {
		color: #191a0e;
	}
	
	
h2 {
	font-size: 24px;
	font-weight: normal;
}
p,h2 {
	padding: 8px;
	margin: 0px;
}

.box-rilievo {
	border-top: 1px solid #c2b27e;
	border-bottom: 1px solid #c2b27e;
	margin-top: 25px;
	margin-bottom: 30px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}