#totale {
    width: 785px;
    height: 620px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -310px 0 0 -392px;
}

.color,
.elenco_cont
 {
    color: #9C241C;
    font-weight: bold;
}

.color
 {
    display: inline;
	font-size: 1.1em;
}

.link_contatti {
    margin-left: 40px;
    font-weight: bold;
}

.link_contatti a {
    text-decoration: none;
}

.link_contatti a:hover {
    color: #9C241C;
}

.elenco,
.elenco_cont
 {
    list-style-image: url(../../img/quadretto.gif);
}

.elenco a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.elenco a:hover {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

.elenco ul {
    display: inline;
}

.elenco li {
    padding-bottom: 10px;
}

.margine {
    margin-left: 40px;
}

h1 {
    color: #666666;
    border-bottom: 1px solid #9C241C;
    padding-bottom: 15px;
    font-size: 1.5em;
    text-align: center;
    margin: 50px;
}
a {
    color: #9C241C;
    text-decoration: underline;
}

a:hover {
    color: #9C241C;
    text-decoration: none;
}
/*------------------------------------------------- HEADER       */

#header ul {
    text-align: right;
}

#header ul li{
    display: inline;
    color: #ABA8A8;
}

#header a{
    color: #9C9A9A;
    text-decoration: none;
}

#header a:hover{
    color: #737070;
    text-decoration: none;
}

/*------------------------------------------------- MENU */

#menu {
    background-image: url(../img/rosso/menu.gif);
    background-repeat: no-repeat;
    height: 61px;
}

#menu ul {
    padding-top: 25px;
    margin-left: 20px;
}

#menu ul li {
    display: inline;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.07em;
}

#menu a {
    color: #ffffff;
    text-decoration: none;
}

#menu a:hover {
    color: #C5FF9C;
    text-decoration: none;
}

/*------------------------------------------------- TOTALE */

#content {
    margin-bottom: 20px;
    height: 590px;
}


/*------------------------------------------------- COLONNA DX */

#colonna-dx {
    background-image:  url(../img/rosso/sfondo-dx.gif);
    background-repeat: no-repeat;
    width: 785px;
    height: 590px;  
    float: left;
}

#contenuto {
    margin-left: 35px;
    margin-right: 55px;
    text-align: justify;
}

#colonna-dx #titolo {

    width: 160px;
    float: left;
    text-align: right;
    border-right: 2px solid #9C241C;
}

#colonna-dx #foto {
    text-align: center;
    display: block;
}

#colonna-dx #foto img {
    float: left;
    padding: 2px;
    margin: 10px;
    border: 1px solid #9C241C;
}

#colonna-dx #foto .noborder {
    border: 0px;
}

/*------------------------------------------------- FOOTER */

#footer {
    font-size: 0.85em;
    margin: 20px;
    text-align: center;
    color: #999999;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}



#testo .colonna_due {
    width: 210px;
    float: left;
    padding-right: 10px;
    text-align: left;
	font-weight: normal;
}

#testo .colonna_due .color{
	font-weight: normal;
}
#testo .colonna_due .lavori {
    margin-bottom: 10px;
    font-size: 0.8em;
}


#testo .colonna_due h1 {
    color: #57A333;
    font-size: 1.1em;
}

#testo .colonna_due h2 {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

#testo .colonna_due .titoletto_news {
    font-size: 1em;
    font-weight: normal;
}

#testo .curriculum {
    text-align: center;
    margin-top: 30px;
}

#testo .curriculum img {
    margin-bottom: 10px;
}

#testo .dicitura {
    width: 420px;
    float: left;
    padding: 5px 3px 5px 3px;
    margin-bottom: 3px;
    text-align: left;
}

#testo .nome {
    width: 180px;
    float: left;

}

