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

body {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif; color: #F1F518;
	background: #06040D;
}

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

a:link { text-decoration: none; color: #fff; }
a:active { text-decoration: none; color: #fff; }
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; color: #fff; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #06040D; 
	border-right: hidden; color: #FFFF33; 
}

#menu ul {
	list-style: none;
	margin: 0 0 9pt 0;
}

#menu ul li.section-title {
   1. line-height: 9pt;
   2. border-bottom-color: white;
   3. border-bottom-style: dotted;
   4. border-bottom-width: 1px;
   5. color: white;
   6. font-size: 8pt;
 }

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

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

#content p { width: 600px; margin-bottom: 9px;   
   1. line-height: 9pt;
   2. margin-left: 5px;
   3. font-size: 9pt;
   4. color: #F1F518;
}

p {
    margin: 0 0 11px 0;
	color: #8F8F8F;
    font-size: 9pt;

}

h1 { font-size: 9pt; }
h2 { font-size: 9pt; }
h3 { font-size: 9pt; }
h4 { font-size: 9pt; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 0; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }