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


body {
background:none repeat scroll 0 0 #FFFFFF;
color:#000000;
font-family:"Verdana",sans-serif;
font-size:9px;
font-style:normal;
font-weight:lighter;
letter-spacing:0.05em;
margin:4px;
padding:0px;
text-align:justify;
}

body.section-1 { font-weight:lighter;}
body.section-2 { font-weight:lighter;}
body.section-3 { font-weight:lighter;}

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

a img { border: none; }

#menu {

width: 240px;
overflow: visible;
top: 54px;
bottom: 0;
left: 19px;
position: fixed;
height: 100%;
background-color: #f2f2e7;
letter-spacing: 1px;
font-size: 10px;
}

#menu ul {
list-style: none;
margin: 0px 10px 10px 22px;
padding-right: 40px;
padding-left: 0px;
}

#menu ul li {
margin-top: 1px;
margin-bottom: 1px;
margin-left: 0px;
letter-spacing: 1.5px;
}

#menu ul li.section-title {
font-family: Helvetica, Arial, sans-serif;
font-size: 9px;
letter-spacing: 1px;
padding-top: 2px;
padding-right: 8px;
padding-bottom: 0px;
padding-left: 0px;
color: #333333;
border-bottom-color: #333333;
border-bottom-style: dotted;
border-bottom-width: 1px;
}

#content {
   	 height: 100%;
    	margin: 4px 0 0 215px;
    	top: 0;
	padding-left: 50px;
	font-weight:lighter;
}


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

#content p { 

	width: 600px; 
	margin-bottom: 9px; 
	line-height: 9pt;
	margin-left: 5 px;
	font-size: 8.5pt;
	font-weight:lighter;
	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: 13px 12px 16px; }

#once { clear: left; }


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