/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 600px;
	border: 10px solid #090;
	border-top: 5px solid #090;
}
#nav{
	list-style-image: url(../../images/tree.jpg);
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 5px;
	padding: 0px;
}
#nav li{
	height: 18px;
	margin-left: 25px;
	padding: 0px;
}
#nav a{
	color: #FFF;
	text-decoration: none;
	vertical-align: top;
}
#home #nav a#home,
#trees #nav a#trees,
#pictures #nav a#pictures,
#directions #nav a#directions,
#map #nav a#map,
#wholesale #nav a#wholesale,
#enviro #nav a#enviro,
#description #nav a#description{
	color: #050;
}
#navtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.tblwht td{
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.green{
	color: #009700;
	text-decoration: none;
}
.red{
	color: #FF0000;
	text-decoration: none;
}

.style2 {color: #009700; text-decoration: none; font-weight: bold; }

#cjfooter {
	width: 600px;
	text-align: center;
	font-size: 9px;
}
