body { 
	background-image: url('http://www.shapinglandscapes.com/images/leaf_bg.JPG');
	background-repeat:repeat;
	background-color: #436323;
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: black;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
}

#content{
	background-color: #D2DFB4;
	border:2px solid #030;
	color:black;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
}

#banner{
	font-size: 10px;
	color: black;
	text-align: center;
	background-image:url(../images/logo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	padding-left:166px;
	padding-right:0px;
}

#banner h1 {
	font-weight: bold;
	font-size: 16px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom: 2px;
}

#banner h2 {
	background-color: #D2DFB4;
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: black;
	padding-bottom: 0px;
	margin-bottom:0px;
	padding-top: 0px;
	margin-top:2px;
}

#banner h3 {
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding-top: 0px;
	margin-top:8px;
	padding-bottom: 0px;
	margin-bottom:5px;
}

#banner h4 {
	margin-top: 12px;
	padding-top:0px;
	margin-bottom:15px;
	padding-bottom:0px;
	font-weight: bold;
	font-family: Verdana;
	color: #336633;
	font-size: 16px;
}

#nav {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

#middle {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	text-align:left;
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: black;
	border:2px dotted #030;
	background-color:#B8CD89;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:40px;
}

#nav .offhover{
	color: #336633;
	font-weight: bolder;
	font-size: 14px;
	text-decoration: none;
	cursor:default;
}

#nav .onhover{
	color:white;
	font-weight: bolder;
	font-size: 14px;
	text-decoration: none;
	background-color:#696;
	cursor:pointer;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

#middle h1 {
	font-weight: bold;
	font-family: Verdana;
	color:#006600;
	font-size: 14px;
}

#middle h3 {
	margin-top: 12px;
	padding-top:0px;
	margin-bottom:15px;
	padding-bottom:0px;
	font-weight: bold;
	font-family: Verdana;
	color:#006600;
	font-size: 13px;
}

#middle li {
	line-height: 25px;
	font-weight:normal;
}

#footer {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	color:black;
	font-size: 10px;
	text-align:center;
}

a.footer:link, a.footer:active, a.footer:visited{
	color: #336633;
	font-weight: bolder;
	font-size: 12px;
	text-decoration: none;
}
a.footer:hover{
	color:#99CC99;
	font-weight: bolder;
	font-size: 12px;
	text-decoration:none;
}

a:link, a:active, a:visited{
	color: #336633;
	font-weight: bolder;
	font-size: 14px;
	text-decoration: none;
}
a:hover{
	color: white;
	font-weight: bolder;
	font-size: 14px;
	text-decoration: none;
}
