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

body {
	font-size: 18pt;
	font-family: Palatino Linotype, georgia,serif;
	background: #f1f1f1;
margin: 0 0 0 80px;
}

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

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

a img { border: none; }

#menu {
font-family: Palatino,Lynotype,Serif;
    width: 300px;
    overflow: auto;
font-size: 9pt;
    top:0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
overflow:hidden;
margin: 0px 0 0 100px;
}

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

#menu ul li.section-title { }
#menu p {margin-left:50px;
}
#content {
    height: 100%;
    margin: 0 0 0 362px;
    top: 0;
color:#666666;

}

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

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

#content h1 {color:#009EE3;}
p {
    margin: 0 0 9px 0;
line-height:1.3em;
}

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

#img-container	{margin: 0; padding: 0;font-size: 10pt; }
img-container.nothumb {width: 300px; }
#img-container p	{ font-size: 10pt; width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
