body{
	background: #584330;
	margin: 0px;
	}
	
td.logo{
	width: 304px;
	height: 195px;
	background-image:url('images/bg_logo.jpg');
	background-repeat: no-repeat;
	}

td.navigatie_home{
	width: 606px;
	height: 195px;
	background-image:url('images/bg_home.jpg');
	background-repeat: no-repeat;
	}

td.navigatie_values{
	width: 606px;
	height: 195px;
	background-image:url('images/bg_values.jpg');
	background-repeat: no-repeat;
	}

td.navigatie_company{
	width: 606px;
	height: 195px;
	background-image:url('images/bg_company.jpg');
	background-repeat: no-repeat;
	}

td.navigatie_services{
	width: 606px;
	height: 195px;
	background-image:url('images/bg_services.jpg');
	background-repeat: no-repeat;
	}

td.navigatie_people{
	width: 606px;
	height: 195px;
	background-image:url('images/bg_people.jpg');
	background-repeat: no-repeat;
	}

td.navigatie_contact{
	width: 606px;
	height: 195px;
	background-image:url('images/bg_contact.jpg');
	background-repeat: no-repeat;
	}
	
td.leftbar{
	width: 304px;
	background-image:url('images/bg_leftbar.jpg');
	background-repeat: y-repeat;
	}

td.main{
	width: 556px;
	background-image:url('images/bg_main.jpg');
	background-repeat: y-repeat;
	font-family: Perpetua, Trebuchet MS;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

td.main_right{
	width: 50px;
	background-image:url('images/bg_main_right.jpg');
	background-repeat: y-repeat;
	}

td.bottombar{
	width: 910px;
	height: 33px;
	background-image:url('images/bg_bottombar.jpg');
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 30px;
	font-family: Perpetua, Trebuchet MS;
	font-size: 14px;
	color: #ffffff;
	}
	
a{
	color: #000000;
	text-decoration:none;
	font-family: Perpetua, Trebuchet MS;
	font-size: 16px;
	}
	
a:hover{
	color: #990000;
	text-decoration:underline;
	font-family: Perpetua, Trebuchet MS;
	}

a.navigatie{
	color: #cdcdcd;
	text-decoration:none;
	font-family: Perpetua, Trebuchet MS;
	font-size: 17px;
	}

a.navigatie:hover{
	color: #ffffff;
	text-decoration: underline;
	}

a.credits{
	color: #ffffff;
	text-decoration:none;
	font-family: Perpetua, Trebuchet MS;
	font-size: 12px;
	}

a.credits:hover{
	color: #ffffff;
	text-decoration: underline;
	}

input{
	font-family: Perpetua, Trebuchet MS;
	font-size: 13px;
	color:#990000;
}

textarea{
	font-family: Perpetua, Trebuchet MS;
	font-size: 13px;
	color:#990000;
}