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

body     {
	color: black;
	font-size: 10px;
	font-family: monaco;
	background: #ffffff
}

body.section-1  { top: 60px; left: 60px }
body.section-2 { }
body.section-3 { }

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

a img { border: none; }

#menu     {
	font-size: 10px;
	background-color: transparent;
	text-align: left;
	position: fixed;
	top: 60px;
	bottom: 0;
	left: 60px;
	width: 215px;
	height: 100%;
	overflow: auto;
	color: #000;
}

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

#menu ul li.section-title { }

#content    {
	margin: 0 0 0 215px;
	position: fixed;
	top: 60px;
	left: 60px;
	height: 100%;
	overflow: auto;
	width: 800px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1  { font-size: 10px; font-weight: bold }
h2  { font-size: 100px; font-family: "Helvetica Neue"; font-weight: normal; line-height: 90%; font-stretch: normal }
h3 {
	font-size: 10px;
	color: #0CF;
}
h4 { font-size: 12px; }

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

#once { clear: left; }