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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #343434;
	line-height: 18px;
	background: #fffefc;

}

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

body.section-1 #content p {width: 500px !important;}

a:link { text-decoration: none; color: #fffefc; }
a:active { text-decoration: none; color: #eb0058;}
a:visited { text-decoration: none; color: #ffebb4;}
a:hover { text-decoration: none; color: #eb0058; }

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 75px;
    position: fixed;
    height: 100%;
	background-color:  rgb(17,0,0);
	opacity:0.9;
	filter:alpha(opacity=90);

}

#menu ul {
	list-style: none;
	margin: 0 0 15px 0;
	cursor: pointer;

}

#menu ul li.section-title {
    font-size: 11px;
	color: #fffdf5;

}

#menu li.active a {color: #eb0058;}


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

 }

/* #menu .container {background-color:#000000 !important;}*/

.container {
    padding: 75px 5px 25px 17px;

}

#content p { width: 200px; margin-bottom: 9px; 	
}

p {
    margin: 0 0 9px 0;
}




h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 9px; }
h4 { font-size: 11px; color: #6e6e6e; }

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

#once { clear: left; }