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

body { color: black; font-size: 16px; font-family: Helvetica, sans-serif; background: #fff; }
body.section-1 { color: black; }
body.section-2 { color: black; }
body.section-3 { color: black; }
a:link { color: black; text-decoration: none; }
a:active { color: #f00; }
a:visited { color: black; text-decoration: none; }
a:hover { color: #f00; }

a img { border: none; }

#menu { color: black; font-weight: normal; font-size: 13px; width: 215px; overflow: auto; top: 25px; bottom: 0; left: 25px; position: fixed; height: 100%; background-color: white; }
#menu ul { color: black; font-weight: bold; font-style: normal; top: 20px; list-style: none; margin: 0 0 12px; }
#menu ul li.section-title { color: red; font-weight: bold; font-style: normal; }
#menu li.active a{ color: #f00; font-weight: bold; text-decoration: none; }

#content  { font-style: normal; font-weight: normal; background-color: white; margin: 80px 0 0 330px; position: relative; height: 100% }
.container { padding: 5px 5px 25px; }
#content p { font-weight: normal; width: 500px; margin-bottom: 9px; }

p { margin: 0 0 9px; }

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; }
