/**
* CSS
* 
* @version 1.1
* @author gi-f 
* @author gae
*/
*
{
	margin: 0;
	padding: 0;
}

body {	
	font-size: 12px;
	font-family: Futura, Century Gothic, sans-serif;
	line-height: 130%;
    	color: #333;
	background: #fff;
}

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


	a:link { text-decoration: none; margin-left:25px; color: #999999;}
	a:active { text-decoration: none; margin-left:25px; color: #999999;}
	a:visited {text-decoration: none; margin-left:25px; color: #999999;}
	a:hover {text-decoration: blink; font-style: bold; margin-left:25px; color: #0099ff;}

a img { margin-left:-25px; border: none; padding:0; 
}

#menu {
	position: fixed;
    	padding-left: 0px;
    	padding-bottom: 0px;
    	padding-top: 0px;    	
	width: 270px;
    	overflow: hidden;
    	top: 1px;
    	left: 1px;
    	height: auto;
	bottom: auto;
    	background-color: #fff;
}

#menu ul {
	margin: 0 0 5px 0;
	padding-left: 0px;
    	min-width: 180px;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#menu ul li.section-title {
	line-height: 10pt;
	min-width: 175px;
	width: 175px;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #999999;
	font-size: 8pt;
	font-style: normal;
	background-color: #fff;
}

#content {
    	width: auto; 
	margin: 120px 0 0 300px;
	padding-left: 0px;
}

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

#content p {
	
	width: 800px; 
	margin-top: 0px; 
	margin-bottom: 9px;	
	margin-left: 0px;
	line-height: 12pt;
        text-align: justify;
	font-size: 8pt;
	color: #333;
}

p {
    	margin: 0 0 9px 0;
}

	h1 { font-family: Futura, Century Gothic, sans-serif; font-weight: bold; color: #333; font-size: 32px; }
	h2 { font-family: Futura, Century Gothic, sans-serif; font-weight: bold; color: #0099ff; font-size: 32px; }
	h3 { font-family: Futura, Century Gothic, sans-serif; font-weight: bold; color: #333; font-size: 30px; }
	h4 { font-family: Futura, Century Gothic, sans-serif; font-weight: normal; color: #333; font-size: 20px; }
	h5 { font-family: Futura, Century Gothic, sans-serif; font-weight: normal; color: #333; font-size: 12px; }


#img {	margin-left:0; border:none; padding:0;
 
}

#img-container	{
	width: auto; 
	margin: 0; 
	padding: 0; 
}

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

#once { 
	clear: left;
}