@charset "utf-8";
/* CSS Document */

html {
	
}

body {
	background-image: url(sitebackground.jpg);
	background-position: top center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: left;
	background-color: #ffffff;
}

#homewrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
}

#header {
	position: relative;
	height: 200px;
}

#homeheader {
	position: relative;
	background-image: url(herbs.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: #98012E;
	font-size: 230%;
	margin-bottom: 20px;
}

#homeheader img {
	margin-top: 40px;
	margin-bottom: 20px;
}

span.home {
	color: #6D8D23;
	padding: 0px 6px 0px 6px;
}

#logo {
	position: absolute;
	bottom: 0px;
	right: 30px;
}

#navigation {
	position: absolute;
	top: 10px;
	right: 30px;
	color: #669933;
	font-size: 130%;
}

#mainpage {
	padding: 0px 30px 30px 30px;
}

#homebuttons td {
	background-image: url(buttons.png);
	background-repeat: no-repeat;
	width: 211px;
	height: 195px;
}

#homebuttons a:link, #homebuttons a:visited, #homebuttons a:hover {
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	width: 161px;
	height: 81px;
	margin-left: 20px;
}

#about a:link, #about a:visited {
	background-image: url(about_off.gif);
}

#about a:hover {
	background-image: url(about_on.gif);
}

#menu a:link, #menu a:visited {
	background-image: url(menu_off.gif);
}

#menu a:hover {
	background-image: url(menu_on.gif);
}

#directions a:link, #directions a:visited {
	background-image: url(directions_off.gif);
}

#directions a:hover {
	background-image: url(directions_on.gif);
}

#news a:link, #news a:visited {
	background-image: url(news_off.gif);
}

#news a:hover {
	background-image: url(news_on.gif);
}
#strapper {
	text-align: center;
	font-size: 180%;
	margin: 20px 0px 20px 0px;
}



h1 {
	color: #669933;
	font-size: 170%;
	font-weight: normal;
}

a:link, a:visited {
	color: #98012E;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}

a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
	color: #ffffff;
	background-color: #990033;
	font-size: 180%;
	padding: 2px;
}

#homefooter {
	text-align: center;
	color: #ffffff;
	background-color: #990033;
	font-size: 180%;
	padding: 2px;
	margin-left: 100px;
	margin-right: 100px;
}

.redtext {
	color: #990033;
}
