<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #c05d50;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
}

body.self-catering-barns {
	background-color: #948155;
	
}

p {
	margin-bottom: 5px;
}

h1, h2, h3, h4, h5 {
	clear: left;
	font-family: georgia, serif;
	color: #FFF;
}
h1 {
	font-size: 24px;
	margin-bottom: 18px;
}
#header {
	height: 200px;
	background: transparent url(../img/beam.png) scroll repeat-x top center;
}

#header h1 {
	text-indent: -9999em;
}
#header h1 a {
	padding-top: 20px;
	display: block;
	width: 731px;
	height: 134px;
	background: transparent url(../img/logo.png) scroll no-repeat bottom left;
	
}

#menu {
	float: left;
}

.container {
	width: 940px;
	margin: 0 auto;
}

.container .content {
	width: 940px;
}
.container .content p {
	text-align: justify;
	line-height: 1.8em;
	margin-bottom: 1.2em;
}
.container .aside {
	width: 500px;
	float: right;
	margin-left: 18px;
	margin-bottom: 18px;
}

ul.gallery {
	list-style: none;
	padding: 0; margin: 0;
	height: 375px;
}
ul.gallery li {
	text-align: center;
	width: 500px;
}
ul.gallery li img {
	margin: 0 auto;
}

ul.frontMenu {
	list-style-image:url(../img/li.gif);
	line-height: 22px;	
	font-family: georgia, serif;
	margin-left: -48px;
}
ul.frontMenu li {

	margin-bottom: 5px;
	line-height: 22px;	
}

ul.frontMenu li a {
	color: #ffde92;
	text-decoration: none;
}

#numbers {
	font-size: 14px;
}

#numbers .tel  {
	font-size: 18px;
}
#numbers a {
	color: #FFF;
	text-decoration: none;
}

#numbers .terms {
	font-size: 10px;
	padding-top: 60px;
}

#contact {
	clear: both;
	margin-top: 1em; padding-top: 1em;
	border-top: 1px solid #933;
	font-size: 12px;
}
#contact #numbers {
	width: 200px;
	float: left;
	margin-right: 20px;
}
#contact #form {
	
	width: 720px;
	float: left;	
}
#contact #form .left {
	width: 300px;
	float: left;
	margin-right: 20px;
}
#contact #form .right {
	width: 400px;
	float: left;
}
#contact #form label {
	display: block;
	font-size: 12px;
}

#contact .submit {
	clear: both;
	text-align: center;
}
#contact #form input {
	border: 1px solid #000;
	width: 300px;
}
#contact #form textarea {
	border: 1px solid #000;
	width: 400px;
	height:95px;
}</pre></body></html>