﻿a
{
	text-decoration: none;
	font-family: Calibri;
}

body
{
	background-color: #FFFFFF;
	background-image: url( 'images/backgrad.jpg' );
	background-repeat: repeat-x;
}

h2
{
	font-family: 'Segoe Script';
}

#main
{
	width: 900px;
	height: auto;
	background-color: #dce3ef;
	border: solid 3px #2d4468;
	margin: 0px auto 0px auto;
}

#header
{
	background-image: url( 'images/title.jpg' );
	width: inherit;
	height: 170px;
}

#menu
{
	width: inherit;
	height: 30px;
	margin: 0 auto 0 auto;
}

#centre
{
	width: inherit;
	min-height: 500px;
}

#gallery
{
	width: 397px;
	height: 350px;
	background-color: #2d4468;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

#content
{
	padding: 10px 10px 10px 10px;
	font-family: Calibri;
	font-size: 1.1em;
}

#contactForm
{
	width: 300px;
	text-align: right;
}

#footer
{
	width: inherit;
	height: 40px;
	text-align: center;
}

#galleryImages img
{
	display: none;
	position: absolute;
	padding: 3px 0px 3px 3px;
}

#enquire a
{
	position: absolute;
	margin-top: 310px;
	width: 397px;
	color: White;	
	font-size: 1.5em;
	text-align: center;
}

#enquire a:hover
{
	color: #5D7B9D;
}