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

body {
	font-size: 11px;
	font-family: arial, sans-serif;
	line-height: 1.25em;
	background: #fff;
}

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

a:link { 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: black; color: black; text-decoration: none; }


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

#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;
}

#menu ul li.section-title {
padding-left: 0;
padding-bottom: 2px;
padding-right: 0;
padding-top: 2px;
list-style-type: none;
	border-top:11px solid #000;
 }

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

#content {
    margin-left: 250px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    top: 0;
}

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

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

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: 12px; 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: 18px; width: 400px; margin: 0; }

#once { clear: left; }