@charset "utf-8";
/*stili per il layout fisso*/
html,body{
	margin: 0;
	padding:0;
	text-align: center;
	color: #B9B59A;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#3A372E;
	scrollbar-face-color:#262520;
	scrollbar-highlight-color:#262626;
	scrollbar-3dlight-color:#262520;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#2A2722;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #292720;
}
/* stile per il body */ 
div#container{
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: table;
		background-image: url(img/template_03.jpg);
	background-repeat: repeat-y;

}
div#header{
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(img/template_01.jpg);
	background-repeat: no-repeat;
	height: 79px;
}
div#adsense {
	width: 468px;
	text-align: right;
	height: 60px;
	padding-top: 0px;
	top: 0px;
	margin-top: 10px;
	float: right;
	margin-right: 30px;
}
div#navigazione {
	width: 850px;
	height: 76px;
	top: 0px;
	background-image: url(img/template_02.jpg);
	background-repeat: no-repeat;
}
div#inc_navigazione {
	width: 650px;
	top: 0px;
	text-align: center;
	padding-top: 15px;
	margin-left: 200px;
}
div#inc_navigazione a{
	font-weight: bold;
	color: #C4BFAC;
	text-decoration: none;
}
div#inc_navigazione a:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
div#contenuto {
	width: 836px;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
}
div#sinistra {
	width: 155px;
	float: left;
	color: #B7B398;
}
div#sinistra a{
	text-decoration: none;
	color: #403D31;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #453F2F;
	padding-left: 2px;
}
div#sinistra a:hover{
	text-decoration: none;
	color: #AE6E31;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFBC81;
	padding-left: 2px;
}
div#centro {
	width: 515px;
	margin-left: 180px;
	color: #292720;
}
div#centro a{
	text-decoration: none;
	color: #81250C;
}
div#centro a:hover{
	text-decoration: none;
	color: #716B53;
}
div#centro a:visited{
	text-decoration: none;
	color: #AD3C12;
}
div#recensione {
	width: 640px;
	margin-left: 180px;
	color: #292720;
}
div#recensione a{
	text-decoration: none;
	color: #81250C;
}
div#recensione a:hover{
	text-decoration: none;
	color: #716B53;
}
div#recensione a:visited{
	text-decoration: none;
	color: #AD3C12;
}
div#destra {
	width: 130px;
	float: right;
	text-align: center;
}
/* stile per il footer */ 
div#footer {
	background-image: url(img/template_05.jpg);
	background-repeat: no-repeat;
	display: table;
	width: 850px;
	height: 162px;
}
div#inc_footer {
	margin-top: 50px;
}
div#inc_footer a{
	text-decoration: none;
	color: #9F3E11;
}
div#inc_footer a:hover{
	text-decoration: none;
	color: #C0BBA8;
}
div#inc_footer a:visited{
	text-decoration: none;
	color: #B3AF96;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #862306;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7B270D;
}
.box {
	border: 1px dashed #804000;
	color: #292720;
}
h2 {
	font-size: 13px;
	color: #56513D;
	text-align: left;
}
div#pagina {
	height: 20px;
	width: 15px;
	display: inline;
	background-image: url(img/pagina.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 6px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
}
.pagina {
	height: 20px;
	width: 15px;
	display: inline;
	background-image: url(img/pagina.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 6px;
	line-height: 18px;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #8F431F;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #84290A;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #292720;
}
.campo_modulo {
	background-color: #ADA990;
	border: 1px inset #9B9680;
}
.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.barra {
	background-image: url(img/barra.jpg);
	background-repeat: repeat-x;
	height: 23px;
	color: #000000;
}
