/*
Shadowed one
© Andrey Armyagov - Fotolia.com
<a href="http://us.fotolia.com/id/3110834" title="" alt="">Andrey Armyagov</a> - Fotolia.com

Other one
© Tinka - Fotolia.com
<a href="http://us.fotolia.com/id/625514" title="" alt="">Tinka</a> - Fotolia.com

*/

body {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif 
}

h2 {
	font-size:1.6em;
	margin-bottom:24px;
	color:#555;
}


a {
	color: #768d00;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content {
	border-bottom: thin dotted #999;
	height: 550px;
	margin: auto;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	width: 600px;
}

#footer {
	color: #999;
	font-size: 0.8em;
	margin: auto;
	padding-top: 10px;
	text-align: center;
	width: 600px;
}

#plant-image {
	height: 299px;
	margin: 0px 0px 0px 0px;
	width: 299px;
}

#plant-container {
	border:1px solid #aec72b;
	float:left;
	height:299px;
	width:298px;
}

#hello-container {
	background-color: #eeffdd;
	border:1px solid #768d00;
	float:right;
	height:299px;
	width:298px;
}

#hello-container p {
	font-size: 1.2em;
	font-weight:300;
	margin-bottom: 0px;
	margin-top: 24px;
	padding:12px;
	text-align:left;
}

.horiz li {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}

.menu-button-container {
	clear:both;
	height:100px;
	margin:auto;
	padding:10px;
	width:500px;
}

.menu-button {
	background-color:#eee;
	border:1px solid #ddd;
	float:left;
	margin-bottom:8px;
	margin-left:2px;
	margin-right:2px;
	padding:20px;
	width:120px;
}

.menu-button:hover {
	background-color:#eeffdd;
	border:1px solid #aec72b;
	margin-left:2px;
	margin-right:2px;
	cursor:pointer;
}

.menu-button-text {
	margin-top:8px;
}

.green {
/*	color: #768d00;*/
	color:#729d2f;
}