/* Author: pentangled 2007. www.pentangled.co.uk
----------------------------------------------------*/





/*BODY  general mark up
--------------------------*/
* body {
	font:12pt Georgia, "Times New Roman", Times, serif;
	background-color:#fff;
	text-align:center;
	margin:0 auto;
 
}
p, li, dt, dd {
	font-size:1em;
	text-align:left;
	color: #000;
}
h1, h2, h3 {
	font-size: 1.2em;
	line-height:150%;
	color: #000;
	text-align:center;
}
 
/*------------------------------------------------------- LINKS
--------------*/
a:link, a:visited, a:hover, a:active {
 
	text-decoration: none;
}

/*------------------------------------------------------- Lists
--------------*/
dl dt, dl dd {
 
	font-size:1em;
}
dl dt {
	font-weight:bold;
	}
dl dd {
	padding: 3px 0 15px 0;
	}
 
/*** Layout
 --------------------------------------------*/
#container {
	position:relative;
	margin:0 auto;
 	width:760px;
	height:100%;
	padding:0;
	background: #346633 url(images/wood2.jpg) repeat;
	border:0;

}
#header {
	background:transparent url(images/header.jpg) center top no-repeat;
	height:39px;
	margin:0 auto;
	padding:0;
	
	}
/** Navigation
----------------------------------------------*/
#main-nav {	

	display:none;
 	}
 
 

#content {
	float:right;
	display:inline;
	width:90%;
	padding:0;
	margin:0 20px 25px 0;
	border:0;
 
		}
 
 
 

 
 
.gallery, .comm {
	border-top:1px solid #693;
	display:block;
	padding-top:3px;
	clear:both;
	margin:15px 10px 5px 15px;
	}
.gallery h3 { 
	font-size:1.1em;
	line-height:120%;
	
	}
.gallery p {
	font-size:0.9em;
	line-height:130%;

	}
.comm { 
	width:360px;
	margin:10px auto;
		border-top:1px solid #693;
	

	}

 .comm p {
 	font-size:1.1em;
	padding:0 20px;
	
	}
.copyright {
	background:transparent url(images/footer.jpg) center bottom no-repeat;
	clear:both;
 	height:60px;


	}
.postbag {
	border-bottom: 1px solid #eee;
	padding:3px 0;
	font-size:0.9em;
	}
table.bookingform {
	width:300px;
	text-align:left;
	font-size:0.9em;
	color:#363;
	}

		
	
	
.copyright p {
 
	display:none;
	}
/*** misc formatting
-------------------------*/	
.center-text {
	margin:0 auto;
	text-align:center;
	}
.bigbold {
	font-weight:bold;
	}
.clear {
	clear: both;
	}
.it {
	font-style:italic;
	}
.lefty {
	text-align:left;
	}
.righty {
	text-align:right;
	}
.flo {
	float:right;
	clear:both;
	padding:3px;

	}
img.flo {
	margin:-5px 0 5px 0;
	
	}
	.clicky {
 	font-style:italic;	
	margin:0 auto; 	
	font-weight:bold;
	text-align:center; 
	color:#693;
	}
.info {
	font-size:1.2em;
	color:#063;
	text-align:center;
 
	}
.paddy {
		padding-top:10px;
		text-align:center;
		}
.back {
	text-align:right;
	padding:20px 20px 30px 0;
	font:1.2em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	}
a.back {
	color:#363;
	}
