#page {
	background: url("images/sliced_03.jpg") repeat-y top;
	border: none;
	background-color: white;
	margin: 20px auto;
	padding: 0;
/*	width: 760px;*/
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px; /* half the width of the div */
	text-align: center;
}

#header {
	background: url("images/sliced_01.gif") no-repeat bottom center;
	padding: 0;
	margin: 0 auto;
	height: 295px;
	width: 760px;
	background-color: #d7d7d7;
}

.headertable {
	width: 100%;
	margin-top: 250px;
	margin-left:  0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#header a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#footer {
	background: url("images/sliced_05.gif") no-repeat bottom;
	border: none;
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	height: 60px;
	font-size: 80%;
}

#footer p {
	text-align: center;
	padding: 20px 0;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:Hover {
	text-decoration: underline;
}

.bonbon {
	font-size: 85%; /* 62.5% Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.bonbonhead {
	font-size: 85%; /* 62.5% Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.content {
	float: left;
	padding: 10px 0px 20px 30px;
	margin: 0 auto;
	width: 700px;
	text-align: justify;
}

.content h1 {
	font-size: 125%;
}

.content h2 {
	font-size: 110%;
}

body {
	background: #d7d7d7;
	font-size: 85%; /* 62.5% Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#flavours {
	font-size: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 0;
}

#flavour {
	font-weight: bold;
	vertical-align: top;
}

#contacts {
	font-size: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 0;
}

#contact {
	font-weight: bold;
}

.smalllink {
	font-size: 70%;
}