﻿body {
	background:#fff;
}

td {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#337137;
}

#banner {
	font-size:30px;
	color:#337137;
	font-weight:bold;
	padding:10px;
}

#photo {
	border-top:2px #337137 solid;
	border-bottom:2px #337137 solid;
}

#photo img {
	border-top:1px #fff solid;
	border-bottom:1px #fff solid;
}

#nav {
	vertical-align:top;
	padding:20px 10px 20px 0;
	width:200px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:block;
	float:left;
	width:200px;
	margin-bottom:5px;
}

#nav li a {
	text-decoration:none;
	display:block;
	background:url(siteart/plantoff.gif) no-repeat right center;
	border-right:1px #337137 solid;
	border-bottom:1px #337137 solid;
	color:#337137;
	padding:5px;
	padding-left:0;
	font-size:14px;
}

#nav li a:hover {
	color:#000;
	background:url(siteart/planton.gif) no-repeat right center;
}

#content {
	width:600px;
	vertical-align:top;
	padding:20px 0 20px 10px;
}

.header {
	border-left:1px #337137 solid;
	border-bottom:1px #337137 solid;
	padding:5px;
	color:#337137;
	font-size:20px;
	display:block;
	margin-bottom:5px;
}

#footer {
	border-top:1px #337137 solid;
	padding:15px;
	text-align:center;
}
