body
{
	margin: 0;
	padding: 0;
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	background-color: #ccc;
}

div#container
{
	display: table;
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
}

img { border: 0; }
a	{ text-decoration: none; color: #007f00; }

h1 { font-size: 1.2em; color: #007f00; }
h2 { font-size: 1.1em; color: #007f00; }


/*------------------- Header -------------------*/
div#header
{
	margin: 0 0 2px 0;
	padding: 0;
	position: relative;
	height: 128px;
	background: #8bb7d0 url("../images/fairview.png") top right no-repeat;
	text-align: center;
}

a#enjoy
{
	position: absolute;
	top: 8px;
	left: 8px;
}

img#logo
{
	margin: 28px;
}


/*------------------- Footer --------------*/
div#footer
{
	margin: 8px;
	font-size: 0.8em;
	text-align: center;
}

div#contact
{
	padding: 5px;
	text-align: center;
	background-color: #8bb7d0;
	/*font-weight: bold;*/
	font-variant: small-caps;
}


/*------------------- Menu -------------------*/
div#tabs
{
	display: table;
	margin: 0 auto;
}

ul#menu
{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#menu li
{
	margin: 0 2px 0 0;
	float: left;
	background-color: #ccc;
	padding: 0;
}

ul#menu li#select
{
	font-weight: bold;
}

ul#menu li#left
{
	background: #fff url("../images/curve_left.png") top right no-repeat;
	width: 24px;
	height: 24px;
}

ul#menu li#right
{
	background: #fff url("../images/curve_right.png") top left no-repeat;
	width: 24px;
	height: 24px;
}

ul#menu li:hover
{
	background: #8bb7d0;
}

ul#menu a
{
	display: block;
	padding: 3px 30px;
}

div.clear
{
	clear: both;
}


/*------------------- Content -------------------*/
div#content
{
	position: relative;
	padding: 30px 60px 10px 60px;
	font-size: 1.2em;
	text-align: justify;
}

div#content ul
{
}

div#content li
{
    margin-top: 4px;
}

div#content h1
{
    margin-left: 20px;
}
div#content p
{
	margin: 10px 20px;
}

div#content hr
{
	border: 0;
	border-top: 1px solid #8bb7d0;
	width: 60%;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

div#content fieldset
{
	display: inline;
	border: 1px solid #8bb7d0;
	margin: 20px;
	padding: 20px;
}

div#content iframe
{
	width: 425px;
	height: 350px;
	border: 1px solid #8bb7d0;
}

div.message
{
	color: #f00;
	font-size: 0.6em;
	text-align: center;
	display: none;
}

table.contact
{
	text-align: right;

}

table.contact td
{
	vertical-align: top;
}

table.contact input,
table.contact textarea
{
	width: 300px;
}

div.inline
{
	float: right;
 	margin: 0;
}


div.centre
{
	text-align: center;
}

div.gallery div
{
	float: left;
	width: 128px;
	margin: 10px;
}

div.gallery div.label
{
	font-size: 0.6em;
	margin: 0;
	padding: 0;
	text-align: center;
}
