body
	{
		margin: 0px;
		padding: 0px;
		font-family: sans-serif;
		background-image: URL("img/background.jpg");
	}
	
div.bannerrepeater
	{
		background-image: URL("img/banner-repeat.jpg");
		background-position: top right;
		height: 250px;
		width: 100%;
		z-index: 0;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0px;
		padding: 0px;
	}

h1
	{
		font-size: 16px;
		font-family: serif;
		font-style: italic;
		height: 250px;
		width: 100%;
		background-image: URL("img/banner-right.jpg");
		background-repeat: no-repeat;
		background-position: top right;
		margin: 0px;
		padding: 0px;
		/*margin-left: 30px;*/
		color: white;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}
	
h1 div.h1content
	{
		padding: 10px;
		padding-left: 30px;
	}
	
h1 .name
	{
		font-size: 36px;
		font-family: serif;
		font-style: italic;
	}
	
h1 .pagetitle
	{
		font-size: 60px;
		font-family: serif;
		font-style: italic;
	}
	
h2
	{
		font-weight: bold;
		font-size: 20px;
	}
	
div.content
	{
		margin-top: 230px;
		padding-top: 20px;
		font-size: 18px;
		padding-left: 250px;
	}
	
.centered
	{
		text-align: center;
	}
	
.imageCaption
	{
		font-size: 80%;
	}
	
div.content img.flavour
	{
		clear: right;
		float: right;
		padding-left: 10px;
		padding-top: 0px;
		padding-right: 2px;
		padding-bottom: 10px;
	}
	
table.prices
	{
		padding-top: 3em;
	}
	
table.prices td
	{
		padding-right: 20px;
		padding-bottom: 10px;
	}
	
td.notey
	{
		font-size: 80%;
		font-style: italic;
	}
	
div.linkblock
	{
		font-weight: bold;
		color: black;
		clear: both;
		margin-top: 30px;
		margin-bottom: 50px;
	}
	
div.linkblock img
	{
		float: left;
		margin-right: 5px;
	}

div.linkblock  a:link
	{
		text-decoration: none;
		color: black;
	}

div.linkblock  a:active
	{
		text-decoration: none;
		color: black;
	}
	
div.linkblock a:visited
	{
		text-decoration: none;
		color: black;
	}
	
div.footer
	{
		margin-left: 250px;
		margin-top: 30px;
		text-align: center;
		font-size: 90%;
		margin-right: auto;
		background-image: URL("img/vertgrad.gif");
		background-repeat: repeat-x;
		background-position: top;
		clear: both;
	}
	
div.footer .line
	{
		overflow: hidden;
		width: 100%;
		background-color: #a7a7ff;
		height: 1px;
		margin-bottom: 10px;
		clear: both;
	}
	
div.footer .smaller
	{
		font-size: smaller;
	}

div.yvts
	{
		float:right;
		clear:both;
		color: #a7a7ff;
		font-weight: bold;
		font-size: smaller;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	
div.yvts a
	{
		text-decoration: none;
		color: #a7a7ff;
	}
	
div.yvts a:link
	{
		text-decoration: none;
		color: #a7a7ff;
	}
	
div.yvts a:active
	{
		text-decoration: none;
		color: #a7a7ff;
	}
	
div.yvts a:visited
	{
		text-decoration: none;
		color: #a7a7ff;
	}

div.menu
	{
		z-index: 2;
		padding: 0px;
		margin: 0px;
		background-image: URL("img/horizgrad.gif");
		background-position: left;
		background-repeat: repeat-y;
		position: absolute;
		top: 250px;
		left: 0px;
	}
	
div.menu img
	{
		position: absolute;
		top: 20px;
		/*left: (205/2) - (56/2)px;*/
		left: 94px;
	}
	
div.menu ul
	{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		margin-top: 10px;
	}

div.menu ul li
	{
		padding: 0px;
		margin: 0px;
		width: 200px;
		height: 50px;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 30px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right: 5px;
		text-align: right;
		line-height: 50px;
		/*vertical-align: centre;*/
		color: #a7a7ff;
		font-weight: bold;
		background-image: url("img/curve.gif");
		background-repeat: no-repeat;
		text-align: right;
	}
	
div.menu ul li.double
	{
		line-height: 25px;
	}
	
div.menu ul li a
	{
		height: 50px;
		width: 205px;
		display: block;
		background-image: url("img/bar.gif");
		background-repeat: no-repeat;
		background-position: top right;
		/*background-color: #ffffff;**/
	}

div.menu  a:link
	{
		text-decoration: none;
		color: #a7a7ff;
	}

div.menu  a:active
	{
		text-decoration: none;
		color: #a7a7ff;
	}
	
div.menu  a:visited
	{
		text-decoration: none;
		color: #a7a7ff;
	}
