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

body           { color: black; font-size: 10.5px; font-family: Verdana; line-height: 1.9; font-stretch: wider; text-decoration: none; background: #fff }

body.section-1     { font-size: 10.5px; font-family: Verdana }
body.section-2    { font-size: 10.5px; font-family: Verdana }
body.section-3   { font-size: 10.5px; font-family: Verdana }

a:link    { color: #424242; font-stretch: semi-condensed; text-decoration: none; padding: 0 0 1.2px; border-bottom: 1px solid #000 }
a:active  { color: #424242; text-decoration: none; border-bottom: 1px solid #000; padding: 0 0 1.2px 0 }
a:visited  { color: #424242; text-decoration: none; border-bottom: 1px solid #000; padding: 0 0 1.2px 0 }
a:hover   { color: black; text-decoration: color: aqua; background-color: aqua; padding: 0 0 1.2px; border-bottom: 1px solid #000 }

a img { border: none; }

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

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

#menu ul li.section-title   { color: black; background-color: #fff }

#content       { font-size: 10.5px; font-family: Verdana; line-height: 1.8; margin: 0 0 0 215px; top: 0; height: 100% }

.container   { background-color: #fff; padding: 5px 5px 25px }

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

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: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
