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

body {
	font-size: 10px;
	font-family: Helvetica;
	background: #000;
}

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

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

a img { border: none;}


#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #000;
}

#menu ul {
	list-style: none;
	margin: 0 0px 5px 15px;
	color: #666 ;
	font-size: 10pt;
	line-height: 18pt;
	margin-bottom:30px;
}

#menu ul li.section-title {
	line-height: 24pt;
	border-bottom-color: white;
	border-bottom-width : 1px;
	color: #999;
	font-size: 16pt;
}	
	
#content {
    height: 100%;
    margin: 25px 0 0 250px;
    top: 0;
	padding-left: 50px;
}

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

#content p { width: 700px; margin-bottom: 50px; line-height: 21pt; margin-left: 15px; font-size: 18pt; color: #666 }

p {
	margin: 0 0 0px 0;
	color: #09F;
	font-size: 28pt;
	margin-bottom:10px;
}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }