body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #fff;
}

#homePage body {
	background: url("images/bg_image-1.jpg") repeat;
}

#roomsPage body {
	background: url("images/bg_image-4.jpg") repeat;
}

#tariffPage body {
	background: url("images/bg_image-3.jpg") repeat;
}

#directionsPage body {
	background: url("images/bg_image-6.jpg") repeat;
}

#testimonialsPage body {
	background: url("images/bg_image-5.jpg") repeat;
}

#areaPage body {
	background: url("images/bg_image-7.jpg") repeat;
}

#eventsPage body {
	background: url("images/bg_image-8.jpg") repeat;
}

h1 {
font-size: 1.5em;
margin: 0 0 0 0;
padding: 0 0 0 0;
color: #fff;
}

h2 {
font-size: 1.3em;
}

h3 {
font-size: 1.1em;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 904px;
}

#homePage #wrapper {
	background: url("images/background_cols.gif") repeat;
}

#roomsPage #wrapper {
	background: url("images/background_cols_rooms.gif") repeat;
}

#tariffPage #wrapper {
	background: url("images/background_cols_tariff.gif") repeat;
}

#directionsPage #wrapper {
	background: url("images/background_cols_directions.gif") repeat;
}

#testimonialsPage #wrapper {
	background: url("images/background_cols_testimonial.gif") repeat;
}

#areaPage #wrapper {
	background: url("images/background_cols_area.gif") repeat;
}

#eventsPage #wrapper {
	background: url("images/background_cols_events.gif") repeat;
}

#header {
	padding: 14px 0 10px 0;
	background: #5D7778;
	text-align: center;
}

#side-a {
	float: left;
	width: 175px;
	background-position : bottom;
	text-align: center;
	padding: 0 0 50px 0;
}

#side-a2 {
	float: left;
	width: 175px;
	background-position : bottom;
	text-align: center;
	padding: 0 0 50px 0;
}

#side-b {
	float: right;
	width: 234px;
	color: #fff;
	font-size:0.85em;
	height: 470px;
}

#homePage #side-b {
	padding: 195px 0 0 0;
	background: url("images/sheep-roses.jpg") no-repeat;
}

#tariffPage #side-b {
	padding: 50px 0 50px 0;
	background: url("images/tarriff-img2.jpg") no-repeat;
}

#areaPage #side-b {
	padding: 50px 0 50px 0;
	background: url("images/area-img2.jpg") no-repeat;
}

#eventsPage #side-b {
	padding: 50px 0 50px 0;
	background: url("images/events-img2.jpg") no-repeat;
}

#side-b2 {
	float: right;
	width: 729px;
	padding: 0 0 0 0;
	color: #fff;
} 

#side-b h1{
	background: url("images/the-old-rectory.gif");
	width: 180px;
	height: 27px;
	font-size:1px;
	text-indent: -999em;
	margin: 0;
	padding: 0;
}


#side-b #address{
	padding: 0 0 0 10px;
}
#side-b #address2{
	padding: 0 0 0 10px;
}

#promo {
    padding: 5px;
	background: #5D7778;
	border: 1px solid white;
	font-weight: bold;
	width: 190px;
	text-align:center;
	font-size:0.9em;
}


#content { 
	float: left;
	width: 54%;
}

#footer {
	clear: both;
	padding: 5px 0 5px 0;
	background: #5D7778;
	text-align: center;
}

#text {
	margin: 0 10px 10px 10px;
	color: #fff;
}

#text {
	margin: 0 10px 10px 10px;
	color: #fff;
}


#directionsPage #text {
	margin: 0 10px 10px 10px;
	color: #000;
}

p {
	padding: 0;
	margin: 10px 0;
}

/*
=locationPage
-------------
*/
#directionsPage #address {
    float: left;
    width: 49.5%;
	color: #fff;}
    
#directionsPage #text2 {
	color: #fff;}
    
#smallmap {
    float: right;
    width: 49.5%;
    height: 250px;
	margin: 10px 0 0 0}
    
#gmap {
    float: left;
    width: 100%;
    height: 500px;
    margin: 20px 0}
    
a:link{
	color: #fff;
	text-decoration : underline;
}

a:active{
	color: #fff;
	text-decoration : underline;
}

a:visited{
	color: #fff;
	text-decoration : underline;
}

a:hover{
	color: #fff;
	text-decoration : none;
}


#eventTable td{
 background-color : #B96F68;
}

