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

body {
	font-size: 12px;
	font-family:"Courier New", Courier, monospace;
	background: #fff;
	background-position:top left;
}

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

a:link { text-decoration: underline; color:#000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color:#FFF; background-color:#000 }

a.img:link { border: none; text-decoration:none; background:none; color:none; !important }
a.img:hover { border: none; text-decoration:none; background:none; color:none; !important }


#the-background {
				position: fixed;
				overflow: hidden;
				z-index:1;
				width: 100%;
				height:100%;
				top:0;
				left:0;
			}

			#wrapper {
				position: absolute;
				z-index: 2;
				width: 100%;
				height: 100%;
				top: 0;
				left:0;
			}	

#menu {
    width: 155px;
	padding-left:15px;
	padding-top:15px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 10;
    position: fixed;
    height: 100%;
/*	background-color: #fff;*/
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 168px;
    top: 0;
	background-attachment:fixed;
	background-position: top left;
}

#text {
	font-family:"Courier New", Courier, monospace
	font-size:12px;
	padding-left:10px;
	padding-top:2px;
}

#about {
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-family:Helvetica, Verdana, Geneva, sans-serif; 
font-size: 24px;}
h2 { font-family:Helvetica, Verdana, Geneva, sans-serif; 
font-size: 14px; line-height: 4px;}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

span.highlight
{
background-color:yellow;
}

span.highlight2
{
	font-style:oblique; font-weight:bold;
background-color: #70edf1;
}

#contact {
	padding-right:60px;
}

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

#once { clear: left; }