/*
 * Generici
1) 	   Style
2) "#" id
3) "." class
4) ""  taf
 
 */
 
body{
	font: 12pt Georgia,Garamond,Palatino,serif,"Times New Roman", "Comic Sans",Arial,sans-serif;
	background-attachment: fixed;
	position             : static;
	background-color     : #FFE8D2; 
}

a img{
	border: 0px;
}
a{
	color          : navy;
	font-weight    : 900;
	text-decoration: none;
}


h1,h2,h3{font-family: Georgia,Garamond,Palatino,serif,"Times New Roman", "Comic Sans",Arial,sans-serif;}

h1{font-size: 160%}
h2{font-size: 140%; color: #3D322A;}
h3{font-size: 120%; color: #755569;}

p{line-height: 1.2 ; color:  #211B17; text-align: justify}

div#top{border-bottom: 1px solid #000}
div#nav,div#extra, a#skipnav{display:none}
div#footer{border-top: 1px solid #000;font-size: 80%}

div.page {
    position: relative;
    margin: 0 auto;
}
div.page img.logo {
    position: absolute;
    left: 0px; top: 0;
}

.mailto { text-decoration: none; font-weight: bolder; font-style: italic; color: #755569 }

.cleaner {
    clear: both;
}
