/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
body { color: #FFFFFF; line-height:100%; font-size: 12px;
	font-family: Verdana; background-color:#000000;
	
	}
body.section-1 { }
body.section-2 { }
body.section-3 { }
a:link { text-decoration: none; color: #666666 }
a:active { text-decoration: none; color: #999999 }
a:visited { text-decoration: none; color: #CCCCCC; }
a:hover { text-decoration: underline; }
a img { background-color: #000000; border: none; }
#menu {
    width: 165px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #000000;
}
#menu ul {line-height:90%;
	list-style: none;
	margin: 5px 0 5px 10px; background-color: #000000
}
#menu ul li.section-title {line-height:75%; margin: 0px 0px 0px -5px
}
#content {
    height: 100%;
    margin: 0 0 0 100px;
    top: 0;
}
.container { background-color:#000000; 
    padding: 10px 5px 15px 5px;
}
#content p { width: 300px; margin-bottom: 9px; margin-left: 75px }
p {
    margin: 0 0 0 0px;
}
h1 { margin-left: 100px; color: #FFFFFF; line-height:90%; letter-spacing: normal; font-size: 12px;
	font-family: Verdana; background-color:#FFFFFF ; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
#img-container	{ margin-left: 60px; margin-top: 15x; padding-left: 15px }
#img-container p	{ width: 400px; }
#once { clear: left; }