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

body {
	word-break: normal;
	color: #000;
	font: 10px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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

a:link {
	color: #000;
	background: fixed;
	text-decoration: underline;
}
a:active
a:visited {
	color: #2a2a2a;
}
a:hover { color: #6a6361;
	font-weight: normal;
	font-style: normal;
}

a img { border: none; }

#menu {
    color: #545454;
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
	margin:0px 14px 0 15px;

    position: fixed;
    height: 100%;
	background-color: rgba(255,255,255,0);
	font-size: 9px;
}

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

#menu ul li.section-title {
	font-size: 13px;
	background-color: #000;
	line-height: 30px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-align: left;
	width: 170px;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
	background-position: 20px;
}

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

#content p { color: black; width: 400px; margin-bottom: 9px; }

p {
    line-height: 14px;
    color: black;
    margin: 0 0 12px 0;
}

h1 { color: #fff;
	background: #000 20px 20px;
	font-size: 10px;
	height: 16px;
	width: 70px;
}
h2 { color: black; }
h3 { color: black; }
h4 { color: black; }

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

#once { clear: left; }
