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

body {
	background: #fff;
	font: 12px Helvetica, Geneva, sans-serif;
}

body.section-1 {
    color:#696969;
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif, sans-serif;
	text-align: justify;
}
body.section-2 {color:#696969;
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif, sans-serif;
	text-align: justify; }
body.section-3 {color:#696969;
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif, sans-serif;
	text-align: justify; }

a:link { text-decoration: none;color: #666; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { background-color: #86cceb; color: #fff;
}

a img { border: none; text-decoration: none; }

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

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

#menu ul li.section-title { font-size: 13px; color: #000; font-weight: bold;}

#content {
    height: 100%;
    margin: 47px 0 0 245px;
    top: 0;
}

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

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

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

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

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

#once { clear: left; }