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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { 
	text-decoration: none;
	color: #333333; 
	font-family: Helvetica, serif;
	font-size: 10px;
}

a:active { 
	text-decoration: none;
	color: #333333; 
	font-family: Helvetica, serif;
	font-size: 10px
}

a:visited { 
	text-decoration: none;
	color: #333333;
	font-family: Helvetica, serif;
	font-size: 10px; 
}

a:hover { text-decoration: underline;
	color: #333333; 
	font-family: Helvetica, serif;
	font-size: 10px
}

a img { border: none; }

#menu {
    width: 202px;
    overflow: auto;
    top: -32px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title {
	color: #000000;
	font-family: Helvetica;
	font-size: 12px;
	margin-top: 10px;
	border-bottom: 1px dashed #000000;
}

#content {
    height: 100%;
    margin: 0 0 0 202px;
    top: 0;
}

.container {
    padding: 40px 40px 0px 40px;
}

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

p {
    margin: -6px 0px 9px 0px;
}

h1 { 	
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	margin-bottom: -12px;
	margin-top: -12px;
	border-bottom: 1px dashed #000000;
}

h2 { 
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	margin-top: 165px;
	margin-left: 0px;
}

h3 { 
     font-size: 10px;
     color: #666666;
     font-weight: normal;
     margin-top: -10px;
     margin-left: 0px;
}

h4 { 
     font-size: 12px;
     color: #000000;
     font-weight: normal;
     margin-top: 99px;
     margin-left: 0px;
}

.nav {
    position: absolute;
    top: 144px;
    left: 420px;
    z-index: 100;
    clear: both;
}

#img-container	{ 
    position: absolute; 
    left: 438px;
	top: 167px;
}

#img-container p	{ 
	position: absolute; 
	left: -1px; 
	top: -19px;
}

#once { clear: left; }