/**

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

* {
	margin: 0px;
	padding: 0;
}



  font-size: 12px;
 
  font-style: normal ;

  text-shadow: none;

  text-decoration: none;

  text-transform: none;

  letter-spacing: 0.100em;

  word-spacing: -0.106em;

   
}

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

a:link { text-decoration: none;
 color: #000000;
 font-family:Open Sans, sans-serif;
 font-size:12px; }

a:active { text-decoration: none; 
 text-decoration: line-through;
 color: #000000;
 font-family:Open Sans, sans-serif;
 font-size:12px; }

a:visited { text-decoration: line-through;
 color: #000000;
 font-family:Open Sans, sans-serif, bold700;
 font-size:12px; }

a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 230px;
    overflow: auto;
    top: 10px;
    bottom: 10px;
	left: 10px;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
}

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

#menu ul li.section-title { 
font-family:Open Sans, sans-serif; 
font-size:12px;
color:black;
border-bottom: #000000 dashed thin;
padding-bottom: 3px;
margin-bottom: 2px;

 }

#content {
    height: 100%;
    margin: 75px 0 0 255px;
    top: 0;
}

.container { padding: 10px 10px 15px 10px; }

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 8px; }
h2 { font-size: 12px; }
h3 { font-size: 18px; }
h4 { font-size: 24px; }



#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 25px 0 12px 0; }
 
#once { clear: left; }