html {
	background-color:#E7E9CB;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	text-align:center;
	}

body {
	background-color:#F7F4E5;
	position:relative;
	margin-top:30px;
	width:740px;
	text-align:left;
	border:1px solid #B0CC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #64513C;
	background-image: url(../images/tree.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	}
	
/*a:link {color:#A48768;}*/
a:link {
	color:#677E52;
}
a:visited {color:#A48768;}
a:hover {color: #FF0000;}
a:active {color: #FF0000;}

h1 {}

h2, h3 {
	font-size:1em;
	font-weight:bolder;
	margin:1em;
	font-style: italic;
}

h2 {
	margin-top:0em}
	
h3 {
	font-size:0.8em;}

p {
	font-size:0.8em;
	margin:1em;
	}


#title {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 312px;
}
	
#content {
	margin:0 0 50px 205px;
	}

#nav {
	position:absolute;
	top:124px;
	width:200px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height:1em;
	}

#nav li {
	margin:0;
	
	}

#nav a {
	display:block;
	text-decoration:none;
	color: #677E52;
	margin:0 0 1px 1px;
	padding:16px 0 16px 35px;
	background-image: url(../images/menubullet.gif);
	background-repeat: no-repeat;
	background-position: 11px 18px;
	font-weight:bold;
	}

#content ul {
	font-size:0.8em;
	margin:1em;}

#content li {
	margin-left:2em;
	list-style-type: circle;
	font-style: oblique;
	}

#home {background-color:#F7F2DB; border:1px solid #E9ECD7;}
#about {background-color:#F7EFD1; border:1px solid #DBE4C7;}
#aboutme {background-color:#F6EDC6; border:1px solid #CCDCB8;}
#faq {background-color:#F6EABC; border:1px solid #BED4A8;}
#booking {background-color:#F6E8B1; border:1px solid #B0CC99;}

#home:hover, #about:hover, #aboutme:hover, #faq:hover, #booking:hover {background-color:#B7CA79; color:#ffffff}

blockquote, .paypal {
	width:200px;
	float:right;
	font-size:x-small;
	background-color: #E7E9CB;
	border: 1px solid #B1CC9A;
	margin: 15px;
	padding:15px;
	font-style: italic;
}

.citationsource {
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
}

.vcard {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B7C5A4;
	text-align: center;
	height:53px;
	padding:0 80px 0 80px;
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	clear:both;
}

.fn,.photo, .org, .description{display:none;}

.tel, .email, .adr {float:left; padding:15px 23px 0 23px;}

#topleft {position:absolute; left: -1px; top: -1px;}
#topright {position:absolute; right: -1px; top: -1px;}
#bottomleft {position:absolute; left: -1px; bottom: -1px;}
#bottomright {position:absolute; right: -1px; bottom: -1px;}
