@charset "utf-8";

/*
-------------------------------------------------------------
	Rev: 1.0											|
	Date: Feb 18, 2006							|
-------------------------------------------------------------
	Author: Jasper van der Meer				|
	Company: JMstudio.nl Webdesign		|
	Address: http://www.jmstudio.nl		|
-------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

div#container, div#title_and_search, div#header, div#core {
	width: 740px;
}
div#container {
	height: 100%;
	margin: 0 auto 0 auto;
}
div#title_and_search {
	height: 30px;
	background: none;
}
div#header {
	height: 275px;
	background: #FFF url(../images/header_back.jpg) bottom left no-repeat;
	position: relative;
}
div#header_image_background {
	width: 205px;
	height: 205px;
	position: absolute;
	top: 35px;
	left: 35px;
	background: url(../images/header_image_back.gif) center center no-repeat;
}
div#changeable_image {
	width: 189px;
	height: 189px;
	float: left;
	position: absolute;
	top: 8px;
	left: 8px;
	background: #4b800c url(../images/gras.jpg) top left no-repeat;
}
div#skipper {
	width: auto;
	height: auto;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}
#navigationbar_list {
	width: 395px;
	height: 135px;
	position: absolute;
	top: 35px;
	left: 205px;
}
	
.flash {
	width: 189px;
	height: 189px;
	background: #FFF;
	border: 0;
}
div#core {
	background: #98C23C url(../images/corebackground.gif) left bottom repeat-y;
	height: 100%;
	margin-top: 8px;
}
	