*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	color: #000;
	font-family: helvetica , sans-serif;
	background: #111;
}

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

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

a img { border: none; }

#menu {
    width: 100%;
    overflow: none;
    top: 0;
    bottom: 50;
	left: 0;
    position: fixed;
    height: 65px;
	background-color: #fff;
	vertical-align:abstop; 
	display:inline;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	display: table-cell;
	position: relative;
	position: top;
	padding: 2px 6px;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 80px 0 0 10px;

}

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

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

\

h1 { font-size: 32px; color: #fff; }
h2 { font-size: 24px; color: #fff; }
h3 { font-size: 16px; color: #fff; }
h4 { font-size: 12px; color: #fff; }
h5 { font-size: 10px; color: #fff; }
h6 { font-size: 10px; color: #000; }

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

#once { clear: left; }