@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	height: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 800px;
	background-image: url(../images/home/buiten_home_header_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 153px;
}
#image {
width: 800px;
}#navigation {
	width: 800px;
	background-color: #433433;
	height: 50px;
}
#navigation_inner {
	padding-top: 18px;
	padding-left: 35px;
}
#nav_ul {
	float: left;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
}
#nav_ul li {
	float: left;
}
#home_nav a {
	width: 50px;
	display: block;
	color: #FFF4C8;
	text-decoration: none;
	font-weight: 100;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF4C8;
}
#history_nav a {
	width: 60px;
	display: block;
	color: #FFF4C8;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF4C8;
}
#wines_nav a {
	display: block;
	width: 50px;
	color: #FFF4C8;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF4C8;
}
#restaurant_nav a {
	display: block;
	width: 80px;
	color: #FFF4C8;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF4C8;
}
#weddings_nav a {
	display: block;
	width: 160px;
	color: #FFF4C8;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF4C8;
}
#picnic_nav a {
	display: block;
	width: 60px;
	color: #FFF4C8;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF4C8;
}
#news_nav a {
	display: block;
	width: 110px;
	color: #FFF4C8;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF4C8;
}
#jewellery_nav a {
	width: 80px;
	display: block;
	color: #FFF4C8;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF4C8;
}
#contact_nav a {
	display: block;
	width: 70px;
	color: #FFF4C8;
	text-decoration: none;
}
#home_nav a:hover, #history_nav a:hover, #wines_nav a:hover, #restaurant_nav a:hover, #weddings_nav a:hover, #news_nav a:hover, #picnic_nav a:hover, #contact_nav a:hover {
	color: #AD9F6E;
}
