* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #fff url(../images/body_bg.jpg) repeat-y top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #7B3C4C;

}

.coloured-text{color:#AE4559;}

.left {	
	float: left;
}

.right {
	float: right;
}


#container{width:960px; margin:0 auto; border:2px solid #7b3d4c;}

#header {
	width: 100%;
	height: 100px;
	background: #7B3C4C url(../images/lfs.jpg) no-repeat right top;
}

#sub-header {
	height: 35px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #AA7F8B;
}

#sub-header h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.subspacer {
	width: 100%;
	height: 20px;
	clear: both;
	background: #fff;
}

#content {
	padding: 10px 0;
	margin-left: 220px;
}

#content #images {
	float: right;
	clear: right;
	margin: 20px;
	list-style: none;
}

#content h2 {
	margin-bottom: 20px;
}

#content p {
	font-size: 14px;
	margin-bottom: 20px;
}

#content #images li {
	margin-bottom: 10px;
}

#leftside {
	float: left;
	width: 200px;
	padding: 10px 0;
}

#menu {
	width: 200px;
}

#menu li {
	list-style: none;
	width: 140px;
	line-height: 2.5em;
	margin-left: 30px;
}

#menu a {
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	background: #7B3C4C;
	font-size: 14px;
	font-weight: bold;
}

#menu a:hover {
	background: #AA7F8B;
}

#address {
	width: 140px;
	margin-left: 30px;
	font-size: 14px;
	list-style: none;
	background: #7B3C4C;
	color: #fff;
	line-height: 1.6em;
}

#address li {
	padding: 5px;
}

#address li a {
	color: #fff;
	text-decoration: none;
}

#address li a:hover {
	text-decoration: underline;
}

#address #addresshead {
	background: #AA7F8B;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

#leftside img {
	margin: 20px 0 20px 30px;
}

/*--GALLERY--*/
#gallery-image-container{ margin:0 auto 10px auto; overflow:hidden;}
	#gallery-image-container .gallery-image{ float:left;margin:0 10px 20px 10px; padding:1px; width:120px; height:120px;}
	/*--IE 6 fix--*/
	* html #gallery-image-container .gallery-image{margin: 5px;}
	/*--end--*/
		#gallery-image-container .gallery-image img { border:2px solid #7b3c4c;}

#footer {
	width: 100%;
	clear: both;
	height: 60px;
	background: #7B3C4C;
	border-top: 10px solid #AA7F8B;
}

#footer #footer-links
{
	text-align: center;
	margin: 1px auto;
	width: 600px;
}

#footer p {
	font-size: 12px;
	color: #FFF;
	margin: 5px;
}

#footer p a {
	text-decoration: none;
	color: #FFF;
}

#footer p a:hover {
	text-decoration: underline;
}

#imagehead {
	background-image: url(../images/bed-and-breakfast-banner.jpg);
	background-position: left top;
	height: 215px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7B3C4C;
}
#imagehead2 {
	background-image: url(../images/heads/IMG_0026.jpg);
	background-position: left top;
	height: 215px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7B3C4C;
}
#imagehead3 {
	background-image: url(../images/heads/IMG_0013.jpg);
	background-position: left top;
	height: 215px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7B3C4C;
}
#imagehead4 {
	background-image: url(../images/heads/IMG_0001.jpg);
	background-position: left top;
	height: 215px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7B3C4C;
}
#imagehead5 {
	background-image: url(../images/heads/IMG_0015.jpg);
	background-position: left top;
	height: 215px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7B3C4C;
}




.priceheader {
	background: #7B3C4C;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.pricecell {
	background: #AA7F8B;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}


.clearer {
	clear: both;
}

/* Google Map ********************************************/
#googlemap {
	border: 2px solid #586b2c;
	font-size: 13px;
}

#googlemap ul {
	list-style: none;
}

#googlemap img {
	border: 2px solid #586b2c;
	float: left;
	margin: 0 5px 5px 0;
}

