body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #17316C;
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: 18px;
color: #17316C;
}
.testo_hist{
	font-size: 12px;
    line-height: 14px;   
}
.testo_intro{
	font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    font-style:italic;
    font-weight:bold;
    line-height: 16px;
    color: #000080;
}

h1{
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 16px;
font-weight:bolder;
color: #A52339;
padding-top: 5px
}

h2{
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 16px;
font-weight:bolder;
color: #17316C;
padding-top: 5px
}
.clearfix{
clear: both;
}
a{
outline:none;
text-decoration: none;
}
img{
border: none;
}
.border_top{
border-top: 0px solid #333333;
}
/*contenitore*/
#wrapper{
width: 960px;
position:center;
background-color: #FFFFFF;
padding:20px;
margin: auto;
}
/*header*/
#header{
width: 960px;
height: 155px;
background: url(../img/header_bg.jpg) no-repeat;
margin: 10px 0;
border-bottom: 2px solid #A52339;
}
/*menu superiore*/
#menu{
height: 30px;
text-align: center;
border-bottom: 2px solid #A52339;
}
#menu a{ 
color:#17316C;
font-weight: bold;
padding: 0 30px;
}
#menu a:hover, #menu a.selezionato, #left_col a, #footer a{
color: #A52339;
}

#menu a.a_right{
border-right: 1px solid #A52339;
}
/*colonna sinistra*/
#left_col{
width: 710px;
float: left;
padding-top: 5px;
}
#left_col a{
color: #0000FF;
text-decoration: underline;
}
#left_col_hist{
width: 950px;
float: left;
padding-top: 5px;
}
#left_col_hist a{
color: #0000FF;
text-decoration: underline;
}

/*colonna destra*/
#right_col{
width: 220px;
float: right;
font-size: 10px;
color:#A52339;
padding-left: 10px;
padding-top: 5px;
}
#right_col a{
color: #0000FF;
text-decoration: underline;
}
#bot_col{
margin-top: 10px;
}

/*footer*/
#footer{
margin-top: 850px;
padding-top: 10px;
text-align: center;
font-size: 10px;
border-top: 2px solid #A52339;
line-height: 12px;
}






