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

body {
	font-size: 12px;
	font-family: Arimo, sans-serif;
	background: #fff;
	color:#666666;
}


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


a:link { text-decoration: none; font-family: Arimo, sans-serif; font-size:10px; font-style:regular; color:#666666; font-size:12px; }
a:active { text-decoration: none; font-family: Arimo, sans-serif; font-size:10px; font-style:regular; color:#666666; font-size:12px;  }
a:visited { text-decoration: none; font-family: Arimo, sans-serif; font-size:10px; font-style:regular; color:#666666; font-size:12px; }
a:hover { text-decoration: none; font-family: Arimo, sans-serif; font-size:10px; font-style:regular; color:#c10076; font-size:12px;  }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 144px;
    position: fixed;
    height: 120%;
	background-color: #fff;
}


#menu ul {
	line-height: 15px;
	list-style: none;
	margin: 0 0 12px 0;
}


#menu ul li.section-title {
width:190px ;
padding:3px 0px 0px 0px;
color:#333333;
font-size: 12px;
font-family: Arimo, Arial, sans-serif;
font-weight:bold; /*titol seccio*/
height:20px;
border-top:2px dotted #bfbfbf;
padding: 11px 0px 0px 0px;
vertical-align:top;
background-color:#fff;
}

#content {
    height: 100%;
    margin: 12px 0px 0px 365px;
    top: 0;
}

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


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


p {
    margin: 0 0 9px 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	{ margin: 0px; padding: 1px 12px 12px 0px; }

#o