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

body {
	color: #736F6E;
	font-size: 10px;
	line-height: 14px;
	font-family: Helvetica,Ariel,sans-serif;
	background: #333333;
}

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

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

a img { border: none; }

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

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

#menu ul li.section-title { 
	line-height: 12pt;
	border-bottom-colour: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #C0C0C0;
	font-size: 9pt;
	font-weight: bold;
}

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

.container {
    padding: 40px 60px 25px 20px;
}

#content p { width: 700px; margin-bottom: 9px; line-height: 11pt; margin-left: 0px; font-size: 8pt; color: #d3d3d3;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 14pt;
     line-height: 17pt;
     color: #C0C0C0;
}
h2 { font-size: 9pt;
     line-height: 12pt;
     font-weight: bold;
     color: #C0C0C0;
}
h3 { font-size: 16pt;
     line-height: 19pt;
     font-weight: bold;
     color: #C0C0C0;
 }
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; }