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

body {
	font-size: 0.7em;
	font-family: Arial,Verdana, sans-serif;
	background: url() top right no-repeat #000;
margin: 30px;
color: #eee;
line-height: 1.61em;
}

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

.section-title {display:none;}

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

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

a img { border: none; }

#menu {
    width: 150px;
    overflow: auto;
    top: 37px;
    bottom: 0;
	left: 40px;
    position: fixed;
    height: 100%;
	
}

.container h1 {
font-size: 1.3em;
text-transform: uppercase;
color: #fff;
}

#menu ul {
	list-style: none;
	margin: 20px 0 15px 0px;
}

#menu ul li.section-title {
color: #ccc;
font-weight: bold;
 }

#content {
    height: 100%;
    margin: 20px 0 0 150px;
    top: 0;

}

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

#content p { width: 400px; margin-bottom: 9px; font-size: 1.0em; }

p {
    margin: 0 0 10px 0;
}

.nav {border-top: 1px dotted #333 !important; padding: 8px 0px 10px 0px  !important;}

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

#img-container	{ margin: 10px 0 0 0; padding: 0; }
#img-container p	{ margin: 0px; width: 700px; border: none;padding: 0px 0; }

#once { clear: left; }