@charset "UTF-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

#title {
	text-align: center;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/

* html #floatbox {
	margin-right: 10px;
}

* html p {
	height: 1%;
	margin-left: 0;
}

/* End hide from IE5/mac */

h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005e20;
	margin-right: 200px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	margin-top: 10px;
}

#wrapper {
	width: 720px;
	margin: 0 auto;
}

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #C4DF9B;
	width: 850px;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #005E20;
	font-size: 12px;
	background-position: left;
	background-color: #C4DF9B;
	line-height: 150%;
}

#index {
	position: absolute;
	left: 29px;
	top: 52px;
}

#trees {
	position: absolute;
	left: 364px;
	top: 130px;
}

#intro {
	position: absolute;
	left: 191px;
	top: 103px;
}

#content {
	position: relative;
	background-color: #ffffff;
	background-image: url(images/intro_background.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 680px;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
	padding-bottom: 40px;
	-moz-border-radius: 10px 100px 100px 10px;
}

#trees_content {
	position: relative;
	background-color: #ffffff;
	background-image: url(images/trees_background.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 680px;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
	padding-bottom: 40px;
	-moz-border-radius: 10px 100px 100px 10px;
}

#cottage_content {
	position: relative;
	background-color: #ffffff;
	background-image: url(images/cottage_background.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 680px;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
	padding-bottom: 40px;
	-moz-border-radius: 10px 100px 100px 10px;
}

#structure_content {
	position: relative;
	background-color: #ffffff;
	background-image: url(images/structure_background.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 680px;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
	padding-bottom: 40px;
	-moz-border-radius: 10px 100px 100px 10px;
}

#structure {
	position: absolute;
	top: 158px;
	left: 570px;
}

#cottage {
	position: absolute;
	top: 172px;
	left: 712px;
}

#menu {
	margin-left: 10px;
}

#menu ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style: none;
}

#menu ul li a {
	text-decoration: none;
	color: #005E20;
}

#menu ul li a:hover {
	color: #FFFFFF;
}

#menu ul li a:visited {
	
}

#bottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10px;
	color: #005E20;
	text-align: right;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
	clear: both;
}

#menu ul li#current a {
	color: #ffff00;
}

.centre#menu ul {
	margin-left: 220px;
	width: 520px;
	margin-bottom: 10px;
}

.left {
	float: left;
	padding: 20px;
	padding-top: 0px;
	padding-left: 0;
	padding-bottom: 10px;
}

.right {
	float: right;
	padding: 20px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
}

.no_style {
	list-style: none;
}

.section {
	margin-bottom: 50px;
}

#clear_line {
	clear: both;
}

span {
	margin-left: 0;
	text-align: left;
}