/* CSS Document */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-color: #B1B1B1;
}

div
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

img
{
	behavior: url(Scripts/iepngfix.htc);
}

div#container
{
	position: relative;
	margin: 0 auto;
	width: 915px;
	height: 100%;
	background-image: url(../images/poggiosavelli_center01.jpg);
	background-repeat: repeat-y;
}

body>div#container
{
	height: auto;
	min-height: 100%;
}

div#header
{
	background-image: url(../images/poggiosavelli_top02.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	height: 319px;
	width: 915px;
}

div#headerLingua
{
	background-image: url(../images/poggiosavelli_top01.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	text-align: right;
	height: 114px;
	width: 915px;
}

div#menu
{
	background-image: url(../images/poggiosavelli_top03.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	position: absolute;
	height: 139px;
	width: 915px;
}

div#menu p
{
	color: #2A2A2A;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	margin-left: 46px;
	margin-top: 57px;
}

div#footer
{
	position: absolute;
	font-size: 8pt;
	color: #FFFFFF;
	bottom: 0;
	margin: 0;
	padding: 0;
	height: 88px;
	width: 915px;
	background-image: url(../images/poggiosavelli_bottom01.jpg);
	background-repeat: repeat-x;
}

div#footer .spanFooter
{
	margin-left: 55px;
	margin-right: 55px;
	display: block;
	margin-top: 37px;
	text-align: center;
}

div#content
{
	text-align: justify;
	margin-top: 139px;	
}

div#content .contenuto
{
	display: block;
	color: #2A2A2A;
	font-family: Arial;
	font-size: 10pt;
	/*margin-top: 139px;*/
	margin-left: 55px;
	margin-right: 55px;
}

.clear
{
	clear: both;
}

.clearFooter
{
	height: 125px;
}

form
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

fieldset
{
	margin: 0;
	padding: 0;
}

legend
{
	font-size: 8pt;
	color: #2D8E18;
}

a, a:link, a:visited
{
	color: #2A2A2A;
	font-size: 10pt;
	text-decoration: none;
}

a:hover, a:visited:hover
{
	color: #2D8E18;
	font-size: 10pt;
	text-decoration: underline;
}

.titolo
{
}

div#testoFooter
{	
}