/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* { margin-bottom: 3px; margin-left: 5px; padding: 0; }
body { color: gray; font-size: x-small; font-family: Helvetica, Akkurat, Sabon, Akkurat-Light; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: none; }

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

a img { top: 2px; bottom: 2px; border-style: none; }
#menu { overflow: auto; top: 0; bottom: 0; background-position: 3px 4px; left: 0; right: 0; width: 300px; }

#menu ul { margin: 10px 10px 12px -3px; l }

#menu ul li.section-title { color: silver; position: relative; top: 2px; width: 120px; }

#content { background-color: white; position: absolute; top: 180px; left: 200px; overflow: visible; }
.container {  }
#content p { color: black; float: none; }

p {  }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
#once { clear: left; }
#id {  }

