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

body { font-size: 9pt; font-family: "Courier New", Courier, Monaco, monospace; background-color: #fff; background-position: 0 0; }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: black; font-family: "Courier New", Courier, Monaco, monospace; font-weight: bold; text-decoration: none; }
a:active { color: black; font-family: "Courier New", Courier, Monaco, monospace; font-weight: bold; text-decoration: none; }
a:visited { color: black; font-family: "Courier New", Courier, Monaco, monospace; font-weight: normal; background-color: black; text-decoration: none; }
a:hover { color: white; font-family: "Courier New", Courier, Monaco, monospace; font-weight: normal; background-color: black; text-decoration: none; }

a img { border: none; }

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

#menu ul { line-height: 25px; list-style: none; margin: 0 0 12px; }

#menu ul li.section-title {  }

#content { background-position: 0 0; height: 100%; margin: 0 0 0 315px; top: 60px; padding-top: 65px; }

.container { top: 60px; padding: 60px 5px 25px 30px; }

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { color: white; font-size: 9pt; font-family: "Courier New", Courier, Monaco, monospace; font-weight: lighter; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }