/* CSS Document */

html,body,p,img,a,div{margin:0;padding:0}

img{border:none;}

body{text-align:center;}

/* style container */



div#container{
	width:795px;
	height:490px;
	padding:0;
	margin:auto;
	}
	
div#header{
text-align:left;

position:relative;

	}


div#header img{
left:16px;
top:35px;
position:absolute;
}

div#contentLeft{
background-image:url(../img/sfondo_sx.jpg);
margin-top:82px;
width:255px;
height:368px;
background-repeat:no-repeat;
}




div#contentLeft_text{
font-family:Tahoma;
font-size:11px;
padding:25px 17px 17px 17px;
text-align:left;
}


div#contentLeft_text span{
font-weight:bold;
color:#1f4995;
}

div#contentLeft_text span.bottom{
color:#1e4997;
}

div#contentLeft_text a {
font-weight:bold;
color:#1f4b96;
text-decoration:underline;
} 




div#contentRight{
margin:82px 0 0 23px;
paddind:0;
width:465px;
height:368px;
}

div#contentRight_top{
height:217px;
width:465px;
background-image:url(../img/sfondo_auto.jpg);
background-repeat:no-repeat;

}

/*
div#contentRight_top a{
height:34px;
width:177px;
margin:168px 0 0 35px;
position:absolute;
}
*/
div#contentRight_top a.link1{
float:left;
margin:10px 0 0 97px;
}

div#contentRight_top a.link2{
float:right;
margin:143px 20px 0px 0;
}


div#contentRight_bottom{
height:368px;
width:465px;
background-image:url(../img/bg_box_visual.jpg);
background-repeat:no-repeat;
margin-bottom:20px;

}
div#testo {
font-family: Arial;
font-size:11px;
text-align:left;
margin:5px 0 0 25px;
color:#333333;
}


div#contentRight_bottom a.link1{

}

div#contentRight_bottom a.link2{
float:right;
margin:75px 33px 0 10px;

}
/*
div#contentRight_bottom a.link2{
height:27px;
width:142px;
margin:82px 0 0 55px;
position:absolute;
}
*/
ul#styleUl{
font-weight:normal;
list-style-image:url(../img/bullet.gif);
}
.styleUl_title{
color:#1e4997;
}

ul#styleUl li{
color:#000000;
line-height:13px;
margin:15px 0 10px   -25px;
}

.floatLeft{
float:left;
}


div#footer{
border-top:1px solid #d8dfe9;
color:#808080;
font-family:Tahoma;
font-size:10px;
margin:20px 0 0 0;
padding:3px 0 0 280px;
width:460px;
text-align:left;
}


* html div#footer{
width:740px;
}



