@charset "utf-8";
/*stili per il layout fisso*/
html,body{
	margin: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(images/sfondo.jpg);
	background-repeat: repeat-x;
	color: #999999;
	background-color: #191718;
}
div#container{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/template_02.jpg);
	background-repeat: repeat-y;
	display: table;
}
div#navigazione{
	width: 900px;
	height: 38px;
}
div#header{
	width: 900px;
	background-image: url(images/template_02.jpg);
	background-repeat: no-repeat;
	height: 232px;
}
div#banner{
	width: 900px;
	text-align: center;
	height: 245px;
}
div#banner_basso{
	width: 900px;
	text-align: center;
}
div#bannercentrale{
	width: 900px;
	text-align: center;
}
div#banneralto{
	width: 900px;
	text-align: center;
	margin-bottom: 10px;
}
div#contenuto{
	width: 900px;
	text-align: left;
	display: table;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#menu{
	width: 202px;
	float: left;
}
div#menu a{
	color: #FF9933;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
div#menu a:hover{
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}
div#sinistra{
	width: 202px;
	margin-top: 0px;
	background-image: url(images/sinistra_02.jpg);
	background-repeat: repeat-y;
}
div#sinistrasopra{
	width: 202px;
	background-image: url(images/sinistra_01.jpg);
	background-repeat: no-repeat;
	height: 16px;
}
div#sinistracentro{
	margin-left: 8px;
	margin-right: 8px;
}
div#sinistrasotto{
	width: 202px;
	background-image: url(images/sinistra_04.jpg);
	background-repeat: no-repeat;
	height: 15px;
}
div#sinistra a{
	color: #666666;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
div#sinistra a:hover{
	color: #F09705;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F09705;
}
div#destra{
	width: 696px;
	float: right;
	margin-top: 0px;
	background-image: url(images/destra_02.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#destrasopra{
	width: 696px;
	background-image: url(images/destra_01.jpg);
	background-repeat: no-repeat;
	height: 19px;
}
div#destracentro{
	width: 676px;
	margin-right: 10px;
	margin-left: 10px;
}
div#destrasotto{
	width: 696px;
	background-image: url(images/destra_04.jpg);
	background-repeat: no-repeat;
	height: 16px;
}
div#lword{
	width: 900px;
	background-image: url(Lword/img/lword_02.jpg);
	background-repeat: no-repeat;
	height: 232px;
}
div#footer{
	text-align: center;
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
}
div#footer a{
	color: #999999;
}
div#footer a:hover{
	color: #FFFFFF;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	color: #EF9400;
	font-size: 18px;
}
h2 {
	color: #00CCFF;
	font-size: 14px;
	font-style: italic;
}
a{
	color: #666666;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
a:hover{
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}
