body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	background-color: #cae3ab;
	}

#wrapper {
	width: 998px;
	margin: 0 auto; /* centering the page */
	text-align: center;
	background-color:#FFF;
	}

#container {
	background-color:#FFF;
}

#header {
	height: 172px;
	background: #FFF;
	background-image:url(images/Dandelion-Gardens-Header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}

#left {
	float: left;
	width: 240px;
	height:auto;
	background-color:#79A640;
	}
	
#address {
	height: 200px;
	width: 240px;
	padding-top: 10px;
	background-color:#79A640;
	text-align:center;
	color:#FFF;
	}

#events {
	width: 215px;
	height:680px;
	padding: 10px 10px 0px 10px;
	background-color:#FFF;
	}

#background {
	background-color:#FFF;
	height: 1072px;
	background-image:url(images/pot_homepage.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	}

#background2 {
	background-color:#FFF;
	height: 1072px;
	background-repeat:no-repeat;
	background-position:bottom right;
	}
	
#containerbackground {
	background-color:#FFF;
	overflow: auto;
	}

.index-containter-background {
	height: 1072px;
}
	
#content {
	width: 752px;
	overflow:hidden;
	float:right;
	}
	
#nav {
	width: 712px;
	height: 30px;
	margin-left: 20px;
	margin-top:12px;
	float:left;
	}

#main {
	width: 712px;
	height: auto;
	margin-left: 30px;
	float:left;
	}
	
#main_content {
	width: 712px;
	height: auto;
	margin-left: 30px;
	float:left;
	}
	
.services-plans {
	background-image: url(images/servives-plans-bgimg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.email {
	font-size:10px;
	text-decoration:none;
	}

a.email:link {color:#FFF}      /* unvisited link */

a.email:hover {color:#F4E75B}  /* mouse over link */

#footer {
	clear:both;
	background-color: #cae3ab;
	padding-top: 10px;
	}
		
.bottomnav {
	font-size:12px;
	color:#000;
	text-decoration:none;
	}

a.bottomnav:link {color:#000}      /* unvisited link */

a.bottomnav:hover {color:##79A640}  /* mouse over link */

.landscaping-navigation-button {
	padding-right: 40px;
	border: 0;
}

.left-column {
	float: left;
	display: inline;
	width: 341px;
	margin-right: 20px;
}

.right-column {
	float: left;
	display: inline;
	width: 350px;
}

.clear {
	clear: both;
}

h1 {
	color:#0e6a39;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	}
	
h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
