/* CSS Document */
body {
	background-color: #d3cdb3;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #605c4c;
	text-align: center;
	min-width:800px;
	width: 100%;
}

#container {
	text-align: center;
}

#main {
	background-color: #d3cdb3;
	clear: both;
	float: none;
	text-align: center;
	width: 800px;
	margin: auto;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 266px;
	width: 800px;
	text-align: center;
	float: left;
	clear: both;
	background-color: #e7e0c3;
}

#content {
	background-color: #e7e0c3;
	float: left;
	width: 800px;
	height: auto;
	clear: both;
	text-align: left;
}

#navigation {
	font-weight: bold;
	margin-top: 234px;
	width: 310px;
	margin-left: 470px;
	text-align: center;
}

#grow {
	float: left;
	height: 420px;
	width: 360px;
	margin-left: 14px;
	margin-top: 10px;
	clear: both;
}

#gallery {
	float: left;
	height: 240px;
	width: 260px;
	margin-top: 10px;
	margin-left: 86px;
	clear: right;
}

#footer {
	width: 600px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 10pt;
	clear: both;
	margin-bottom: 30px;
}

#mailForm {
	float: left;
	margin-top: 10px;
	margin-left: 6px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#ourLocation {
	float: left;
	width: 240px;
	margin-top: 75px;
	margin-left: 16px;
}

#innerDivs {
	padding-right: 6px;
	padding-left: 6px;
}

.borders {
	border: 1px solid #666633;
}

fieldset
{
	border: 1px solid #666633;
	width: auto;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

legend
{
	color: #fff;
	border: 1px solid #666633;
	padding: 2px 6px;
	background-color: #003300;
} 

a:link {
	color: #003300;
	font-weight: bold;
}

a:active {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333300;
	text-decoration: underline;
	font-weight: bold;
}
