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

body {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	background: #140e0e;
	font-size: 12px;
	font-family: "century gothic", Helvetica, sans-serif;
	text-align: justify;
	color: #333333;
}

#menu {
	line-height: 16pt;
    width: 200px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color: #140e0e;
	
}

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

a:link { 
text-decoration: none;
color: #6600ff;
}

a:active { text-decoration: none;
color: #666;
}

a:visited { 
text-decoration: none; color: #6600ff; }

a:hover {
	text-decoration: none;
	color: #0FF;
}

a img { border: none; }



#menu ul {
	list-style: none;
	line-height: 10pt;
	margin: 0 10px 20px 0;
}

#menu ul li.section-title {
	line-height: 12pt;
	border-bottom-color: #000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight: bolder;
	letter-spacing:inherit;
	text-transform: uppercase;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:#6600ff;
	font-weight:bolder;
	letter-spacing:-2px;
	font-stretch:extra-condensed;
	margin: 0 0px 5px 0;
	
	}

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

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

#content p { width: 700px; margin-bottom: 9px;
line-height:12pt;
margin-left: 0px;
font-size: 9pt;
color: #fff;
}

p {
    margin: 20px 0 9px 0;
	text-transform: none;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff;
}

h1 { 
	text-transform: uppercase;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #6600ff;
	font-weight:bolder;
	letter-spacing: -1px;
	font-stretch:extra-condensed;
	 
}
h2 { 
	font-size: 14px;
	font-family: "century gothic", Helvetica, sans-serif;
	text-align: justify;
	color: #333;
	font-style:italic;
	
}
h3 { 
text-transform: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight:lighter;
	letter-spacing:inherit;
	font-stretch:extra-condensed; 
}
h4 { 
	font-size: 14px;
	font-family: "century gothic", Helvetica, sans-serif;
	text-align: justify;
	color: #3F9;
	font-style:italic;
	
}
#img-container	{ margin: 20px 20px 0px 0px; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
