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;
}

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;
	}
#controls {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -.75em;
	float: right;
	text-align:center;
	}
#controls img {
	padding-left:2px;
	padding-right:2px;
	}
.moveright {
	margin-left: 25px;
	}
h1 {
	text-align: center;
	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: 9px;
	margin-bottom: 6px;
}
h3 {
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	font-weight: normal;
	margin-top: 9px;
	margin-bottom: 6px;
}
h3:first-letter {
	font-size: 166%;
	color: #096;
	font-weight: bold;
	}
h4 {
	clear: right;
	text-align: left;
	font-size: 1em;
	line-height: 1.2em;
	color: #999;
	font-weight: normal;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 6px;
	padding-top: 3px;
	border-top: 2px solid #ddd;
}

p {
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 9px;
}

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;
} 
ul {
	margin-top:0;
}
li {
	margin-top: 3px;
}
dt 	{
	font-weight: bold;
	margin-top: 9px;
	}
dd	{
	margin-top: 3px;
	margin-bottom: 3px;
	}





