body {
	margin: 0;
	padding: 0;
	background: url(images/fond.jpg) repeat-x;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #999999;
	text-align: center;
}

h1, h2, h3 {
	margin: 5;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

#header {
	width: 840px;
	height: 160px;
	margin: 0 auto;
}

#logo {
	height: 90px;
}

#logo h1 {
	float: left;
	padding: 10px 10px 0 0;
	letter-spacing: -2px;
	font-size: 30px;
}

#logo h2 {
	float: right;
	padding: 10px 0 0 0;
	font-size: 24px;
}

#logo a {
	text-decoration: none;
	color: #1A1A1A;
}

#menu {
	height: 70px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 80px;
	padding-top: 20px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -2px;
	font-size: 20px;
	color: #B8BD52;
}

#menu a:hover {
	color: #1A1A1A;
}

#menu .active a {
	background: url(images/img03.jpg) no-repeat;
	color: #FFFFFF;
}

#gallery {
	clear: both;
	width: 840px;
	height: 420px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	color: #333333;
}

#testo {
	clear: both;
	align: left;
	width: 840px;
	height: 280px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	color: #333333;
	text-align: left;
}

#foot {
	position: relative;
	clear: both;
	align:center;
	width: 840px;
	height: 30px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	color: #333333;
	text-align: center;
	font-size: 10px;
}