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;     
	max-width: 1024px;
}
div#headpic {
	text-align:left;
	position: absolute;
	background: #096 url(../images/gardenbg.jpg) repeat-x;
	line-height:0;
	margin-top:0;
	width:100%;
}

div#headpic img {
	margin-left:250px;
}

div#gardenlinks a {
	background: #6f3;
	}
#middle {
	position: absolute;
	background: #000;
	color: #eee;
	border: 2px solid #eee;
	right: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left:225px;
	margin-right:5px;
	padding-left: 10px;
	padding-right: 0px;
	min-width:400px;
	}
#pic {
	text-align:left;
	float: right;
	padding-left: 5px;
	}
#controls {
	text-align: right;
	padding-top: 0;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	}
#controls img {
	padding-left:2px;
	padding-right:2px;
	}

#section h1 {
	margin-top:6px;
	margin-bottom:3px;
}
h1 {
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	color: #eee;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}
h2 {
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
	color: #eee;
	font-weight:bold;
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 3px;
}
p {
	font-weight: bold;
}




