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

body { color: black; font-size: 10px; font-family: Helvetica, sans-serif; background: #fff; }

body.section-1 { color: gray; }
body.section-2 { color: gray; }
body.section-3 { color: gray; }

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

a img { border: none; }

#menu { background-color: white; width: 150px; overflow: auto; bottom: 0; height: 100%; position: fixed; top: 0; left: 0; right: 0; }

#menu ul { color: black; font-size: 8pt; font-weight: 600; font-variant: normal; line-height: 15pt; background-color: transparent; text-decoration: none; text-align: left; letter-spacing: 1px; vertical-align: 12px; padding-top: 0; padding-left: 25px; list-style-type: none; list-style-position: outside; }

#menu ul li.section-title { color: black; left: 50px; }

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

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

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

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ margin-right: 0; margin-bottom: 0; padding: 0; }
#img-container p	{ color: gray; font-size: 8pt; font-family: serif; font-style: italic; line-height: 9px; width: 400px; margin: 0; padding: 0 0 12px; }

#once { clear: left; }