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

body {
	font-size: 11px;
	font-color: #000000;
	font-family: arial, sans-serif;
	background: #ffffff;
	line-height:12pt;
}

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

a:link { color: #77787b; text-decoration: none; }
a:active { text-decoration: none background-color: #000000; }
a:visited { text-decoration: none; color: #b1b3b6; }
a:hover { text-decoration: none; color:#000000; }

a img { border: none; }

#menu {
    width: 220px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 45px;
    position: fixed;
    height: 100%;
    background-color: rgba(255,255,255,1);
}

#menu ul {
	list-style: none;
	margin: 10px 0 12px 0;
	line-height:14pt;
}

#menu ul li.section-title { 
	color: #000000;
	padding: 2px 0 10px 0;
	border-color: #c0c0c0;
	border-style: dotted;
	font-size: 3.0em, 11px;
	font-style: bold;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	line-height: 0.4em;
}

#menu ul li.active {
    list-style: none;
    font-family: Helvetica, sans-serif; 
    background-color: #f5f5f5;
    color: #000000;
    li.a:active;
}

#menu .container {
	margin: 20px 15px 20px 15px;
	text-align: right;
}

#content.container { }

#content {
    height: 100%;
    margin: 110px 0 0 300px;
    top: 0;
}

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


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

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

#content.container { }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; color: #000000; padding: 0 0 12px 0; }
h4 { font-size: 12px; color: #000000; padding: 0 0 12px 0; }

#the-background {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

#img-container	{ 
	margin: 0;
	padding: 0;
	width: 800px;
}

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

#once { clear: left; }