@charset "UTF-8";
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	line-height: 20px;
}
#structure {
	margin: auto;
	height: 768px;
	width: 1024px;
}
#header {
	background-image: url(../immagini/header.jpg);
	height: 245px;
}
#nav {
	float: left;
	height: 523px;
	width: 272px;
}
#areaTxt {
	float: right;
	height: auto;
	width: 712px;
	padding: 20px;
	background-image: url(../immagini/areaTxt.jpg);
	background-repeat: no-repeat;
}
.Title {
	font-weight: bold;
	color: #333;
}
.TitleII {
	font-size: 14px;
	color: #333333;
	font-variant: small-caps;
}
a:link {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
.collapse {
	margin: 0px;
}
.clearFloat {
	clear: both;
}
