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


body{
	font-family: "Verdana",sans-serif;
	font-size:9px;
	text-align:left;
	font-style:normal;
	margin:0;
	padding:0;
	color: #000000;
	letter-spacing: 0.02em;
	background: #ffffff;
	
}

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

a:link { text-decoration: none;
color: #000;font-weight: bold; }
a:active { text-decoration: none; 
color: #000;font-weight: bold; }
a:visited { text-decoration: none; color: #666; 
color: #000;font-weight: bold; }
a:hover {  
color: #515151; font-weight: bold;}


a img { border: none; }

#menu {
	background: #ffffff;color: #000000;
	bottom:0;
	font-family:Verdana, sans-serif;
	font-size:9,5px;
	text-align: left;
	left:0;
	opacity:1;
	overflow:auto;
	position:absolute;
	top:0px;
	vertical-align:baseline;
	width:180px;
}

#menu ul {
	list-style: none;
	margin: 20px 0px 0px 20px;
	font-align: left;
}

#menu ul li.section-title {
	font-size: 11px;
	color: #000000;
	text-align: left;
	border-top: #000000;
	border-top-style: solid;
	border-width: 1px;
	
}

#content {
   	 height: 100%;
    	margin: 8px 0 0 190px;
    	top: 0;
	padding-left: 2px;
	
	
}


.container {
    	padding: 15px 5px 15px 5px;
	font-family: "Verdana",sans-serif;
	font-size:10px;
	font-style:normal;
	
}

#content p { 

	width: 100%; 
	margin-bottom: 9px; 
	line-height: 9pt;
	margin-left: 5 px;
	font-size: 8.5pt;
	color: #000

}



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	{ width: 800px; margin: 0; padding: 0 0 5px 0;}

#once { clear: left;}

strong {
    font-weight:bold;
   
}
#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;
}
