body {
	margin: 0px;
	background-color: #dddddd;
	}

.website_top {
	width: 780px;
	height: 123px;
	background-image: url('http://www.presenttravel.be/images/website_top.gif'); 
	background-repeat: no-repeat;
	}

.website_left{
	margin: 0px;
	width: 161px;
	height: 450px;
	background-image: url('http://www.presenttravel.be/images/website_left_bottom.gif'); 
	background-repeat: x-repeat;
	}

.main {
	width: 619px;
	padding: 8px;
	background-color: #ffffff;
	}

a.navigatie {
	text-decoration: none;
	padding-left: 3px;
	background-color: #ffcf00;
	color: #006D1E;
	width: 156px;
	font-family: Comic Sans MS;
	font-size: 12px;
	height: 20px;
	font-weight: bold;
	border : 1px solid #000000 ;
}

a:hover.navigatie {
	text-decoration: underline;
	background-color: #006D1E;
	color: #ffcf00;
}

a.subnavigatie {
	text-decoration: none;
	margin-left:7px;
	padding-left: 3px;
	background-color: #006f4f;
	color: #ffffff;
	width: 149px;
	font-family: Comic Sans MS;
	font-size: 10px;
	height: 16px;
	font-weight: bold;
	border : 1px solid #000000 ;
}

a:hover.subnavigatie {
	text-decoration: underline;
	background-color: #ffffff;
	color: #666666;
}

.credits{
	background-color: #ffffff;
	height: 40px;
	background-image: url('http://www.presenttravel.be/images/credits_bg.gif'); 
	font-family: Comic Sans MS;
	font-size: 9px;
	color: #006d1e;
	}

