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

body {
	font-size: 10px;
 font-family: 'Nobile',Verdana, Arial, sans-serif;
 color: #777777;
  background: #fff;
}

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

a:link {  font-size: 10px; text-decoration: none; color: #777777}
a:active {  font-size: 10px; text-decoration: none; color: #000000}
a:visited { font-size: 10px; text-decoration: none; color: #777777; }
a:hover {  font-size: 10px; text-decoration: none; color: #000000} 
a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 20px;
 bottom: 100px;
 left: 20px;
    position: fixed;
    height: 100%;
	background-color: #fff;
filter:alpha(opacity=70); /*IE*/
    -moz-opacity:0.70; /*FF*/
    opacity:0.70;
}

 
#menu ul {
	list-style: none;
 margin: 0 0 12px 0; line-height: 20px;
}
#menu ul li.section-title { font-size: 10px; color: #333333;}
 #menu ul li.active a {}

 #content {
    height: 100%;
    margin: 0 0 0 280px;
    top: 58px;
}

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

#content p { width:500px;
 margin-bottom: 0px;
 margin-top: 58px;
 margin-left: 0px;
 line-height: 16px;
} 

p {
    margin: 0px 0 10px 0;
}

h1 { font-size: 12px; }
h2 { font-size: 12px; }
h3 { font-size: 10px; }
h4 { font-size: 10px; } 
#img-container { margin: 0; padding: 0; }
  #img-container p { width: 800px; margin: 0; padding: 0 0 7px 0; }

#once { clear: left; }

