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

body {
	font-size: 11.5px;
	font-family: monospace Verdana, sans-serif;
	background: #A5A8A5;
}

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

a:link { text-decoration: none; color: #ffffff}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #ccffff; }
a:hover { text-decoration: none; color:#C3C; }

a img { border: none; }

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

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

#menu ul li.section-title {   
   1.  line-height: 18pt;
   2. border-bottom-color: white;
   3. border-bottom-style: dotted;
   4. border-bottom-width: 1px;
   5. color: white;
   6. font-size: 14pt;
}

#content {
    height: 100%;
    margin: 0 0 0 150px;
    top: 0;
	padding-left: 50px;
}

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

#content p { width: 700px; margin-bottom: 30px;    
   1.  line-height: 21pt;
   2. margin-left: 5px;
   3. font-size: 18pt;
   4. color: #666666;
}

p {
    margin: 0 0 9px 0;   
	1.  color: white;
    2. font-size: 14pt;
}

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