h2#title {
    color: rgb(254,167,0);
}
h3#subtitle {
    color: rgb(202,121,2);
}
p.description {
    color: rgb(158,96,3);
}

#tools {
    width: 200px;
}
#subnav {
    width: 150px;
}

#text {
    width: 350px;
    margin: 0 20px;
}

#tools,
#subnav,
#text
{
    float: left;
}

#links {
    padding: 16px 10px;
    background-color: #fea700;
}
h4 {
    margin-bottom: 0.5em;
}
ul {
    margin-bottom: 1em;
}
#tools ul li,
#subnav ul li
{
    list-style: none;
    background: url("../imgs/freccia.gif") scroll no-repeat 0px 2px;
    padding-left: 18px;
    font-size: 1.2em;
    line-height: 1.5em;
}
#subnav h4 {
    color: #fea700;
}
#faema {
    margin-top: 110px;
}

#text h3 {
    color: #fea700;
    font-size: 1.6em;
    margin-bottom: 0.5em;
}
#text ul {
    padding: 1em 0;
}
#text li {
    list-style-type: none;
    margin-bottom: 1em;
}
#text ul.disc {
    padding: 0;
    margin-left: 2em;
}
#text ul.disc li {
    list-style-type: disc;
    margin: 0;
    font-size: 1.2em;
}
#text h5,
#text a
{
    margin: 0;
}
#text p {
    margin: 0;
    margin-bottom: 1em;
}
#text li h5,
#text li a,
#text li p
{
    margin: 0;
    font-size: 1.2em;
}
