/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
background-image: url(http://mariusland.com/10.jpg);
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Helvetica, Arial;
	font-color: #DCDB1D;

	background-repeat:no-repeat;
	width: 100%;
}

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


a:link {
color:black;
text-decoration:none;
}
a:active { text-decoration: none; display: inline;
   background: black; color: black; }
a:visited {text-decoration: none; color: black;}
a:hover { text-decoration: none; display: inline;
   background: black; color: black; }


a img { border: none; }

#menu {
    width: 160px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
	background-color: transparent;
	text-align: right;
	font-family: helvetica;
	color: black;
}

.unbold {
	background-color: #b5d5ff;
	font-weight: normal;
}


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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 92px 0 0 230px;
    top: 0;

}

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

}

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

p {
    margin: 20px 0px 20px 0px;
}

h1 { font-size: 18px; font-family: 'Bentham', arial, serif; letter-spacing: -0,8px; color: black; line-height: 20px; }
h2 { font-size: 50px; font-family: 'Bentham', arial, serif; letter-spacing: -1.8px; color: black; line-height: 40px; }
h3 { font-size: 50px; font-family: 'Bentham', arial, serif; letter-spacing: auto; color: black; line-height: 40px; }
h4 { font-size: 15px; font-family: 'Bentham', arial, serif; letter-spacing: -0,8px; color: black; line-height: 15px; }

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

#once { clear: left; }



#background img {
	width: 100%;
	height: 100%;
#background {
	position:fixed;
	z-index: -1;
	background-color: white;
}

#background img {
	width: 100%;
	height: 100%;
}

#text {
	text-align: justify;
}
