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

body {
	font-size: 16px;
	font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
	background: #fff;
	line-height: 1.5;
}

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

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

a img { border: none; }

#menu {
    width: 250px;
    overflow: visible;
    float: left;
    top: 0;
    bottom: 0;
	left: 80px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height:175%;
}

#menu ul {
	list-style: none;
	line-height:125%;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
font-size: 14px;
	 font-family:  "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 
   font-weight: 300;
   letter-spacing: 1px;
	background: #fff;
	font-weight:bold;
	line-height:175%;
	list-style-type: none;
 }

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

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

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

p {
    margin: 0 9px 0;
}
li {
	list-style-type: none;
}

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

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0 0 0 0; padding: 0 0 10px 0; }

#once { clear: left; }