@charset "utf-8";
/*stili per il layout fisso*/
html,body{
	margin: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(img/sfondo.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #663300;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #202020;
}
div#container{
	width: 80%;
	display: table;
	color: #262A33;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
div#sfondo{
	width: 100%;
	background-image: url(img/sfondo_testata.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	display: table;
}
div#header{
	height: 210px;
	width: 82%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
div#contenuto{
	width: 80%;
	margin: auto;
}
div#sinistra{
	float: left;
	background-image: url(img/cella.jpg);
	background-repeat: repeat;
	width: 18%;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px dashed #526373;
	background-attachment: fixed;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
div#destra{
	background-image: url(img/cella.jpg);
	background-repeat: repeat;
	text-align: left;
	width: 77%;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	color: #330000;
	border: 1px dashed #3C5866;
	background-attachment: fixed;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
div#pagina {
	height: 20px;
	width: 15px;
	display: inline;
	background-image: url(img/pagina.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 6px;
	line-height: 18px;
	font-weight: bold;
	color: #3A2E22;
}
.pagina {
	height: 20px;
	width: 15px;
	display: inline;
	background-image: url(img/pagina.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 6px;
	line-height: 18px;
	font-weight: normal;
}
a {
	font-weight: bold;
	color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
.titolo {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/sfondo.jpg);
	background-repeat: repeat-x;
}
div#box {
	font-style: oblique;
	color: #525252;
}
div#box a{
	color: #EFA832;
	font-style: italic;
	text-decoration: blink;
}
div#box a:hover{
	color: #CD8E49;
}
