html
{
	width: 100%;
}

body 
{
	font-family: tahoma;
	font-size: 10px;
	background: #000;
	margin: 0px;
}

/* navigation */

#nav 
{
	padding-top: 200px;
	position: absolute;
	margin: 170px;
	top: -297px;
	left: 450px;
	width: 200px;
}

#nav2
{
	padding-top: 0px;
	text-align: justify;
	position: absolute;
	top: 300px;
	margin-left: 700px;
}

a 
{
	outline: none;
	color: #42ba72;
	text-decoration: none;
	text-align: justify;
	margin: 0px;
}

a:hover 
{
	color: #fff;
}

/* pictures */

#border
{
	background-image: url(../img/navborder.jpg);
	position: absolute;
	top: 57px;
	left: 0px;
	width: 100%;
	height: 8px;
}

#gren 
{
	background-image: url(../img/gren.png);
	position: absolute;
	top: 64px;
	left: 585px;
	width: 31px;
	height: 33px;
}

#navborder 
{
	background-image: url(../img/navborder.jpg);
	position: absolute;
	top: 90px;
	left: 605px;
	width: 200px;
	height: 7px;
}

#logo
{
	background-image: url(../img/logo2.png);
	position:absolute;
	width: 600px;
	height: 500px;
	top: 0px;
	left: 0px;
}

#henri
{
	top: 200px;
	left: 750px;
	position: absolute;
	background-image: url(../img/henri.jpg);
	width: 400px;
	height: 300px;
	border: solid 7px white;
}

img 
{
	border: none;
}

/* content */

#maintext
{
	color: #fff;
	text-align: justify;
	margin-left: 300px;
	top: 230px;
	position: absolute;
	width: 400px;
}

h1
{
	font-family: tahoma;
	font-size: 20px;
	color: #42ba72;
	text-align: justify;
	margin: 0px;
	position: absolute;
	top: 180px;
	left: 300px;
}

p
{
	color: #fff;
	text-align: justify;
	margin-left: 300px;
	top: 230px;
	position: absolute;
}

/* contact */

p2
{
	color: #fff;
	text-align: justify;
	position: relative;
}

input, option, select
{
	font-family: tahoma;
	font-size: 10px;
}

label
{
	font-family: tahoma;
	font-size: 10px;
	color: #fff;
}

textarea
{
	font-family: tahoma;
	font-size: 10px;
	height: 150px;
	width: 300px;
}

fieldset
{
	border: 0px;
	position: absolute;
	text-align: justify;
}

fieldset p
{
	margin: 0px 0px 10px 0px;
	color: #fff
}


legend
{
	visibility: hidden;
	
}

form
{
	margin-top: auto;
	margin-left: auto;
	position: absolute;
	padding-top: 210px;
	padding-left: 295px;
}

/* blog */

.blog
{
	color: #fff;
	text-align: justify;
	margin-left: 300px;
	top: 200px;
	position: relative;
	width: 400px;
}

h3, span
{
	font-family: tahoma;
	color: #fff;
	font-size: 10px;
}

.post-body-div, p 
{
	font-size: 10px;
	font-family : tahoma;
	color: #fff;
	text-align: justify
}

.post-footer
{
	position: relative;
}
