/* CSS Document */

body,td,th, p {
	font-family: Trebuchet MS, Arial;
	padding: 0px;
	font-size:14px;
	color:#000000;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f3ece3;
	background-image: url(images/sfondoripetuto.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

a {
	color: #9e7439;
	text-decoration:none;
	font-weight: bold;
}

a.news {
	color: #FFFFFF;
	text-decoration:none;
	font.weight: bold;
}

a:hover {
	text-decoration: underline;
}

.titolonews {
	color: #c47b63;
	font-weight: bold;
	font-size: 24px;
}

#imagetop {
	position: absolute;
	width: 1200px;
	height: 800px;
	background-image: url(images/sfondo.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 50%;
	margin-left: -600px;
	z-index: 5;
}

#menu {
	position: absolute;
	width: 177px;
	height: 385px;
	top: 380px;
	left: 50%;
	margin-left: -314px;
	z-index:8;
}

#contenuto {
	position: absolute;
	width: 560px;
	top: 260px;
	left: 50%;
	margin-left: -130px;
	z-index:9;
}
