/*
	_________________________________________________

		Project date:15-10-2008

		Sander Roy van Veen

		info@sandermedia.nl
		Leliestraat 1
		7943 AV Meppel
		The Netherlands
		Timezone GMT +1
	_________________________________________________
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	background: #002f4f;
	font: 12px "Arial", "Trebuchet MS", "Verdana", sans-serif;
	color: #a3a77c;
	height: 100%
}

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

a:hover {
	text-decoration: underline;
}

h1 {
	font: bold 24px "Georgia", "Trebuchet MS", "Verdana", sans-serif;
}

h2 {
	font: bold 18px "Georgia", "Trebuchet MS", "Verdana", sans-serif;
}

img, img a {
	border: none;
}

p {
	margin-bottom: 20px;
}

/* ID */
#container {
	width: 982px;
	margin: 0 auto;
	padding-top: 10px;
}

#header {
	height: 131px;
	position: absolute;
	z-index: 1;
}

#photo {
	position: absolute;
	margin-top: 59px;
	margin-left: 271px;
	z-index: 3;
}
	#photo img {
		border-bottom: 1px solid #a3a77c;
	}

#navigation {
	float: left;
	text-align: right;
	width: 269px;
	background: #113b54;
	margin-left: 1px;
	padding-top: 13px;
	margin-top: -8px;
	position: absolute;
	z-index: 0;
}
	#navigation li {
		list-style-type: none;
		border-bottom: 1px solid #a3a77c;
		padding: 5px;
	}

#content_container {
	position: absolute;
	margin-top: 131px;
	min-height: 500px;
	width: 982px;
	background: transparent url("/ext/img/bg_faux.jpg") repeat-y;
	border-bottom: 1px solid #a3a77c;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

#content {
	float: right;
	min-height: 200px;
	width: 630px;
	margin-top: 250px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	line-height: 20px;
}

#footer {
	position: absolute;
	width: 970px;
	text-align: right;
	margin-right: 20px;
	bottom: 0;
}

#cf_div1, #cf_div2 {
	position: absolute;
}

/* CLASS */
.hr {
	border-bottom: 1px solid #526b66;
	margin-top: 10px;
	margin-bottom: 10px;
}