/* basic elements */

html,body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:justify;
	color: #333333;
	background-color: #ffffff;
	background-image:url(../images/struttura/mainbg.jpg);
	background-repeat:repeat-x;
	margin:0px auto;
}
div{
	margin:0px auto;
}


div#header { 
	position:absolute;
	width:100%;
}

div#topBanner { 
	position:relative;
	width:750px;
	height:100px;
	background-image:url(../images/struttura/topbanner.jpg);
	background-repeat:no-repeat;
}

div#login { 
	position:relative;
	width:750px;
	height:31px;
	z-index:2000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3399CC;
	padding-top:10px;
}


div#banner { 
	position:absolute;
	height:250px;
	text-align:center;
	width:100%;
	left:0px !important;
	left:1px;
	top:141px;
	z-index:100;
}

div#menuContainer { 
	width:100%;
}

div#mainPanel{
	position:relative;
	top:385px;
	z-index:10;
	border:solid 1px #000000;
}

.centerPanel{
	position:relative;
	background-image:url(../images/struttura/centerpanel.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:97px;
	height:170px;
	float:left;
	margin:1px;
	font-size:11px;
	line-height:15px;
	color:#999999;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:justify;
}

div#contentContainer { 
	position:absolute;
	top:385px;
	width:100%;
}

div#content{
	width:733px;
	margin:0px auto;
	background-image:url(../images/struttura/contentBg1.gif);
	background-repeat:repeat-y;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	background-color:#ffffff;
}
div#contentFooter{
	width:733px;
	margin-top:-50px;
	margin:0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	height: 60px;

}

div#downBarContent{
	position:relative;
	background-image:url(../images/struttura/downbar.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:35px;

}

div#downBar{
	position:absolute;
	background-image:url(../images/struttura/downbar.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:35px;
	top:552px;
	z-index:0 !important;
	z-index:-1;

}

div#testoHome{
	position:relative;
	float:left;
	margin-top:80px;
	margin-left:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	width:300px;
	line-height:14px;
	text-align:justify;
}



div#contentNews{
	position:relative;
	margin:0px auto;
	width:100%;
	height:35px;
	text-align:center;
}



div#news{
	position:relative;
	width:800px;

}
div#footer{
	position:absolute;
	margin:0px auto;
	width:100%;
	height:35px;
	text-align:center;
	
}

div#footer2{
	position:relative;
	width:100%;
	height:60px;
	text-align:center;
	top:90px !important;
	top:25px;
}
