* {
	margin: 0px;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	background: #fff;
	
}

body.section-1 {
	margin-top: 20px;
	margin-left: 10px;
}
body.section-2 {
	margin-top: 20px;
	margin-left: 10px;
}
body.section-9 {
	margin-top: 20px;
	margin-left: 10px;
}

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000;}
a:visited { text-decoration: none; color: #000000;}
a:hover { text-decoration: none; color: #b3b3b3; }

a img { border: none; }

#menu {
    width: 230px;
    overflow: auto;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height: 1.4;

}

#menu ul {
	list-style: none;
	margin: 0 0 30px;
	line-height: 1.5;
}

#menu ul li.section-title {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3%;
}

#content {
    height: 100%;
    margin: 0 0 0 240px;
}
#content a:link { text-decoration: underline; color: black;}
#content a:active { text-decoration: underline; color: black;}
#content a:visited { text-decoration: underline; color: black;}
#content a:hover { text-decoration: none; color: #28bf8d;}


.container {
}

#content p {
	width: 480px;
	margin-bottom: 9px;
	line-height: 1.5;
	margin-top: 3px;
}


p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }