body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	line-height: 1.5em;
	background-color: gray;
	}

#container {
	width: 100%;
	height: 95%;
	text-align: center;
	border: 1px solid black;
	}

#container, #container td {	
	background-color: white;
	}

#layout {
	width: 550px;
	}

#trees .tree img {
/*	border: 1px solid black; */
	margin: 1px;
	filter:progid:DXImageTransform.Microsoft.Fade(duration=1.0,overlap=1.0);
	}

#trees {
	filter:progid:DXImageTransform.Microsoft.Fade(duration=1.0,overlap=1.0);
	}
	
.tree {
	height: 320px;
	text-align: center;
	}
	
#text {
	filter:progid:DXImageTransform.Microsoft.Fade(duration=0.25,overlap=0.25);
	font-family: "Trebuchet MS",Verdana,Arial,Helv,sans-serif;
	text-align: center;
	height: 5em;
	vertical-align: top;
	}
	
#images {
	filter:progid:DXImageTransform.Microsoft.Fade(duration=0.25,overlap=1.0);
	height: 100px;
	text-align: center;
	}
	
#images img {
	filter:progid:DXImageTransform.Microsoft.Fade(duration=1.0,overlap=1.0);
	border: 1px solid black;
	width: 75px;
	height: 75px;
	margin: 0 2px 0 2px;
	cursor: hand;
	}
	
.click {
	font-size: smaller;
	color: gray;
	text-align: center;
	}
	
#copyright {
	font-size: xx-small;
	text-align: center;
	}
	
.bold {
	font-family: verdana, arial, helv, sand-serif;
	font-weight: bold;
	font-size: larger;
	}
	
#contact {
	text-align: center;
	}
	
a {
	color: gray;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
