﻿body{
	text-align: center;   /*centra la struttura in IE 5.x */
	background-color: #f8deb6;
	background-image: url('../interfaccia/bg_body.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	background-attachment: fixed;
	margin: 0 0 0 0;
	font-family: calibri, serif;
	color: #333333;
}

table#ombra{
	margin: 0 auto 0 auto;
	width: 1020px;
	border-collapse: collapse;
}
table#ombra td.ombrasx{
	width: 60px;
	background: url('../interfaccia/ombrasx.png') repeat-y right 0;
}
table#ombra td.ombradx{
	width: 60px;
	background: url('../interfaccia/ombradx.png') repeat-y left 0;
}

div#container{
	text-align: left;   /*ripristina l' allineamento*/
	border: 1px solid #E5E5E5;
	background-color: #FFFFFF;
	width: 900px;
}

div#header{
	height: 133px;
}

div#navigation{
	clear: both;
	height: 30px;
	line-height: 30px;
	border-style: solid;
	border-width: 0px 0 1px 0;
	border-color: #E5E5E5;
	background-image: url('../interfaccia/logo_bottom.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	font-family: "Comic Sans MS";
}

div#content_dx{
	width: 200px;
	float: right;
	text-align: left;
	padding: 5px;
	/*border: 1px #E5E5E5solid;*/
}

div#content{
	margin: 2px 215px 2px 2px;
	padding: 10px;
	/*border: 1px #E5E5E5 solid;*/
}

div#home_bottom{
	/*border: 1px black solid;*/
}

div#footer{
	clear: both;
	margin: 2px;
	line-height: 130%;
	font-size: 12px;
	color: #808080;
	text-align: center;
	padding: 5px 10px 5px 10px;
	/*border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px 0 0 0;*/
}

div#extra{
	/*margin: 3px auto 0 auto;
	width: 900px;*/
	text-align: right;   /*ripristina l' allineamento*/
}

div#pre-home{
	width: 800px;
	height: 440px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -210px 0 0 -480px;
	padding: 0 80px 0 80px;
	
	background-image: url('../interfaccia/bg_pre2.png');
	background-repeat: no-repeat;
	background-position: 0 30px;
}
div#pre-home_sx{
	width: 387px;
	height: 140px;
	float: left;
}
div#pre-home_dx{
	margin: 96px 0 0 387px;
	line-height: 37px;
	padding-right: 10px;
	height: 37px;
	text-align: right;
	
	background-image: url('../interfaccia/bg_pre.jpg');
	background-repeat: repeat-x;
	background-position: 0 0;
	
	border-style: solid;
	border-color: #ffffff;
	border-width: 0 1px 0 0;
}






