/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* 

{
margin: 0;
padding: 0;
}

body {
 word-spacing: 0px; line-height:17px; font-size: 13px;
	font-family:arial, monaco,"Lucida Grande",Lucida,Verdana; background:transparent;
	font-weight: bold;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
a:link {color: black; text-decoration: none;}
a:active {color: black; text-decoration: none;}
a:visited {color: black; text-decoration: none;}
a:hover { color: white; text-decoration: none;}
a img { border: none; text-decoration: none;vertical-align: text-bottom}

#menu {
  margin-left:0px;  width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0; left: 0; position: fixed; height: 100%; background-color:transparent;
}

#menu ul {list-style: none; margin: 0 0 12px 0;
}
#menu ul li.section-title{color: black;
    font-weight: bold;
    margin-top: 0px;
    text-decoration: underline;
    text-indent: 12px; }

#content {
    width: auto; margin: 0 0 0 173px;
    top: 0;}

.container {
    padding: 10px 15px 25px; width:auto; font-size: 13px; line-height: 17px}

#content p { width: 850px; margin-bottom: 7px; font-size: 12px;} 
p { margin-bottom: 0px; }
h1 { font-size: 12px; }
h2 { font-size: 12px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }

#img-container { padding: 0; margin-left: 25px }
#img-container p{ width: 600px; padding: 0 0 12px 0; text-align: right}

#once { clear: left; }

.luigi {margin-left: 655px;
font-family: arial; font-size: 13px; line-height: 17px;position: fixed;
float: left; width: 20%; text-align: left; font-weight: bold;}

.testo {margin-left: 15px;;
float: left; width: 300px; }

