html, body   {
	background-color: #445D00;
	margin: 0;
	padding: 0;
    color: white;
	text-align: center;
}
div#outerWrapper {
	
	margin-left: auto;
	margin-right: auto;
	height: 750px;
	width: 900px;
	background-image: url(img/bg_garden.gif);
	background-repeat: no-repeat;
}
#innerWrapper {
	
	padding: 100px;
	/*border: 1px solid #000;*/
}
#contentWrapper {
	height: 550px;
	width: 700px;
	/*border: 1px solid #000;*/
}
#mainMenu a:link, a:visited {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
}
#mainMenu td {
	height: 25px;
}
#homeContent {
	height: 400px;
	text-align: left;
	background-image: url(img/garden3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#homeContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#homeContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#homeGarden {
	width: 410px;
	height: 400px;
	background-image: url(img/home_tgarden.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#menuWrapper {
	height: 150px;
	width: 410px;
}
