
body
{
    margin: 0;
    padding: 0;
    background: #F6F6F6;
    font-size: 12px; /*text-align: justify;*/
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

/* Header */

#header
{
    width: 920px;
    height: 60px;
    margin: 0 auto;
}

#header h1, #header p
{
    margin: 0;
    padding: 0;
}

#header h1
{
    font-size: 45px;
    color: #209A01;
}

#header p
{
    margin-top: -15px;
    padding: 5px 0px 0px 4px;
    font-size: 20px;
    font-weight: normal;
    color: #666666;
}

#header a
{
    text-decoration: none;
    color: #F79F1A;
}

/* Page */

#page
{
    width: 980px;
    margin: 0 auto;
    padding: 0px;
    background: url(../images/img02.jpg) repeat-y left top;
}

#page-bgtop
{
    background: url(../images/img01.jpg) no-repeat left top;
    margin: 0px;
    padding: 0px;
}

#page-bgbtm
{
    background: url(../images/img03.jpg) no-repeat left bottom;
    padding: 30px 40px 30px 30px;
}

/* Content */

#content
{
    float: right;
    width: 660px;
    margin: 0;
    padding-top: 20px;
    color: #666666;
}

/* Sidebar */

#sidebar
{
    float: left;
    width: 200px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

#sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li
{
    margin: 0;
    padding: 0;
}

#sidebar li ul
{
    margin-bottom: 20px;
    padding: 0px 15px;
}

#sidebar li li
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 24px;
    border-bottom: 1px #A3F389 dashed;
    border-bottom-color: #666666;
}

#sidebar h2
{
    width: 185px;
    height: 32px;
    padding: 6px 0px 0px 15px;
    background: url(../images/img04.jpg) no-repeat left top;
    font-size: 18px;
    color: #FFFFFF;
}

#sidebar a
{
    text-decoration: none;
    color: #000000;
    /*font-weight: bolder;*/
    font-size: 13px;
}

#sidebar a:hover
{
    text-decoration: none;
}


/* Footer */
fieldset
{}

legend
{
    color: #209A01;
    font-weight: bolder;
    font-size: 16px;
    padding-bottom: 5px;
}

table
{
    margin: 5px;
    /*border-collapse: collapse;*/
}
td
{
    padding: 5px 5px 5px 5px;
    vertical-align: top;
    text-align: left;
}

.titolo
{
    color: #209A01;
    font-size: 12px;
    font-weight: bolder;
}

h1
{
    letter-spacing: -2px;
    font-size: 3em;
}

h2
{
    letter-spacing: -1px;
    font-size: 2.5em;
}

h3
{
    font-size: 1em;
}

a
{
    color: #248101;
}

a:hover
{
    color: #248101;
}

#footer
{
    width: 800px;
    margin: 0 auto;
    height: 50px;
    text-align: center;
    font-size: 11px;
    color: #666666;
    margin-bottom: 27px;
}

#footer p
{
    padding-top: 0px;
}

#footer p a
{
    color: #666666;
}

img
{
    border: none;
}


