/* Algemene waardes */
* {
	margin:0;
	padding:0;
}
html, body {
	font-family: Arial;
	font-size:12px;
	color:#8b8b8b;
	background: url(images/bg.png) top repeat-x #f7f7f7;
}
div#container {
	width:920px;
	background: url(images/container_bg.png) top no-repeat;
	height:500px;
	padding:0 5px;
	margin:0 auto;	
}
.rightfloat {float:right;}
.leftfloat {float:left;}
.fixfloat {
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
a img {border:0;}
a {color:#5c5c5c; text-decoration:underline;}
a:hover {text-decoration:none;}
/* End Algemene waardes */
/* Header */
div#header {
	width:895px;
	height:72px;
	padding:13px 0 0 25px;
}
#logo {
	float:left;
}
/* End Header */
/* Content */
div#content {
	width:880px;
	padding:30px 20px 0 20px;
}
h1 {
	font-size:30px;
	line-height:30px;
	font-weight:normal;
	color:#434343;
}
.center {text-align:center;}
div#content p {
	line-height:18px;
	padding:18px 0 0 0;
}
/* End Content */