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

body  { font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 5mm; background: #fff }

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

a:link   { color: gray; text-decoration: none }
a:active { text-decoration: none; }
a:visited   { color: gray; text-decoration: none }
a:hover  { color: black; text-decoration: none }

a img { border: none; }

#menu   { color: silver; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 5mm; background-color: #fff; position: fixed; top: 8px; bottom: 0; left: 18px; width: 215px; height: 100%; overflow: auto }

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

#menu ul li.section-title  { color: orange }

#content  { margin: 14px 0 0 236px; top: 0; height: 100% }

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

#content p  { text-align: left; margin-bottom: 9px; width: 400px; float: left }

p {
    margin: 0 0 9px 0;
}

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

#img-container	 { text-align: left; margin: 0; padding: 0; float: left }
#img-container p	 { text-align: left; margin: 0; padding: 0 0 0; width: 400px }

#once { clear: left; }