html,body{
	margin: 0;
	padding:0;
	height:100%;
	background-image:url(../immagini/bgnd.jpg);
	background-repeat:repeat-x;
	font: normal 11px Tahoma, Verdana, Arial, Georgia, sans-serif;
	text-align:justify;
	line-height:18px;
	color:#47646c;

}
div#headerBgnd{
	position:absolute;
	left:0px;
	height:200px;
	width:100%;
	background-color:#ff0000;
}

div#container{
	position:relative;
	width:900px;
	height: 100%;
	margin: 0 auto;
	background-color:#FFFFFF;	
}

body>div#container{
	height:auto;
	min-height:100%;
}


div#header{
	position:relative;
	width: 900px;
	height:425px;
	text-align:center;
}

div#focusBar{
	position:relative;
	width: 900px;
	height:60px;
	background-image:url(../immagini/focusBar.gif);
}

div#hilights{
	position:relative;
	width: 900px;
	height:160px;
}

.copicon{
	width:175px;
	height:155px;
	float:left;		
	background-repeat:no-repeat;
	cursor:pointer;
}
.copiconTxt{
	font-size:9px;
	padding:100px 12px 0px 10px;
}

div#contentContainer{
	position:relative;
	width: 900px;
	line-height:17px;
	float:left;
}
div#leftColumn{
	width: 600px;
	padding-left:20px;
	float:left;
}

div#rightColumn{
	width: 280px;
	float:left;
}

.box1{
	position:relative;
	width: 300px;
	float:left;
}


.box290{
	width: 290px;
}
.box_menu_top{
	width: 256px;
	height:37px;
	background-image:url(../immagini/box_menu_top.gif);
	background-repeat:no-repeat;
}
.box_menu_mid{
	width: 256px;
	background-image:url(../immagini/box_menu_mid.gif);
	background-repeat:repeat-y;
	padding-left:15px;
}
.box_menu_bottom{
	width: 256px;
	height:36px;
	background-image:url(../immagini/box_menu_bottom.gif);
	background-repeat:no-repeat;
}

.box290_top{
	width: 290px;
	height:25px;
	background-image:url(../immagini/box_290_top.gif);
	background-repeat:no-repeat;
}

.box290_mid{
	width: 290px;
	background-image:url(../immagini/box_290_mid.gif);
	background-repeat:repeat-y;
	
}
.box290_content{
	padding:0px 27px 0px 21px;
}

.box290_bottom{
	width: 290px;
	height:25px;
	background-image:url(../immagini/box_290_bottom.gif);
	background-repeat:no-repeat;
}


.box640_top{
	width: 600px;
	height:5px;

}

.box640_mid{
	width: 550px;
	padding-left:21px;
	padding-right:27px;
}

.box640_bottom{
	width: 600px;
	height:29px;
}

.box640_topnull{
	width: 640px;
	height:5px;
}

.box640_midnull{
	width: 590px;
	padding-left:21px;
	padding-right:27px;

}

.box640_bottomnull{
	width: 640px;
	height:29px;
}

div#footer
{   position: relative;
	float:left;
	bottom:0px;
	height:40px;
	width: 900px;
}




.minicop{
	width:173px;
	height:120px;
	padding-top:4px;
	background-image:url(../immagini/bgminicop.gif);
	background-repeat:no-repeat;
	float:left;	
}




