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


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	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: #6d878a;}

a img { border: none; }

@font-face {
	font-family: 'TeXGyreAdventorRegular';
	src: url('fonts/texgyreadventor-regular-webfont.eot');
	src: local('TeXGyreAdventorRegular'), local('TeXGyreAdventorRegular'), url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype');
	}


#menu {
    width: 250px;
    top: 30px;
    bottom: 0;
	left: 40px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-size: 11px;
	font-family: 'Verdana', 'sans serif';
	
	
	
}

em{
color: #333;

}

#menu ul {
	list-style: none;
	margin: 20px 0 12px 0;
	
	

}

#menu ul li{
    
	list-style: none;
	padding-top:2px;
	

}

#menu ul li.section-title { 
font-style:italic;
padding-bottom:2px;


}


#content {
    width:910px;
    height: 100%;
    margin: 85px 0 0 350px;

    
}

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


#content p { 
width: 630px; 
margin-bottom: 9px; 
padding: 0 0 0 0px;
text-align: justify;
}

p {
    margin: 3px 0 9px 0;
    line-height: 20px;
    font-family: 'Verdana', arial, serif;
    
}

h1 { 
padding-bottom:0px;
font-size: 26px; 
color: #6d878a; 
font-family: 'TeXGyreAdventorRegular';
}

h3 { font-size: 16px; 
font-family: 'Verdana', arial, serif;
color:#666666;
}


h2 { 
font-size: 12px; 
font-family: 'Verdana', arial, serif;
font-style:italic;
color: #999;
}

h4 { font-size: 12px; }

#img-container	{ margin: 0; padding-left: 0px; padding-top:20px; border: 0px solid #999999;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }