body {
	background-image: url(../img/bg_home.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#004080;
}

/*head   ############################*/
#headCont {
	height: 110px;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

/*main   ############################*/
#mainCont {
	height: 260px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/*news ############################*/
#newsContainer{
	width: 955px;
	height:230px;
	margin: 0 auto;
	padding: 0px;
}
#newsSpacer{
padding-top:20px;
padding-bottom:10px;
}

/*clear ############################*/
.clear{
  clear:left;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}



/* INIZIO FOCUS ######################################## */
#focusCont {
	position: absolute;
	top:110px;
	left:50%;
	z-index: 99;
	margin-left:45px;
}

#focusCont .tabcontainer{
	width:440px;
	height:227px;
	background: url(../img/focus_bg.png) no-repeat 0 0;
}

#focusCont ul {
list-style:none;
list-style-type:none;
list-style-image:none;
list-style-position:outside;

}

#focusCont li {
	text-align: left;
	float:left;
	height:33px;
}

#focusCont li a{
	font-size:10px;
	color:#eee;
	text-align: left;
	height:0px;
	display:block;
	padding-top:33px;
	overflow:hidden;
}
#focusCont li a#focLink1:link, #focusCont li a#focLink1:visited {
width:152px;
background:url(../img/focus1_out.gif) no-repeat 0 0;
}
#focusCont li a#focLink1:hover, #focusCont li a#focLink1.current {
background:url(../img/focus1_over.gif) no-repeat 0 0;
}
#focusCont li a#focLink2:link, #focusCont li a#focLink2:visited {
width:152px;
background:url(../img/focus2_out.gif) no-repeat 0 0;
}
#focusCont li a#focLink2:hover, #focusCont li a#focLink2.current {
background:url(../img/focus2_over.gif) no-repeat 0 0;
}

#foc1 {
padding:24px;
}

#foc2 {
padding:24px;
}

.focusP {
padding-left:6px;
font-size:12px;
color: #333333;

}
