*
{
	line-height:1.3	em;
}

a:hover
{
	text-decoration:none;
}

#navigation a:link
{
	text-decoration:underline;
	color:#fff;
}

#navigation a:visited
{
	text-decoration:underline;
	color:#ffffdf;
}

#navigation a:hover
{
	text-decoration:none;
}

body
{
	background-color:#b5ad7f;
	margin-top: 0;
	vertical-align:middle;
	font-family:arial, verdana, helvetica, tahoma, sans-serif;
	font-size:80%;
	background-image:url('../../site/img/bg.jpg');
	background-attachment:scroll;
	
	/* Below two lines is here to make the funny ﻿ characters the appear in Firefox (bug?) at the very top left hand corner "invisible". However you only really need the font-size one */
	color: #b5ad7f;
	font-size:0px;
}

#content
{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	border:0;
	background-color: transparent;
	text-align:left;
	background-image:url('../../site/img/opacity.png');
	background-attachment:scroll;
	background-repeat: repeat;
	font-size: 13px;
}

#leftcontainer
{
	float:left;
	width:220px;
	position:relative;
	text-align:center;
	color:#FFF;
}

#navigation
{
	float:left;
	width:220px;
	position:relative;
	text-align:left;
	color:#FFF;
	padding: 10px;
	font-size:13px;
	font-weight:700;
	text-transform: lowercase;
	line-height: 1.5em;
}

#contactdetails
{
	float:left;
	width:220px;
	position:relative;
	text-align:left;
	color:#FFF;
	font-size:12px;
	font-weight:700;
	text-transform: none;
}

#top
{
	border: 2px solid #8e4982;
	background-color: #cac1a0;
	padding: 10px;
	margin-right:auto;
	margin-left:auto;
	line-height: 1.15em;
	height: 145px;
	font-weight:700;
	overflow: hidden;
}

#containertext
{
	line-height:120%;
	margin-left:220px;
	background-color:#FFF;
	margin-top:inherit;
	padding:20px;
	color: #000;
}

#footer
{
	font-size:11px;
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:3px;
	border-top-style:solid;
	border-bottom-style:solid;
	background:transparent;
	padding-top:1px;
	padding-bottom:1px;
	border-width:1px;
	height:14px;
	text-align:center;
	color: #000;
}

h1,h2,h3,h5
{
	color:#511b53;
	line-height:25px;
}

h1
{
	font-size: 17px;
	font-style: italic;
	font-weight: 700;
}

h2
{
	font-size: 15px;
}

h3
{
	font-size: 12px;
}

h4
{
	font-size: 17px;
	color: #bfad87;
	font-weight: 700;
	text-transform: lowercase;
}

h5
{
	font-size: 14px;
	font-weight: 700;
}

.tables table
{
	border-width:0px;
	border-color:#000;
	border-collapse:collapse;
}
.tables tr
{
	border-width:0px;
	border-color:#000;
}

.tables td
{
	border-width:1px;
	border-style:inset;
	border-color:#000;
}

.highlight
{
	background-color: #FFFF00;
}

a,a:visited,a:active
{
	color:#000;
}

ul li.ticks
{
	list-style: none;
	background: url(../../tick.gif) 0px 1px no-repeat;
	padding-left: 20px;
	font-size: 110%;
}

.yellowbox
{
	background-color: #ffff99;
	border: thin dashed #000000;
	padding: 4px;
}

.underline
{
	text-decoration: underline;
}