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

body {

font-size: 12px;
font-family: Helvetica, sans-serif;
font-color: white;
background-color: white ;

}

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

a:link { text-decoration: none; color: #37e374; }
a:active { text-decoration: none; color: #37e374;}
a:visited { text-decoration: none; color: #37e374;}
a:hover { text-decoration: underline; }


a img { border: none; }

#menu {
width: 280px;
overflow: auto;
top: 0px;
bottom: 0px;
left: 0;
position: absolute;
height: 100%;
background-color: #2f2f2f;
}

#menu ul {
list-style: none;
margin: 0px 0px 10px 0px;
}

#menu ul li.section-title {
color: #37e374;
cursor:pointer;
	
	}

#content {
overflow: auto;
top: 0px;
bottom: 0px;
left: 0;
position: absolute;
height: 100%;
margin: 0px 0px 0px 280px;
top: 0px;
background-color: white;filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; -khtml-opacity:0.90;width: 610px; 


}

.container {
padding: 50px 10px 30px 50px;
}

#content p { width: 500px; margin-bottom: 20px; background-color: white ; }

p {
margin: 0px 0 0px 0px;
color: #2f2f2f;
}

h1 { font-size: 12px; color: red; }
h2 { font-size: 24px; color: red; }
h3 { font-size: 16px; color: red; }
h4 { font-size: 12px; color: red; }

#img-container { margin: 0px; padding: 0; }
#img-container p { width: 400px; margin: 10px; padding: 0 0 0px 0; }

#once { clear: left; }


/* Para Safari */
::selection {
background: #37e374;
}

/* Para Firefox */
::-moz-selection {
background: #37e374;
}

