/**
* CSS
* 
* Fabrizio Annese
*/
* {
	margin: 0;	
	padding: 0;
}

body {
	font-size: 15px,;
	line-height: 14px;
	font-family: 'Yanone Kaffeesatz', arial, serif; 
	/*Verdana, sans-serif;
	background-color: #eee;
	background-image:url(background.jpg);*/
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#000; }
a:active { text-decoration: none; color:#F33; background-color:# FF6; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none;  color: #f33;}

a img { border: none; }

#menu {
    width: 215px;
	text-align:right;
    overflow: auto;
    top: 0;
	padding-top:20px;
    bottom: 0;
	left: 0;
    position: fixed;
	height: inherit;
	background-color:#FFF;
}

#menu ul {
	list-style: none;
	margin: 0 0 5 0;
	color: #f33;
}

#menu ul li.section-title {
	font-size: 22px;
	line-height: 22px;
	font-family: 'Maiden Orange', arial, serif; 
 }

#content {
    height: 100%;
    margin: 20px 0 0 230px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

.container_about {
/*	padding-top:6px;*/
	width:631px;
	padding-right:100px;
	text-align:justify;
}

.container_all {
/*	padding-top:6px;*/
	text-align:justify;
}

.testo_informativo {
	font-size:10px;
	line-height: 8px;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	padding-top:20px;
	color: #000;
	}

#content p { width: 200px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; text-transform: uppercase; font-weight: bold; }
h2 { font-size: 24px;}
h3 { font-size: 21px; }
h4 { font-size: 14px; text-transform: uppercase; font-weight: lighter;  }
h5 { font-size: 24px;  line-height: 24px; font-weight: lighter; }


#img-container	{ margin: 0px; padding: 0; }
#img-container p	{ width: 630px; margin: 0px; padding: 0 0 12px 0; font-size: 22px; text-transform:uppercase; font-weight:bold;}

#once { clear: left; }
