﻿html
{
	height: 100%;
	min-width: 900px;
	margin: 0 0 1px;
	padding: 0;
}

body
{
	/*text-align: center;
	 To Make Content Centered */
	color: #200;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Palatino, "Book Antiqua", "Palatino Linotype", Georgia, serif;
	font-size: 11pt;
	background-color: #FDFFEF;
	background-image: url(../immagini/sfondo.jpg);
	background-repeat: repeat;
}

p {
}

b, strong {

}

a:link, a:visited { color: #900;	text-decoration: none; }

a:hover, a:active
{
	text-decoration: underline;
	color: #C00;
}

img {
	border: none;
}

.image-left
{
	float: left;
	margin: 0 10px 0 0;
	/*padding: 3px 3px 3px 0;*/
}

.image-right
{
	float: right;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 3px;
}

no
{
visibility: hidden;
}
	
.clearer 
{
	clear: both;
}

#testata
{
	background-color: #732519;
	/*background-image: url(../immagini/rosso.jpg);*/
	height: 20px;
	padding: 4px 0 0 20px;
	color: #A66;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}

#barra
{
	clear: both;
	position: relative;
	height: 60px;
	padding: 15px 0 0 30px;
	color: white;
	font-family: Palatino, "Book Antiqua", "Palatino Linotype", Georgia, serif;
	font-size: 14px;
	background-color: #732519;
	background-image: url(../immagini/sopra.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#barra a { color: #FF9; text-decoration: none; }
#barra a:hover
{
	color: #fff;
	text-decoration: none;
}

#logo
{
	background-color: transparent;
	width: 370px;
	height: 168px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 6;
	background-image: url(../immagini/logo.png);
	background-repeat: no-repeat;
}

#pulsanti
{
	width: 490px;
	/*text-align: right;*/
	margin: 0 0 0 340px;
	list-style-type: none;
}

#pulsanti a
{
	float: left;
	display: block;
	padding: 6px 10px 10px 10px;
	margin-right: 2px;
	width: auto;
}

#pulsanti a:hover
{
	background-image: url(../immagini/menu.png);
}

/*
#pulsanti li, #pulsanti li a
{
	float: left;
	padding: 6px 10px 10px 10px;
	margin-left: -10px;
}

#pulsanti li a:hover
{
	background-image: url(../immagini/menu.png);
}*/

#sommario
{
	clear: both;
	width: 300px;
	height: 160px;
	color: #200;
	z-index: 7;
	position: absolute;
	margin: 100px 0 0 500px;
	font-family: Palatino, "Book Antiqua", "Palatino Linotype", Georgia, serif;
	font-style: italic;
	font-size: 28px;
	line-height: 34px;
	/*font-weight: bold;*/
	background-image: url(../immagini/sommario.png);
	background-repeat: no-repeat;
	padding: 25px 10px 10px 10px;
	text-align: center;
	vertical-align: middle;
}

#contenitore
{
	width: 900px;
	/*margin: 0 auto;*/
	line-height: 15px;
}

#pagina
{
	padding: 370px 20px 15px 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 60px 0 0;
	line-height: 18px;
}

#pagina h2
{
	font-family: Palatino, "Book Antiqua", "Palatino Linotype", Georgia, serif;
	font-size: 32px;
	color: #200;
}

#pagina a
{
	color: #C00;
	text-decoration: none;
}

#colophon
{
	clear: both;
	position: relative;
	background: #732519 url(../immagini/sotto.jpg) repeat-x 0 0;
	padding: 15px 0 50px 30px;
	color: #CCC;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
}	

#colophon a:link, a:visited { color: #FF9; text-decoration: none; 
}

#colophon a:hover, a:active {
	color: #FC6; text-decoration: underline;
}

#oltrarno
{
	width: 150px;
	text-align: right;
	position: absolute;
	top: 10;
	margin: 0 0 0 710px;
}
