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

body {
	font-size: 9pt;
	font-family: DejaVu Serif, Georgia;
	background: #fff;
	line-height: 1.4em;
}

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

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

a:link { text-decoration: none; color: #000; font-size: 9pt; font-style: italic;}
a:active { text-decoration: none; color: #000; font-size: 9pt; font-style: italic;}
a:visited { text-decoration: none; color: #000; font-size: 9pt; font-style: italic;}
a:hover { text-decoration: none; color: #000; font-size: 9pt;font-style: italic; background-color: #666666;}

a img { border: none; }

#menu {
    width: 185px;
    overflow: auto;
    opacity: 0.7;
	left: 75px;
	top: 5%;
	height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 999;
}

.container { 

			padding: 70px 20px 0px 15px; 
}			
			
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size: 9pt;
}

#menu ul li.section-title { 
	font-family: DejaVu Serif, Georgia;
    font-size: 9;
    font-weight: 600;
}  


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

.container {
    padding: 70px 20px 0px 15px;
}

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

p {
    margin: 0 0 15px 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	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
