body {
	background-image: url("http://drydenfoodandwine.com.au/images/fruit1.jpg");
}

#navbar {
	text-align: center;
}
#logo {
	height: 100px;
	width: auto;
}

div.b {
	border-color: green;
	border-style: double;
	border-width: 4px;
	background-color: beige;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

p {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	text-indent: 50px;
}

p#contact {
	text-indent: 0px;
}

div#header {
	margin-left: auto;
	margin-right: auto;
	width: 803px;
}

div.thumbcontainer {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

img.thumb {
	margin: 10px;
	width: 45%;
	border-style: ridge;
}
