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

body {
	font-size: 10px;
	font:15px "Helvetica";
	color: #000;
	background: #fcfcfc;
}

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


a:link { 
	font: 13px "Helvetica";
	text-decoration: none;
	color: #787878;


}
a:active { 
	font: 13px "Helvetica";
	text-decoration: none;
	color: #787878;


}
a:visited { 

	font: 13px "Helvetica";
	text-decoration: none;
	color: #787878;

}
a:hover {

	font: 13px "Helvetica";
	text-decoration: none;
	color: #525252;
	
}
a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	margin: 10px 0px 0px 0px;
	background-color: #fcfcfc;
	padding-left: 20px;
}

#menu ul {
	list-style: none;
	margin: 5px 10px 12px 0;
	font-size: 13px;
}

#menu ul li.section-title { 
	font-weight: bold;
	color: #000000;
}
 

#menuJs { padding-left: 6px;
font-size: 24px;}

#content {
    height: 100%;
    margin: 15px 0 0 220px;
}

.container {
    font: 12px "Helvetica";
}

#content p { width: 800px; margin-bottom: 10px;
	font:12px "Helvetica";
}

p {
    margin: 0 0 9px 0;
    font: 20px "Helvetica";
}

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

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

#once { clear: left; }