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

body {
	font-size: 14px;
	line-height: 15pt;
	font-family: Arial, san serif;
	background: white;
	background-repeat: no-repeat;
	background-position: 215px 0;
	background-attachment: fixed;
}

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

a:link { 
font-size: 9pt;
font-weight:400;
font-family: Arial, san serif;
letter-spacing: 1px; 
color:#819689;
text-decoration:none 
}
a:active {  
font-size: 9pt;
font-weight:400;
font-family: Arial, san serif;
letter-spacing: 1px ; 
color:#819689; 
text-decoration:none 
}
a:visited { 
font-size: 9pt;
font-weight:400;
font-family: Arial, san serif;
letter-spacing: 1px; 
 color:#819689;
 text-decoration:none  
 } 
a:hover {
font-size: 9pt;
font-weight:400;
color: #C7CfCf;
font-family: Arial, san serif;
letter-spacing: 1px; 
text-decoration:none 
  }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 100;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: black;
	list-style: none;
	font-size: 10pt;
	font-weight:400;
	font-family: Aerial, san serif;
	letter-spacing: 2px; 
 	color:#819689; 
}

#menu ul {

	list-style: none;
	font-size: 9pt;
	font-weight:400;
	font-family: Aerial, san serif;
	letter-spacing: 2px; 
 	color:#819689; 
	
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
line-height: 16pt;
color: #99EFC6;
font-size: 12pt; 
font-family: Arial, san serif;
letter-spacing: 2px 
}

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

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

#content p { width: 700px; margin-bottom: 9px; line-height: 12pt;
margin-left: 5opx;
font-size: 10pt;
letter-spacing: 1px;
color: #white ; }

p {
    margin: 0 0 9px 0;
}

h1 {
margin-left: 25px;
line-height: 9pt; 
font-size: 8.5pt;
font-weight:400;
color: #819689;
font-family: Arial, san serif;
letter-spacing: .75px 
	 }
h2 { 
margin-left: 25px;
line-height: 1pt; 
font-size: 10pt;
font-weight:400;
color: #99EFC6;
font-family: Arial, san serif;
letter-spacing: 2px 
	 }
h3 {
margin-left: 25px;
line-height: 11pt;
color: #819689;
font-size: 9pt; 
font-family: Arial, serif;
font-weight: lighter;
letter-spacing:1px; }
h4 { font-size: 9pt;
color: white;
font-weight: lighter;;
letter-spacing:1px; }

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

#once { clear: left; }