body {
	background-color: #096;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	line-height: 1.4em;
	font-weight: normal;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}


div#newwrap {
	position: absolute;
	top:100px;
	width: 100%;
	min-width: 600px; 
}
div#headpic{
	background: #096 url(../images/gardenbg.jpg) repeat-x;
	position: absolute;
	font-weight: bold;
	font-size: 1.2em;
	text-align:center;
	margin-top:0;
	width:100%;
}
div#gardenlinks a {
	background: #6f3;
	}
#middle {
	text align: center;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 0px;
	padding-right: 0px;
	max-width:900px;
	min-width:400px;
	width: 58%;
	}
#back {
	background: #063;
	padding: .75em;
	margin: 2em 2em 2em 1em;
	}
#section {
	text-align: left;
	background: #ffe;
	margin: -2em -2em 0 0;
	border: 1px solid #ddd;
	padding: .75em; 1.5em .75em 1.5em;
	}
.tableoutline {
	border: 2px solid #ccc;
	}
.ltgreenbg {
	text-align: center;
	background-color: #dfd;
	margin: 0;
	border-top: 2px solid #ccc;
	}
.newshape {
	text-align: center;
	background-color: #ffe;
	border: 2px solid #ccc;
	}
a 	{
	font-weight: bold;
	color: #096;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}

h2 {
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 0px;
}

h3 {
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 9px;
}

#right p {
	text-align: center;
	margin-top: 18px;
	margin-bottom: 3px;
}

#right a {
	font-size: .8em;
	font-weight: normal;
}

hr {
	border: none 0; 
	border-top: 1px dashed #ccc;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
} 





