body {
	background-color: #ffffff;
	margin: 0;
}

.container {
	width: 925px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 10px;
	padding-left: 30px;
	background-image: url('/images/background-plain.png');
	background-repeat: no-repeat;
}

.header {
	width: 900px;
	height: auto;
}

.header-image-container {
	width: 876px;
	height: auto;
	margin-left: 10px;
}

.body-container {
	width: 900px;
	height: 400px;
	background-image: url('../images/tree.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 20px;
}

.content {
	width: 670px;
	float: left;
}

h1 {
	color: #4c4c4c;
	font-size: 60pt;
	font-weight: normal;
	font-family: "Trebuchet MS";
	margin: 0;
}

h2 {
	color: #4c4c4c;
	font-size: 15pt;
	font-weight: normal;
	font-family: "Trebuchet MS";
	margin: 0;
}

h3 {
	color: #4c4c4c;
	font-size: 15pt;
	font-weight: normal;
	font-family: "Trebuchet MS";
	line-height: 15pt;
	margin-top: 0;
}

h4 {
	color: #4c4c4c;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	line-height: 20pt;
	margin-top: 20px;
}

.menu {
	color: #4c4c4c;
	font-weight: normal;
	font-size: 10pt;
	font-family: "Trebuchet MS";
	float: left;
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 20px;
}

p {
	color: #666666;
	font-size: 10pt;
	font-family: "Trebuchet MS";
	line-height: 15pt;
}

.text {
	color: #666666;
	font-size: 10pt;
	font-family: "Trebuchet MS";
	line-height: 15pt;
}



a:link, a:active, a:visited, .menu a:link, .menu a:active, .menu a:visited, .footer a:link, .footer a:active, .footer a:visited {
	color: #4c4c4c;
	font-weight: normal;
	font-size: 10pt;
	font-family: "Trebuchet MS";
	text-decoration: none;
}

a:hover, .menu a:hover, .footer a:hover {
	color: #4c4c4c;
	font-weight: normal;
	font-size: 10pt;
	font-family: "Trebuchet MS";
	text-decoration: underline;
}

.footer {
	color: #4c4c4c;
	font-weight: normal;
	font-size: 10pt;
	font-family: "Trebuchet MS";
	width: 900px;
	height: 30px;
	padding: 10px;
}

.copyright {
	color: #4c4c4c;
	font-weight: normal;
	font-size: 8pt;
	line-height: 12pt;
	font-family: "Trebuchet MS";
}

.image-container {
	width: 220px;
	height: 380px;
	float: right;
	margin: 0;
}