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

body {
	font-size: 10px;
	font-family: Arial,Helvetica, Sans-serif;
    background: #ffffff;
}

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

a:link { text-decoration: none; color: #33FF00; }
a:active { text-decoration: none; color: #33FF00; }
a:visited { text-decoration: none; color: #33FF00; }
a:hover { text-decoration: none; color: #ffffff; }

a img { border: none; }

#menu {
    width: 20em;
    overflow: auto;
    top: 1em;
    bottom: 0;
	left: 0;
    position: fixed;
    
	
}

#menu ul {
	list-style: none;
	margin: 0 0 1.2em 0;
}
#menu a:hover { text-decoration: none; color: #ffffff; }
#menu li.active a {color: #fff;}
#menu ul li.section-title {}

#content {

    height: 100%;
    margin: 1em 0 0 21.5em;
    top: 0;
}

.container {
    padding: 0px 0.5em 1.5em 2.7em;
   

}



#content p { 	width: 55em; margin-bottom: 0.9em; text-align: justify; }

p {
    margin: 0 0 0.9em 0;
}

h1 { font-size: 1.6em; padding: 1em 0 1em 0;}
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }
h4 { color: #000; }

yo { color: #000; }
yo:hover { text-decoration: none; color: #ffffff; }


#img-container	{ width: 60em; margin: 0; padding: 1em 0 0 0; float: left; }
#img-container p	{ width: 20em; margin: 0; padding: 0 0 0em 0;  float: left;}

#once { clear: left; }