body
{
    color: #000000;
    background-color: white;
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inizio
{
    padding-top : 2px;
    padding-bottom : 2px;
    padding-left : 30px;
    border-top: 0px solid #fc6;
    border-right: 0px solid #fc6;
    border-bottom: 1px solid #fc6;
    border-left: 0px solid #fc6;
    font-family: "Trebuchet MS";
    background-image : url(images/coat.jpg);
    background-repeat : no-repeat;
    height : auto;
}


#nav{
    position: absolute;
    top : 130px;
    left : 30px;
    width : 190px;
    font-weight: normal;
    line-height: normal;
    background-color : transparent;
    color: #000000;
    font : normal large Trebuchet MS;
}

#nav ul, #nav li {
	list-style-type: none;
}
	
#nav a, #nav li.active li a 
{
	background-color : transparent;
	color: #930;
	text-decoration: none;
}

#nav a:hover, #nav li a:hover 
{
    background-color: #F5F5F5;
    color: #930;
    text-decoration: none;
}

#nav li.active a {
    background-color: transparent;
    color: #930;
    text-decoration: none;
}

a {
	background-color : transparent;
	color: #930;

}

a:visited {
	background-color : transparent;
	color: #f60;
}
	
#contenuto{
    padding-top : 5px;
    padding-bottom : 30px;
    padding-left : 230px;
    padding-right : 5%;
    background-color: #FFFFF9;
    color: #000000;
    font-size : small;
}

#pie{
    padding-top : 10px;
    padding-bottom : 30px;
    padding-left : 230px;
    padding-right : 5%;
    font-size: small;
    border-top: 1px solid #fc6;
    border-right: 0px solid #fc6;
    border-bottom: 0px solid #fc6;
    border-left: 0px solid #fc6;
}

p,ul,ol {
    font-size: inherit;
    text-align: justify;
    color: #000000;
    background-color : transparent;
}

h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 150%;
    font-weight: bold;
    font-family : "Trebuchet MS";
    padding-bottom : 25px;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
	border-top: 0px solid #fc6;
	border-right: 0px solid #fc6;
	border-bottom: 1px solid #fc6;
	border-left: 0px solid #fc6;

}

h3 {
    font-size: 100%;
    font-weight: bold;
}
