/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 20;
	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: 8pt;
	font-weight:300;
	font-family: Arial, san serif;
	letter-spacing: 1px;
	color:#666666;
	text-decoration:none
}
a:active {
	font-size: 8pt;
	font-weight:300;
	font-family: Arial, san serif;
	letter-spacing: 1px;
	color:#666666;
	text-decoration:none
}
a:visited {
	font-size: 8pt;
	font-weight:300;
	font-family: Arial, san serif;
	letter-spacing: 1px;
	color:#666666;
	text-decoration:none
 } 
a:hover {
	font-size: 8pt;
	font-weight:300;
	color: #999999;
	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: white;
	list-style: none;
	font-size: 10pt;
	font-weight:300;
	font-family: Aerial, san serif;
	letter-spacing: 2px;
	color:#666666;
}

#menu ul {
	list-style: none;
	font-size: 9pt;
	font-weight:300;
	font-family: Aerial, san serif;
	letter-spacing: 2px;
	color:#666666;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	line-height: 16pt;
	color: #EF3E3B;
	font-size: 10pt;
	font-family: Arial, san serif;
	letter-spacing: 1px
}

#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: 10pt;
	font-size: 8pt;
	font-weight:200;
	color: #999999;
	font-family: Arial, san serif;
	letter-spacing: inherit
	 }
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: #666666;
	font-size: 8pt;
	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; }
