html {
	min-height: 100%;
	height: auto;
}

body {
	background-color: #F6F3EA;
	margin: 0px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	background-image: url(../images/title2.gif);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center 13px;
	margin-top: 12px;
	padding-top: 190px;
	padding-bottom: 10px;
	text-align: center;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 0.85em;
}

#navigation {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

#navigation a {
	color: #5D0100;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#navigation a:hover {
	color: #000000;
	background-image: url(../images/nav-rollover-bg.gif);
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
	border: solid 1px #e6d1b2;
}

#navigation #strawberry {
	display: inline;
	padding-bottom: 5px;
}

#contentholder {
	width: 100%;
	min-height: 500px;
	overflow: hidden;
}

#contentholder #content {
	width: 760px;
	margin-left: 50%;
	left: -380px;
	position: relative;
	padding-bottom: 25px;
}

#contentholder p {
	font-size: 0.7em;
	line-height: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contentholder h1 {
	font-size: 1.8em;
	line-height: 1.8em;
	font-weight: normal;
	color: #900;
	letter-spacing: -2px;
	margin: 20px 0px 5px 0px;
}

#contentholder h2 {
	font-size: 0.75em;
	line-height: 1.8em;
	font-weight: bold;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1.8em 0px -0.75em 0px;
}

#contentholder ol {
	margin: 0px;
	padding: 0px;
}

#contentholder li {
	font-size: 0.7em;
	list-style-position: outside;
	list-style-type: circle;
	line-height: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contentholder a {
	color: #5d0100;
	text-decoration: none;
}

#contentholder a:hover {
	color: #660033;
	text-decoration: underline;
	background-image: url(../images/nav-rollover-bg.gif);
}

#contentholder #thumb {
	padding: 8px;
	background-image: url(../images/image-bg.gif);
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 15px;
}

#contentholder #thumb a:hover {
	background-image: url(../images/nav-rollover-bg.gif);
}

#footer {
	height: 49px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 105px;
	font-size: 0.6em;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#footer a {
	color: #990000;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

.fountainimages {
	margin-bottom: 10px;
	margin-left: 15px;
	background-image: url(../images/image-bg.gif);
	padding: 15px;
	margin-top: 5px;
}

.fadedtext {
	color: #B0AA95;
}

.redlineout {
	color: #990033;
	text-decoration: line-through;
}

.tabletext {
	font-size: 0.7em;
	line-height: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textfield {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
	margin: 3px;
	border: solid 1px 5D0100;
	width: 400px;
}

.multitextfield {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
	margin: 3px;
	border: solid 1px 5D0100;
	width: 600px;
	height: 100px;
	max-height: 250px;
	max-width: 600px;
}

.submitbuttom {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
	margin: 3px;
	border: solid 1px 5D0100;
	width: 65px;
}

