/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #666; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #fff; background-color:#333; }

a img { border: none; }

#menu {
	width: 165px; /* larghezza menœ cambiare anche content */
	overflow: auto;
	top: 0;
	bottom: 0;
	left: o;
	position: fixed; /* this make the menu stay in place while the content section scrolls*/
	height: 100%;
	background-color: #fff;	
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}

/* controlla ogni sezione */

#menu ul {
	background-color: #fff;
	list-style: none;
	margin: 0 0 4px 0;
	line-height: 10pt;
	border-bottom-color: #333;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	
}

/* QUESTA SEZIONE SI PUO ELIMINARE CONTROLLA LA INTERINEA NELLA SEZIONE MENU */

#menu ul li {
		margin-top: 0px;
		margin-bottom: 4px;

}

/* definisce i titoli delle sezioni */

#menu ul li.section-title {
	font-weight: 500;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}


#content {
	height: 100%;
	margin: 0 0 0 265px;
	top: 0;
	padding-top: 0px;  
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.container {
	padding:50px 0px 10px 0px; //BORDO
	}

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

p {
    margin: 0 0 3px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }
