#central{
    width:815px;
    float:left;
    display: inline;
    margin-left: 5px;
}

#flash{
    width:583px;
    height:200px;
    background: gray;
}
.box_corsi{
    width:815px;
    float:left;
    margin-top: 10px;
    margin-bottom: 20px;

}

.box_titolo_corsi{
    height:20px;
    width:681px;
    line-height: 20px;
    background-color:#84B143;
    float:left;
    display:inline;
    color:white;
    font-size: 11px;
    font-weight: bold;
    text-indent: 5px;
}

.box_corsi #meta_cont{
    width:815px;
    padding-top:10px;
    background: url('../images/home/punti_v.gif') repeat-x bottom left;
    float:left;
    font-weight: bold;
}
.box_corsi .meta{
    width:200px;
    height:15px;
    float:left;
    display:inline;
}
.box_corsi .meta a{
    color:#76A92F;
}
.box_corsi .corsi{
    width:815px;
    color:#595959;
}

#box_button{
    background: white;
    width:134px;
    float:right;
    display: inline;
}
#box_button .button{
    height: 20px;
    background: #2d4a28;
    margin-left: 2px;
    color:white;
    width:65px;
    float:left;
    display: inline;
    line-height: 20px;
    text-align: center;
}
#box_button a{
    color:white;
}
.box_corsi .button_isc{
    height:15px;
    background:#8FB955;
    color:white;
    text-align: center;
    line-height: 15px;
    float:right;
    display: inline;
    padding-left:5px;
    padding-right:5px;
}
.box_corsi .button_isc a{
    color:white;
}
.box_corsi .istogramma{
    width:60px;
    height:15px;
    background:#C5C5C5;
    color:white;
    text-align: center;
    line-height: 15px;
    float:left;
    display: inline;
}
.box_corsi .cat{
    width:15px;
    height:15px;
    float:right;
    margin-right: 5px;
    display: inline;
}
.box_corsi .completo{
    width:60px;
    height:15px;
    color:white;
    text-align: center;
    line-height: 15px;
    float:left;
    display: inline;
    background:#2E4B27;
    font-size: 11px;
    font-weight: bold;
}
.box_corsi .nav{
    width:135px;
    height:17px;    
    margin-left: 60px;
    float:left;
    display: inline;
    margin-top:10px;
}

#right_col{
    width:225px;    
    float:left;
    display: inline;

}
#archivio{
    width:225px;
    color:gray;
    font-size: 12px;
    border-right: 2px solid #EFEFEF;
    border-bottom: 2px solid #EFEFEF;
    float:left;
    margin-bottom: 8px;
}
#archivio .corsi{
    margin-top: 15px;
    padding-right: 10px;
}
#archivio .corso{
    height:30px;
    width:215px;
    margin-bottom: 10px;
    float:left;
}
#archivio .data{
    width:215px;
    height:15px;
    float:left;
    font-family: Georgia,Arial;
    font-size: 11px;
    background: url('../images/home/punti_g.gif') repeat-x bottom left;
}
#archivio .titolo{
    width:215px;
    height:15px;
    font-weight: bold;
}
#archivio .titolo a{
    color:gray;
}

/*#info_text{
    width:238px;
    float:left;
    display: inline;
    margin-top: 35px

}*/
#slider {
    width: 583px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 583px; /* important to be same as image width or wider */
    padding:0px;
    position: absolute;
    top: 0;
    margin: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
    font: 10px/15px Arial, Helvetica, sans-serif;
    padding:10px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
