body,p{font-family: arial;
	background-color:#CCBBA7;
	margin:0px;
	padding:0px;
	font-size:1em;	
}

body {
	
	background-color:#EFEFEF;
}

h1 {
	font-size:1.8em;
}

a {
	color:#442F1A;
}

strong {
	font-weight:bold;
}
	
table {
	font-size:0.8em;
}

table.prices {
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}


.prices th {
padding:3px 3px 5px 3px;}

td ,th{
	text-align:center;
	vertical-align:middle;
}

th {background-color:#442F1A;
	color:white;
	font-weight:bold;
	padding-bottom:5px;}

td {
	
	padding-top:8px;
	padding-bottom:5px;
	
}

td.date {font-size:0.8em;}

.frontpage {
	margin:auto;
	text-align:center;
	padding:5px;
}

.frontpage h1,h2{
	text-align:center;
}

.frontpage img {
	margin:10px;
}

.pageheader h1 {
	display:inline;
	position:relative;
	/*top:-40px;*/
	
}

.clear {
	clear:both;
}

.centred {
	text-align:center;
	
}

.content {
	margin:20px;
}

.pageheader {
	background:#442F1A;
	color:white;
	padding-bottom:10px;
	padding-left:10px;
	margin-bottom:5px;
}


.titletext {
	width:200px;
	
	float:left;
	margin-left:10px;
	margin-top:30px;
	text-align:center;
}

.titleimage {
	
	padding-left:270px;
	
}

.pagetext {
	
	width:350px;
	float:left;
	padding-right:20px;
}

.content h2 {
	text-align:left;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
	color:#442F1A;
}

.content h3 {
	text-align:left;
	font-size:1.2em;
	margin-top:5px;
	margin-bottom:10px;
	color:#442F1A;
}

.content ul {
	font-size:0.8em;
}

.content li {
	margin:8px;
}

.pagetext p {
	font-size:0.8em;
	margin-bottom:0.5em;
	line-height: 1.2;	
}

.pageimage {
	
	float:left;
	margin-left:auto;
	margin-right:auto;
	width:350px;
	text-align:center;
}

.pageimage img {
	width:350px;
}

.pagefooter {
	margin-top:10px;
	margin-left:10px;
	text-align:center;	
}

.pagefooter .imagebar {
	
	/*padding-left:70px;*/
	
}

.pagefooter .smallprint {
	margin-top:10px;
	text-align:center;
	font-size:0.6em;
}

.imagebar img {
	width:140px;
	margin:5px;
}

.menubar {
	margin:5px;
}

.menubar li{
	display: inline;
	list-style-type: none;
}

.menubar a { 
	padding: 3px 10px; 
}

.menubar a:link, .menubar a:visited{
	color: #fff;
	background-color: #CCBBA7;
	text-decoration: none;
}

.menubar a:hover{
	color: #442F1A;
	background-color: #CCBBA7;
	text-decoration: none;
}

.menuphone {
	margin-left:30px;
	font-style:  italic;
	font-weight: bold;
}

.pagewrapper {
	
	border-color:#442F1A;
	border-style:solid;
	border-width:2px;
	padding-bottom:20px;
margin-left:auto;
margin-right:auto;
	width:760px;
	background-color:#CCBBA7;
}

.contact {
	font-size:0.8em;

}

.contact .label {s
	background:yellow;
	width:70px;
	text-align:right;
	
	float:left;
	padding-bottom:5px;
}

.contact .field {
	float:left;	
	margin-bottom:8px;
	margin-left:5px;
	vertical-align:middle;
}

.errors {
	font-weight:bold;
	color:red;
}

.errors li {
	list-style-type:disc;
}

.messagebox {
	background:white;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:10px 20px;
	text-align:center;
	
	border-color:#442F1A;
	border-style:solid;
	border-width:2px;
	
}
.clear {
	clear:both;
}

.headingtext {
	font-size:1.2em;
	font-weight:bold;
}

.hide {display:none}
.show {display:inline}