/* 
    Document   : index
    Created on : 16/04/2009, 17:40:40
    Author     : prade
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
    text-align: center;
	font-family:Helvetica Neue, Helvetica, Verdana, Arial;
}

#container {
    width:770px;
    margin: 0px auto;
    text-align: left;
    background-color : rgb(255,255,255);


}


#top {
    height:78px;
    clear:both;
    padding-top:0px;
    text-align:center;
}

#esquerra {
    margin-bottom:10px;
    float:left;
    width:650px;
    padding:0px;
}

#dreta {
    float:right;
    border-left:2px solid #8a8a8a;
    text-align:right;
    margin-left:0px;
    width:100px;
}

#dreta hr {
    background-color: #8a8a8a;

}

#footer {
    clear:both;
    border-bottom:2px solid #8a8a8a;
}

li {
    list-style:none;
}

#dreta div{
    margin-top:5px;
}

a:link, a:visited {
 color:gray;
 text-decoration: none;
}

a:hover, a:active {
 color:gray;
 text-decoration : none;
}

#titol {
    color: #8a8a8a;
    font-size:medium;
}
#sezione {
    color:#bfbfbf;
    font-size:smaller;
}
#titol_top {
    text-align:left;
    color: #8a8a8a;
    border-bottom:2px solid #8a8a8a;
    font-size:large;
}

.select {
    color: #535252;
}

