@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #373737;
	background-image: url(../immagini/bg.jpg);
	background-repeat: no-repeat;
}
#structure {
	background-color: #FFF;
	margin: auto;
	height: auto;
	width: 900px;
}
#header {
	background-image: url(../immagini/header.jpg);
	background-repeat: no-repeat;
	height: 121px;
	width: auto;
}
#footer {
	color: #FFF;
	background-color: #373737;
	background-image: url(../immagini/footer.jpg);
	height: 25px;
}
#nav {
	height: 46px;
	width: auto;
}
#areaTxt {
	padding: 20px;
	height: auto;
}
#areaTxtContact {
	background-color: #FFF;
	background-image: url(../immagini/bgContatti.jpg);
	background-repeat: no-repeat;
	height: 635px;
	padding: 20px;
}
.Title {
	font-weight: bold;
	color: #666;
	font-size: 14px;
}
.TitleII {
	font-size: 14px;
	color: #373737;
	font-variant: small-caps;
	font-weight: bold;
}
a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.collapse {
	margin: 0px;
}
.clearFloat {
	clear: both;
}
#footerIndex {
	background-color: #373737;
	background-image: url(../immagini/footerIndex.jpg);
	height: 25px;
}

