@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
}
#structure {
	margin: auto;
	height: auto;
	width: 800px;
}
#header {
	background-image: url(../immagini/header.jpg);
	background-repeat: no-repeat;
	height: 188px;
	width: 800px;
}
#nav {
	height: 49px;
}
#areaTxt {
	background-color: #FFF;
	background-image: url(../immagini/areaTxt.jpg);
	background-repeat: no-repeat;
	height: auto;
	padding: 30px;
}
#footer {
	background-image: url(../immagini/footer.jpg);
	background-repeat: no-repeat;
	height: 54px;
}
.Title {
	font-weight: lighter;
	color: #686868;
	font-size: 16px;
}
.TitleII {
	font-size: 18px;
	color: #f29120;
	font-variant: small-caps;
}
.TitleIII {
	font-weight: bold;
	color: #666;
	font-variant: small-caps;
	font-size: 16px;
}
.TitleIV {
	font-weight: bold;
	color: #666;
	font-variant: normal;
}
.TitleV {
	color: #f29120;
	font-variant: small-caps;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #f29120;
	font-size: 12px;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.collapse {
	margin: 0px;
}
.clearFloat {
	clear: both;
}

