body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#432910;
	background-color:white;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:#78a936;
	}

h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#567819;
	}

h3 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color:#78a936;
	}

h5 {
	margin:0px 0px 15px 50px;
	padding:0px;
	color:#78a936;
	text-align: left;
	font:24px/28px lucida handwriting, verdana, arial, sans-serif;
	}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

p.left {
	text-align: left;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

p.credits {
	text-align: center;
	color: #512e1a;
	font-size: 11px;
	line-height: 12px;
}

ol {
	text-align: left;
}

dl {
	text-align: left;
}

ul {
	text-align: left;
}

a {
	color:#78a936;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#78a936;}
a:visited {color:#78a936;}
a:hover {
	color:#78a936;
	font-weight: bold;
}

a.credits {
	color:#781936;
	font-size:11px;
	line-height:12px;
	text-decoration:none;
	font-family:verdana, arial, helvetica; sans-serif;
}

a.credits:link {color:#78a936;}
a.credits:visited {color:#78a936;}
a.credits:hover {
	color:#78a936;
	font-weight:normal;
}

input[type="text"] {
	color:#78a936;
	font-size:11px;
	line-height:12px;
	text-decoration:none;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:bold;
}

input [type="submit"] {
	color:#512e1a;
	background-color:#c1df5d;
}



/* container for all physical contents except credits */
#maincontainer {
	width: 890px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 0px;
}

/* container for all header elements */
#header {
	border-bottom: thick solid #ffffff;
	background-color: #432910;
	margin: 0px;
	height: 105px;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style declaration. The incorrect IE5/Win value is above, while the correct value is below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:105px; /* the correct height */
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS includea "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:105px;}

/* flower image for left side of header */
#flower {
	position: relative;
	top: 0px;
	left: 0px;
	width: 116px;
	height: 105px;
	margin: 0px;
	padding: 0px;
}

/* logo for right side of header */
#logo {
	position: relative;
	top: -105px;
	left: 475px;
	width: 390px;
	height: 105px;
	margin: 0px;
	padding: 0px;
}

/* colored bar on left of main container - decoration only */
#allcontent {
	position: relative;
	top: 0px;
	left: 0px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	border-left: 49px solid #aad748;
}

/* menu section */
#menu {
	position:relative;
	background-color: #ffffff;
	top:10px;
	left:5px;
	width:90px;
	padding:10px;
	border-right: thin solid #432910;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:90px;
}
/* Again, "be nice to Opera 5". */
body>#Menu {width:90px;}

/* main content of home page */
#homecontent {
	margin: -350px 10px 0px 143px;
	padding:10px;
	color: #432910;
	background-color: #ffffff;
}
#homecontent>p {margin:0px;}
#homecontent>p+p {text-indent:30px;}

/* main content of page */
#content {
	margin: -100px 10px 0px 143px;
	padding:10px;
	color: #432910;
	background-color: #ffffff;
}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

/* footer section to hold email sign up and copyright info */
#footer {
	border-top: thick solid #ffffff;
	font-size: 10px;
	font-weight: lighter;
	text-align: center;
	padding: 5px;
	color: #bdd962;
	background-color: #432910;
	margin: 0px;
}


