body {	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}
/* layout */
#wrap {	min-width: 500px;
	max-width: 1400px;
	background: url(wrap-bg.gif) repeat-y 70% 0;
	}
#content {float: left;
	width: 70%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	}
#content p {line-height: 2.0em;
	}
#sidebar {float: right;
	width: 30%;
	}
#footer {	clear: both;
	background: #828377 url(footer-bg.gif) repeat-x top left;
	}
/* gutters */
#content .gutter {padding: 25px;
	background: url(content-bg.gif) repeat-x top left;
	}
#sidebar .gutter, #sidebar-2 .gutter {padding: 15px;
	}
/* header */
#header {	border-bottom: 3px solid #ff9966;
	background: #ffcc99 url(header-bg.gif) repeat-x top left;
	}
#header h1 {margin: 0;
	padding: 25px;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 200%;
	color: #fff;
	letter-spacing: .35em;
	background: url(bulls-eye.gif) no-repeat top left;
	}
#header h1 span {font-style: italic;
	}
/* message row */
#message {margin: 0;
	padding: 10px;
	font-size: 90%;
	color: #ffcc99;
	text-align: center;
	background: #ff6666 url(message-bg.gif) repeat-x top left;
	}
#message strong {padding: 0 0 0 28px;
	background: url(leaf.gif) no-repeat 0 50%;
	}
/* content */
#content h2 {margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #663;
	font-weight: normal;
	text-align: center;
	}
#content #intro {
	padding-left: 20px;
	background: transparent no-repeat top left;
	color: #c99aad;
	line-height: normal;
	}
.culture p, culture ul {margin: 0;
	padding: 0 12px;
	}
.culture ul li {margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(leaf2.gif) no-repeat 0 3px;
	}
dl {margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl:after {content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
dl dt {margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	}
dl dt.alt img {float: right;
	margin: 0 0 0 15px;
	padding: 0 4px 4px 0;
	background: url(photo-frame-vertical.gif) no-repeat bottom right;
	}
dl dd.alt {margin-left: 10px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}
dl dt img {float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(photo-frame-hortizontal.gif) no-repeat bottom right;
	}
dl dd {margin-left: 10px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}
#additionalPlants h3{margin: 0;
	padding: 0 0 6px 24px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #693;
	}
#additionalPlants ul {margin: 0;
	padding-bottom: 24px;
	padding-left: 36px;
	color: #666;
	}
#additionalPlants ul li {margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(li-bullet.gif) no-repeat 0 3px
	}
#additionalPlants ul li span {font-style: italic;
	}
#content a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	}
#content a:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
	}
content a:visited {
	font-weight: normal;
	}
/* sidebars */
#sidebar a {
	color: #98a892;
	font-weight: bold;
	text-decoration: none;
	}
#sidebar a:hover {
	color: #fff;
	background-color: #adc8a2;
	text-decoration: none;
	display: block;
	}
#sidebar a:visited {
	font-weight: normal;
	}
.box {	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(box-b.gif) no-repeat bottom right;
	}
.box h3 {	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #693;
	background: url(box-t.gif) no-repeat top left;
	}
.box p, .box ul {margin: 0;
	padding: 0 12px;
	}
.box ul li {margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(li-bullet.gif) no-repeat 0 3px;
	}
/* footer */
#footer p {margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333; 
	}
/*  IE fixes */
#content, #sidebar, #footer {height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 
