@charset "utf-8";
/* CSS Document */

body {
	background-image: none;
	background-position: 0px 0px;
	margin: 0px;
	color: #330000;
	background-color: #FFFFFF;
}

a {
   outline: none;
}

#title {
	top: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 100%;

}

#trees {
	background-image: url(i/montage.jpg);
	height: 250px;
	width: 100%;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: groove;
	border-bottom-style: ridge;
	border-top-color: #330000;
	border-bottom-color: #330000;
	position: relative;
	left: 0px;
	background-repeat: repeat-x;
}
#bottom {
	background-image: url(images/montage.gif);
	height: 50px;
	width: 100%;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: groove;
	border-bottom-style: ridge;
	border-top-color: #330000;
	border-bottom-color: #330000;
	position: relative;
	left: 0px;
	background-repeat: repeat-x;
}

#footer {
	height: 300px;
	width: 100%;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: groove;
	border-bottom-style: ridge;
	border-top-color: #330000;
	border-bottom-color: #330000;
	position: relative;
	left: 0px;
	background-color: #000000;
}
#saying {
	width: 100%;


}

#links {
	margin-top: 20px;
	background-color: #FFFFFF;
	height: 250px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #250000;
	padding-top: 10px;


}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}

