@charset "UTF-8";
/* CSS Document */
body {
	background-color: #E9F1D0;
	background-image: url(images/gradient.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.box {
	background-image: url(images/tree.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 592px;
	padding-top: 50px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 1.45em;
	padding-right: 200px;
	color: #515151;
	width: 400px;
}
.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #515151;
	text-align: right;
	padding-top: 93px;
	line-height: 1.4em;
	width: 270px;
}
a:link {
	color: #89A029;
	text-decoration: none;
}
a:visited {
	color: #89A029;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #89A029;
	text-decoration: none;
}
.img {
	padding-top: 7px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #36392A;
	text-align: center;
	padding-top: 19px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D2D9AF;
	font-weight: bold;
}
.text_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 1.45em;
	color: #515151;
	width: 650px;
}
.text_index {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 1.45em;
	color: #515151;
	width: 610px;
}
.navigation_test {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #515151;
	text-align: right;
	padding-top: 102px;
	line-height: 1.4em;
	width: 240px;
}

