html {
	height:100%;
}
html body{
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #666;
}
body {
	background: #fff url(/images/bg_tile_wide.gif);
	height:100%;
	text-align: center;
}
* {
	padding: 0; 
	margin: 0;
}

a {
	color: #73BE1E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul#header {
	background: url(/images/header.png) no-repeat;
	list-style: none;
	margin: 0 auto;
	width: 752px;
	height: 90px;
}
ul#header li {
	margin: 19px 0 0 20px;
	display: inline;
	float: left;
	font-size: 1.2em;
	padding: 2px;
}
ul#header li#home a {
	color: #fff;
	position: relative;
}
ul#header li#contact {
	float: right;
	margin-right: 48px;
	background: url(/images/white.png) repeat
}
ul#header li#contact a {
	position: relative;
}

#container {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/images/leaf.png) no-repeat right bottom;
	overflow: auto;
}
#content {
	margin: 0 auto 20px;
	text-align: left;
	width: 752px;
	background: url(/images/white.png);
	border-bottom: 1px solid #73BE1E;
	padding: 0 0 100px 0;
}
#content h1, #content h2 {
	background: url(/images/whiter.png);
	font-weight: normal;
	margin: 0 0 0 50px;
	padding: .5em 60px 0 15px;
	width: 540px;
	font-size: 2.4em;
}
#content h2 {
	padding: 0 60px .5em 15px;
}
#content h1.justify {
	text-align: justify;
}
#content p {
	font-size: 1.6em;
	background: url(/images/whiter.png);
	margin: 1em 0 1em 50px;
	padding: 1em 50px 1em 15px;
	width: 550px;
	text-align: justify;
}
#content img {
	margin: 1em 0 1em 50px;
	width: 615px;
}
#content p.last {
	font-size: 1.2em;
	text-align: justify;

}
