#titlebar {
	height:27px;
	background-image:url(images/titlebar.png);
	padding-left:5px;
	padding-top:3px;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
}

#bottom-menu {
	width:900px;
	background-color:#C0F4B8;
	position:absolute;
	text-align:center;
	padding-top:6px;
	height:24px;
	bottom:140px;
	font-family:Verdana;
	font-size:8pt;
}

#topphoto {
	width:900px;
	height:200px;
	position:absolute;
	background-image:url(images/topphoto1.jpg);
	top:30px;
}

h3 {
	font-family:Verdana;
	color:#E8E8E8;
	font-weight:inherit;
	font-size:10pt;
	text-align:justify;
	margin:10px;
}

h2 {
	font-family:Verdana;
	color:#E8E8E8;
	font-weight:inherit;
	font-size:12pt;
	margin-left:10px;
	margin-top:10px;
}

#bottom {
	width:100%;
	background-image:url(images/leaf.png);
	height:150px;
	background-position:50% 5%;
	background-position-x:50%;
	background-position-y:5%;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	position:fixed;
	bottom:0%;
}

#button:hover {
	background-image:url(images/button%2dhover.png);
}

#button {
	position:absolute;
	width:150px;
	font-family:Verdana;
	font-size:12pt;
	text-shadow:rgb(74, 74, 74) 2px 2px 4px;
	text-align:center;
	padding-top:4px;
	height:26px;
	background-image:url(images/button.png);
	color:#E8E8E8;
	top:0px;
}

#main {
	background-color:#203200;
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	top:100px;
	position:relative;
	width:900px;
	height:1000px;
}

#top {
	position:absolute;
	width:100%;
	left:0px;
	top:0px;
	height:100px;
	background-color:#C0F4B8;
}

#body {
	background-image:url(images/background.jpg);
	margin-bottom:0px;
	margin-top:0px;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-color:#4B6A02;
}


