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

body {
	font-size: 10px;
	font-family: arial, sans-serif;
	line-height: 1.35em;
	background: #fff;

}

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

a:link { background-color: black; text-decoration: none; color: #000 }
a:active { text-decoration: line-through; color: #9c9e9f; }
a:visited { text-decoration: line-through; color: #666666}
a:hover { background-color: #fff; color: #000; text-decoration: none; }


#menu {
	position: absolute;
	float: left;
    width: 160px;
    top: 0;
    bottom: 0;
    left: 80;
    height: 100%;
    background-color: #FFF;
    padding: 20px 40px 45px 20px;
}

#menu ul {
	margin-left: 0;
	margin-bottom: 12px;
	margin-right: 0;
	margin-top: 0;
	background-position: 0 0px;
	background-repeat: no-repeat;
	list-style: none;
    line-height: 1em;
}

#menu ul li.section-title {
padding-left: 0;
padding-bottom: 2px;
padding-right: 0;
padding-top: 2px;
list-style-type: none;
border-top:16px solid #a4c5de;
line-height: 1em;
 }

.section-title {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	/*text-decoration: none;*/
	
}

#content {
	position: absolute;
    margin-left: 190px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    top: 0;
    padding: 20px 40px 45px 20px;
}

.container {
	position: absolute;

	padding-left: 27px;
	padding-bottom: 25px;
	padding-right: 5px;
	padding-top: 25px;
}

#content p { width: 500px; margin-bottom: 9px; text-align: justify;}

p {
    margin: 0 0 9px 0;
}

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	{ padding-left: 0; padding-bottom: 2px; padding-right: 0; padding-top: 0; width: 400px; margin: 0; }

#once { clear: left; }
#img-container p	{ padding-left: 0; padding-bottom: 0px; padding-right: 0; padding-top: 8px; width: 400px; margin: 0; }

#once { clear: left; }