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

body    { color: black; font-size: 10px; font-family: Verdana, Helvetica, Arial; margin: 0px; padding-top: 24px }

body.section-1  { font-size: 30px }
body.section-2 { }
body.section-3 { }

a:link   { color: #49abcf; text-decoration: none; margin-left: 10px }
a:active   { color: white; background-color: #000; margin-left: 10px }
a:visited   { color: white; text-decoration: none; background-color: black; margin-left: 10px }
a:hover    { color: white; text-decoration: none; background-color: #49abcf; margin-left: 10px }

a img { border-style: none; border-width: medium; }

#menu    { font-size: 11px; background-color: #000; margin: 0; padding: 0; position: fixed; top: 0; bottom: 0; left: 0; width: 200px; height: 100%; overflow: auto }

#menu ul    { font-size: 11px; line-height: normal; background-color: #000; list-style: none; margin-right: 0; margin-bottom: 200px; margin-left: 0; top: 5px; bottom: 5px }

#menu ul li.section-title    { font-size: 11px; font-family: Verdana, sans-serif; font-weight: normal; line-height: normal; margin-top: 10; margin-left: 60px; top: 600px; left: 10pt }

#content    { font-size: 10px; margin-top: 38px; margin-left: 220px; top: 0; height: 100% }

.container   { color: white; margin-left: 10px; padding: 0; top: 0; bottom: 0 }

#content p    { color: black; margin: 10px 0 10px 0; top: 0; width: 450px }

p { margin: 0 0 20px; }

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

#img-container	 { margin: 10pt 0; padding: 0 }
#img-container p	  { margin: 10pt 0 10; padding: 0; top: 0; width: 450px }

#once { clear: left; }
