*{
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

h1{
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
	color: #8C9E3F;
	margin-top: 12px;
	margin-bottom: 5px;
}

h1:first-letter{
	font-size: 28px;
}

h3{
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	color: #8C9E3F;
	margin-top: 12px;
	margin-bottom: 2px;
}

h3:first-letter{
	font-size: 20px;
}

a{
	color: #757012;
	text-decoration: none;
}

a:visited{
	color: #757012; 
}

a:hover{
	color: #8C1010;
	}

a:active{
	outline: none;
}
	
#wrapper{
	position: relative;
	width: 730px;
	margin: 0 auto;
	font-family: georgia;
	margin: 0 auto;
}

#top{
	padding-top: 20px;
	border-bottom: 1px solid #A7AF75;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#nav_bar{
	margin-top: 10px;
	margin-left: 3px;
	width: 760px;
}

#nav_bar li{
	list-style: none;
	float: left;
	margin-right: 34px;
}

#nav_bar a{
	text-decoration: none;
	font-size: 20px;
	color: #B2C76D;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#nav_bar a:hover {
	color: #879645;
}

#nav_bar #nav_levensloop{
	float: none;
	margin-right: 0;
}

#content{
	background: #f6f6f0;
	padding-left: 17px;
	padding-bottom: 17px;
	min-height: 492px;
}

#content_gallery{
	background: #e9eae2;
	width: 301px;
	height: 470px;
	margin-right: 25px;
	margin-top: 20px;
	position: absolute;
	left: 20px;
}

#content_gallery .img_box{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	height: 120px;
}

#content_gallery #large_img_box{
	margin-left: 20px;
	margin-top: 20px;
}

#content_gallery #large_img_box #title{
	font-weight: bold;
	margin-bottom: 4px;
}

#content_gallery #large_img_box #description{
	text-align: center;
	margin-top: 14px;
	margin-right: 20px;
}

#content_gallery .img_box img{
	border: 0;
	z-index: 3;
	position: relative;
}

#content_gallery .img_box a{
}


#content_gallery a:hover{
	text-decoration:none;
color:#FF0000;

}

#content_gallery .hover_title{
	text-align: center;
	margin-top: -25px;
	padding-top: 5px;
	padding-bottom: 2px;
	width: 120px;
	background: #e9eae2;
	z-index: 2;
	position: relative;
}

#content_gallery #nav_slides{
	clear: both;
}

#content_gallery #nav_slides a:hover{
	color: #757012;
}

.slides{
	display: none;
	height: 420px;
}

#slide1{
	display: block;
}

#nav_slides{
	margin-top: 10px;
}

a#previous_slide{
	padding-left: 45px;
}

a#next_slide{
	padding-left: 75px;
}

.clearer{
	border: 1px solid transparent;
	background: transparent;
	clear: both;
}

#content_description{
	margin-right: 25px;
	padding-top: 15px;
	margin-left: 325px;
}

#content_description p{
	font-size: 14px;
	color: #2E3300;
	line-height: 30px;
}

#content_description #chron_or_cat{
	margin-bottom: 5px;
}

#archive_list{
	padding-top: 15px;
	margin-right: 25px;
	margin-left: 325px;
	display: none;
}

#archive_list p{
	font-size: 14px;
	color: #2E3300;
	line-height: 30px;
}

#pseudo_footer {
	height: 20px;
}

#info_contact p, #info_contact a{
	font-size: 13px;
	line-height: 25px;
}

#content li{
	list-style: none;
	margin-left: 10px;
	color:#2E3300;
	font-size:14px;
	line-height:30px;
}
