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

body {
	font-size: 8.5pt;
	line-height: 10.5pt;
	font-family:Helvetica, monospace Verdana, sans-serif;
	background:#fff
}

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

a:link { text-decoration: none; color: #1f1f1f; }
a:active { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: #1f1f1f; }
a:hover { text-decoration:none ; color:red; font-size: 8pt;
}

a img { border: 10px solid: #1f1f1f }


#menu {
    width: 200px;
    overflow: auto;
    top: 125px;
    bottom: 0;
	left: 0;
	position: fixed;
	padding-left: 0;
    height: 100%;

	
}

.nav {
	background-color: #171717;
	position: fixed;
	top: 0;
	right: 0;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	padding: 0.5em 1em 0.5em 1.2em;
}

.nav li a {
	font-size: 1em;
	color: #fff;
	text-shadow: none;
	font-family: Helvetica, monospace Verdana, sans-serif;
	
}

	#menu .container
	{ padding: 15px 0 21px 21px; }


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

#menu ul li.section-title {
	line-height: 12pt;
	border-bottom-style:none;
	border-bottom-width: 2px;
	border-bottom-color:ADADAD;
	border-bottom-length: 210px;
	color: #1f1f1f;
	font-size: 9pt;
	font-family: Helvetica, monospace Verdana, sans-serif;
	
}




#content {
    height: 100%;
    margin: 90px 0 0 175px;
    top: 0;
	padding-left: 35px;
	

}

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

#content p { width: 599px; margin-bottom: 0px; }


line-height: 21pt;
margin-left: 5px;
font-size: 18pt;
color: #666666;

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 17pt; font-weight:100; line-height: 12pt; color:#1f1f1f }
h2 { font-size: 1px; font-weight:100; color:white; line-height:1pt }
h3 { font-size: 10.5px; color:#1f1f1f; line-height:10pt; font-weight:100; font-style:italic }
h4 { font-size: 8.5pt; color:#1f1f1f; line-height:12pt ; font-weight:100}
h5 { font-size: 8.5pt; color:#1f1f1f; line-height:10.5pt ; font-weight:100; }
h5 { color:#1f1f1f; }
h6 { font-size: 8.5pt; line-height: 10.5pt; font-weight:100; color:#1f1f1f }


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

#once { clear: left; }

a[href^="mailto"] { color: black; }
