@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	line-height: 35px;
}
#structure {
	margin: auto;
	width: 900px;
}
#nav {
	background-color: #000;
	height: 35px;
}
#header {
	background-image: url(../immagini/header.jpg);
	height: 186px;
	width: 900px;
	background-color: #000;
}
#areaTxt {
	background-color: #000;
	background-image: url(../immagini/bgAreaTxt.jpg);
	height: auto;
	padding: 20px;
	background-repeat: no-repeat;
}
#footer {
	background-color: #000;
	height: 47px;
}
.title {
	font-weight: bold;
	font-variant: normal;
	color: #fe8f00;
}
a:link {
	color: #fe8f00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.collapse {
	margin: 0px;
}
.clearFloat {
	clear: both;
}

