html {
	background: #3B3B3B url(../images/background-gradient.jpg) repeat-x;
	font: 62.5%/1.5 Arial, Helvetica, sans-serif;
}

body {
	color: #5D7D2D;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1	{
	color: #5D7C2C;
	font-size: 1.6em;
}

h2	{
	font-size: 1.4em;
}

a	{
	color: #fff;
	text-decoration: none;
}

/************************/
/* Main Menu Properties */
/************************/

/* Menu Container */
ol#Nav {
	color: #000;
	display: inline-block;
	display: -moz-inline-block;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	width: 100%;	
	list-style-type: none;
}

/* Menu Item */
ol#Nav li {
	background: url(../images/nav-bar.jpg) repeat-x;
	float: left;
	list-style-type: none;
	margin-bottom: 5px;
	margin-right: 0px;
	position: relative;
	width: 193px;
	z-index: 90;
}
ol#Nav a,
ol#Nav span {
	display: block;
	padding: 5px 0;
	text-align: center;
	line-height: 0.8em;
}
ol#Nav a:hover, 
ol#Nav .active a 
ol#Nav span:hover,
ol#Nav .active span
{ color: #fff; line-height: 0.8em; }
/* Menu Item Selected */
ol#Nav li:hover, li.over, li.active {
	
}

/****************************/
/* End Main Menu Properties */
/****************************/

/***********************/
/* Sub Menu Properties */
/***********************/

/* Sub Menu Container */
ol#Nav ol {
	background-color: transparent;
	font-size: 0.9em;
	margin-top: 5px;
	position: absolute;
	left: -40px;
	list-style-type: none;
	visibility: hidden;
}
ol#Nav ol a,
ol#Nav ol span 
{ padding: 2px 0px;}
ol#Nav ol li
{
	background: #000 url(../images/nav-line.jpg) top center no-repeat;
	float: none;
	list-style-type: none !important;
	margin: 0;
	margin-top: -5px;
	margin-bottom: -5px;
	margin-left: -10px;
	padding: 10px;
}

/* Sub Menu Item */
ol#Nav ol li:hover, li.over {
	
}
/***************************/
/* End Sub Menu Properties */
/***************************/

/**** DO NOT TOUCH ****/
ol#Nav li:hover ol, ol#Nav li.over ol {
	visibility: visible;
}

ol#Nav ol {
	visibility: hidden;
}
/**********************/

#wrapper	{
	background: #E1D9BE;
	margin: 0 auto;
	margin-top: 45px;
	width: 772px;
}

#header	{
	background: url(../images/header.jpg) no-repeat;
	width: 772px;
	height: 113px;
}

#home-click	{
	height: 112px;
	margin-left: 90px;
	width: 160px;
}

#grow	{
	background: #E1D9BE url(../images/flower.jpg) left bottom no-repeat;
	width: 772px;
	min-height: 346px;
	height:auto !important;
	overflow: hidden;
}

#content	{
	background: #E1D9BE;
	text-align: justify;
	width: 528px;
	margin-left: 221px;
	padding-top: 10px;
}

#photo	{
	background: url(../images/home-image.jpg) no-repeat right;
	padding-right: 5px;
	margin-top: 10px;
	width: 300px;
	min-height: 371px;
}

#photo-contact	{
	background: url(../images/contact-picture.jpg) no-repeat right;
	padding-right: 5px;
	margin-right: 10px;
	margin-top: 10px;
	width: 275px;
	min-height: 213px;
}

#footer	{
	border-top: 1px solid #E1D9BE;
	clear: both;
	background: url(../images/footer-image.png) no-repeat;
	margin: 0 auto;
	width: 772px;
}

*html #footer	{
	background: url(../images/footer-image.jpg) no-repeat;
}

.maintext	{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0 10px 0 10px;
	font-style: italic;
	font-size: 1.1em;
}

.maintext a	{
	color: #5D7D2D;
}

.quote	{
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-style: italic;
	font-size: 1.2em;
}

.copytext	{
	font-size: 1em;
	color: #5D7D2D;
	padding-top: 15px;
	text-align: center;
}

.copytext a:hover 	{
	text-decoration: underline;
}

.contact	{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0 10px 0 10px;
	font-size: 1.1em;
}

.contact a	{
	color: #5D7D2D;
}

.contact a:hover	{
	text-decoration: underline;
}

blockquote	{
	background: #CFC7AE;
	border: 1px dashed #A69F88;
	float: left;
	margin: 10px 15px 0 0;
	padding: 5px;
	text-align: left;
}

*:first-child + html blockquote	{
	float: none;
}

blockquote p {
	color:#5D7C2C;
	font-style:italic;
	text-align: right;
}
