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

body {
	font-size: 10px;
	font-family: Andale mono, monospace, Verdana, sans-serif;
	background: #fff;
}

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

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

a img { border: none; }

#header {
margin-bottom: 20px;	
}

#menu {
    width: 210px;
    overflow: hidden;
    top: 0px;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 700px;
	background-color:#fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 6px;
	padding-bottom:8px;
}

#menu ul li.section-title { 
	padding-bottom:4px;
}

#menu ul li { 
	padding-bottom:3px;
}

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

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

#content p { 
	width: 500px; 
	margin-bottom: 9px;
	font-size:1.1em;
	line-height:1.2em;
}

#content p em {
	color:#666666;
}

#content hr {
	width: 500px;
	margin:20px 0 20px 0;
}

p {
    margin: 0 0 9px 0;
}

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

#credits {font-size: 0.8em}

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

#once { clear: left; }