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

body {
	background: #fff;
	color: #231f20;
	font: 0.625em/1em 'helvetica neue', helvetica, arial, sans-serif;
}

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

a { font-style: normal !important; outline: none; }
a:link { color: #00aeef; text-decoration: none; }
a:active { color: #00aeef; text-decoration: underline; }
a:visited { color: #00aeef; text-decoration: none; }
a:hover { color: #00aeef; text-decoration: underline; }

a img { border: none; }

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

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

#menu ul li.section-title { text-transform: uppercase;}

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

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

#content p { width: 800; margin: 0 20px 9px 23px }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 1.8em; font-weight: bold; }
h2 { font-size: 1.6em; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: normal; }
h4 { font-size: 1.2em; font-weight: normal; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-style: italic; }

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

#once { clear: left; }