/* Set up the page */
html {
	overflow-y: scroll;
}

/* remove the focus dotted lines */
:focus {
	outline: 0;
}

/* set the basic page formatting */
body {
	background-color: #222F16;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFFFFF;
}
.wrapper {
	border: thin solid #3F4F15;
}
/* set the main title colour independant of size */
.colourtitle {
	color: #DE0707;
	font-weight:bold
}
.headertext {
	color: #8F9E7F;
	font-size:10px;
}
/* set the basic page links formatting */
a:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #B8CAA6;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

.menu {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background: url(images/menubg.jpg) repeat-x left top;
	height: 24px;
	padding-left:20px;
	padding-top: 2px;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right:23px;
	font-weight: normal;

}

.menu a:hover {
	color: #B8CAA6;
	text-decoration: none;
}

/* example formatting for background image */
.contentarea {
	background:#222F16 url("images/mainbody.jpg") no-repeat top center;
	height:361px;
	padding: 10px 5px 10px 10px;
}
.fernarea {
	width:200px;
}
.inner {
	background:#222F16 url("images/fern.jpg") no-repeat top left;
	}
/* example formatting for bordered area with background colour */
.area-container {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #519553;
}
.quote {
	background:url("images/quotemark.gif") no-repeat top left;
	padding: 2px 5px 10px 30px;
	font-style:italic;
}
/* example formatting for bordered area without background colour */
.pic-container-clear {
	padding: 10px;
	border: 1px solid #EEEEEE;
	background-color:#253A12;
}
.pic-container-dark {
	padding: 10px;
	border: 1px solid #EEEEEE;
}

.right-pic-container-clear {
	padding: 5px 5px 20px 5px;
}
/* formatting for header and footer */
.siteheader {
	background:white url(graphics/webheader.gif) no-repeat left top;
	font-style: normal;
	height: 234px;
}
.sitefooter {
	font-size: 10px;
	text-align:center;
	height: 40px;
}

/* altered formatting for heading tags */
h1 {
	color: #ffffff;
	font-size: 24px;
	font-family: "Cooper Lt BT";
	font-weight: lighter;
}

h2 {
	font-size: 18px;
	color: #ffffff;
	font-family: "Cooper Lt BT";
	font-weight: lighter;

}
.content {
padding-right:20px;
}
li {
	list-style-image: url(images/leaf.gif);
 }
.rates {
	padding: 5px;
	background-color: transparent;
	border: 1px solid #519553;
}
.bookitdiv {
	background-color:#FFFFFF;
	padding:10px;
}