body {
	background-color:#b1cca4;
	margin:0px;
	}
	
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	}
	
#container {
	background-image:url(../images/background.jpg);
	background-color:#b1cca4;
	background-position:center;
	width: 911px;
	height: 584px;
	/*margin-top: 10px;
	margin-left: 50px;*/
	margin:10px auto auto auto;
	}
	
#left {
	width:392px;
	height:575px;
	margin:0px;
	float:left;
	}
	
#right {
	width:505px;
	height:567px;
	float:right;
	padding:8px 8px 8px 0px;
	}
	
#logo {
	width:305px;
	height:198px;
	margin-left:20px;
	margin-top:10px;
	}
	
/* Page Content */
#home {
	width:494px;
	height:400px;
	margin-top:66px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
	}
	
#homePic {
	width:350px;
	height:310px;
	margin-left:20px;
	margin-top:35px;
	}
	
#ourProcess {
	width:484px;
	height:400px;
	margin-top:50px;
	margin-left:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
	}
	
#gardenTour {
	width:484px;
	height:400px;
	margin-top:50px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
	}
	
#contactUs {
	width:484px;
	height:400px;
	margin-top:57px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
	}

/* Navigation */

ul#nav {
	list-style: none;
	height: 21px;
	width: 428px;
	text-align: left;
	padding: 0px;
	margin: 20px 0px 0px 38px;
	display: block;
	position: relative;
  }
#nav a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	height: 21px;
	}
li#nm1 {
	position: absolute;
	background: url(../images/navButton.gif) no-repeat 0px 0;
	height: 21px;
	width: 64px;
	top: 0px;
	left: 0px;
	}
	
li#nm1-on {
	position: absolute;
	background: url(../images/navButton.gif) no-repeat 0px -21px;
	height: 21px;
	width: 64px;
	top: 0px;
	left: 0px;
	}

li#nm2 {
	position: absolute;
	background: url(../images/navButton.gif) no-repeat -65px 0;
	height: 21px;
	width: 134px;
	top: 0px;
	left: 65px;
	}
	
li#nm2-on {
	position: absolute;
	background: url(../images/navButton.gif) no-repeat -65px -21px;
	height: 21px;
	width: 134px;
	top: 0px;
	left: 65px;
	}

li#nm3 {
	position: absolute;
	background: url(../images/navButton.gif) no-repeat -199px 0;
	height: 21px;
	width: 127px;
	top: 0px;
	left: 199px;
	}
	
li#nm3-on {
	position: absolute;
	background: url(../images/navButton.gif) no-repeat -199px -21px;
	height: 21px;
	width: 127px;
	top: 0px;
	left: 199px;
	}

li#nm4 {
	position: absolute;
	background: url(../images/navButton.gif) no-repeat -326px 0;
	height: 21px;
	width: 100px;
	top: 0px;
	left: 326px;
	}
	
li#nm4-on {
	position: absolute;
	background: url(../images/navButton.gif) no-repeat -326px -21px;
	height: 21px;
	width: 100px;
	top: 0px;
	left: 326px;
	}
	
li#nm1 a:hover{background: url(../images/navButton.gif) no-repeat -0px -21px; height:21px;}
li#nm2 a:hover{background: url(../images/navButton.gif) no-repeat -65px -21px; height:21px;}
li#nm3 a:hover{background: url(../images/navButton.gif) no-repeat -199px -21px; height:21px;}
li#nm4 a:hover{background: url(../images/navButton.gif) no-repeat -326px -21px; height:21px;}
