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

body {
	font-size:11px;
	font-family: helvetica ;
	background:#ffffff;
}

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

body.section-3 { }

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

a img { border:none;}

#menu {opacity: 0.77;
    width: 200px;
    overflow: auto;
    top: 72px;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 450px;
	background-color:none;
	
}

#menu ul {
color:#ffffff;background-color: #000000;gradient:0.50;
	list-style: none;
	margin: 0 0 20px 0;
	line-height: 10pt;
}


#menu ul li.section-title {
 line-height:30pt;
  
	border-bottom-color:#ffffff;
	border-bottom-style:none;color:;
	border-bottom-width:10px;
	color:#ffffff;text-decoration:none;background-color:#000000;
	font-size:14px;}

#content {
    height:100%;
    margin: 0 0 0 215px;
    top: 0;
	padding-left:25px;
}

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

#content p { width: auto;
margin-bottom: 9px;
line-height: 10pt;
margin-left: 2px;
font-size: 8pt;
color: #000000;
background-color:#FFFFFF; }

p {  
line-height: 30pt;
	margin: 50 50 20px 50;
	margin-bottom: 8px;
	color:#ffffff;
	background-color:#000000;
	font-size:14px;
}

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

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

#img-container	{ margin: 4em; padding: 4em; }

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

#once { clear: left;}opacity: 0.60;
