﻿body
{
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	text-align: justify;
	color: #3c658a;
	font-family: Calibri;
}

#Banner
{
	width: 100%;
	height: 150px;
	float: left;
	background-image: url(Images/Banner.jpg);
	background-repeat: repeat-x;
}

.CentreSection
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#BrayfordGuestHouse
{
	font-family: Arial Rounded MT Bold;
	font-size: 35px;
	color: #3c658a;
	margin-top: 100px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#Page
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#PageInner
{
	background-image: url(Images/Cathedral.jpg);
	background-repeat: no-repeat;
	width: 900px;
	float: left;

}

.PageCol
{
	width: 292px;
	float: left;
}

#LeftMenu
{
	margin-top: 285px;
	width: 100%;
	float: left;
	font-family: Arial Rounded MT Bold;
	font-size: 26px;
	color: #3c658a;
}

#LeftMenu a
{
	margin-bottom: 10px;
	color: #3c658a;
	display: block;
	width: 100%;
	float: left;
	text-decoration: none;
}

#LeftMenu a:Visited
{
	color: #3c658a;
}

#PageTitle
{
	font-family: Arial Rounded MT Bold;
	font-size: 18px;
	color: #7f7f7f;
}

.FeatureList
{
	font-family: Comic Sans MS;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.FeatureList li
{
	margin-bottom: 10px;
}

.ContactLeft
{
	width: 200px;
	float: left;
	display: block;
}

.ContactRight
{
	width: 700px;
	float: left;
	display: block;
}

.ContactRight input
{
	width: 400px;
}

#Copyright
{
	width: 100%;
	float: left;
	
}

#Copyright div
{
	text-align: right;
	font-size: 12px;
	color: #000000;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.PhotoBox
{
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 6px;
}
