/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* { background-color: #FFF; margin: 0; padding: 0; }

body { color: #000; font-size: 11.5px; font-family: Helvetica, Verdana, sans-serif; background: transparent;line-height: 1.5em; }

body.section-1 { background-color: #FFF; }
body.section-2 { background-color: #FFF; }
body.section-3 { background-color: #FFF; }

a:link { color: #666; text-decoration: none; }
a:active { color: #333; text-decoration: none; }
a:visited { text-decoration: none; color: #808080; }
a:hover { color: #000; }

a img { border: none; } 

#menu {
    width: 150px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #FFF;
	line-height: 1.2em;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 1.5em;
	text-decoration:bold;
	line-height: 1.3em;
	font-size-adjust:.5;
}

#menu ul li.section-home { 
	background-color:#;
	color:#999;
	line-height: 1.8em;
}

#menu ul li.section-title { 
	background-color:none;
	color:#333;
	text-decoration:bold;
	line-height: 1.8em;
	font-size-adjust:.6;
	

}

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

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

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

p {
    margin: 0 0 9px 0;
	line-height:2em
}

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

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

#once { clear: left; }