@charset "utf-8";
/* CSS Document */
/*stili per il layout fisso*/
html,body{
	text-align: center;
	background-image: url(img/sfondo.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #3A0905;
	background-position: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
h1 {
	font-size: 18px;
	color:#372F24 ;
}
h2 {
	font-size: 16px;
	color: #89150C;
}
a:link {
	font-weight: bold;
	color: #FFF1D7;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	font-style: italic;
	color: #FFF1D7;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	font-style: italic;
	color: #FFF1D7;
	text-decoration: none;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
div#header{
	height: 333px;
	background-image: url(img/template_01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* container */
#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/template_02.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	display: table;
	width: 915px;
	background-position: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#contenuto_body{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	display: block;

}
#sinistra {
	text-align: left;
	color: #3A0905;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: 8px;
	background-image: url(img/menu.jpg);
	background-repeat: repeat-y;
	border: 2px solid #3A0905;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: auto;
	padding-right: 5px;
	padding-left: 5px;
}

#sinistra a{
	color: #3A0905;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
#sinistra a:hover{
	color: #663300;
}
#destra {
	float: right;
	color: #3A0905;
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0px;
	display: block;
	margin-left: 10px;
	width: 75%;

}
#destra a{
	color: #3A0905;
	text-decoration: none;
	font-weight: bold;
}
#destra a:hover{
	color: #630;
}
#destra a:visited{
	color: #960;
}
#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #46757D;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 60px;
	background-image: url(img/template_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#inc_footer{
	font-size: 13px;
	font-style: italic;
	color: #660000;
}
#inc_footer a{
	color: #3A0905;
}
#inc_footer a:hover{
	color: #000000;
}
#sinistra_menu {
	text-align: center;
	float: left;
	width: 20%;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sinistra_menu img{
	background-image: url(img/sfondo_foto.jpg);
	background-repeat: repeat;
	background-position: center center;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.titolo {
	font-weight: bold;
	text-transform: capitalize;
	color: #600;
}
#destra img{
	background-image: url(img/sfondo_foto.jpg);
	background-repeat: repeat;
	background-position: center center;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
