@charset "UTF-8";
body {
	
	background-image:url(images/background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 50em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 100% Arial, Helvetica, sans-serif;
	line-height:1.3em;
}

 #navigation {
    background:url(images/nav_final.jpg) no-repeat;
    width:620px;
    height:40px;
    margin:0;
    padding:0;
	position:relative;
	left:80px;
	border-bottom:4px solid green;
    }

    #navigation span {
    display: none;
    }

    #navigation li, #navigation a {
    height:40px;
    display:block;
    }

    #navigation li {
    float:left;
    list-style:none;
    display:inline;
    }

    #navigation-01 {width: 120px;}
    #navigation-02 {width: 180px;}
    #navigation-03 {width: 123px;}
    #navigation-04 {width: 190px;}

    #navigation-01 a:hover {background:url(images/nav_final.jpg) 0px -40px no-repeat; }
    #navigation-02 a:hover {background:url(images/nav_final.jpg) -120px -40px no-repeat; }
    #navigation-03 a:hover {background:url(images/nav_final.jpg) -300px -40px no-repeat; }
    #navigation-04 a:hover {background:url(images/nav_final.jpg) -423px -40px no-repeat; }
	
	.leaf{
		position:relative;
		float:left;
	}
	
	.leaf2{
		position:relative;
		float:right;
	}
	
.oneColElsCtr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.oneColElsCtr  #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	text-align:center;
}

.planter1{
	position:relative;
	float:left;
}

.planter2{
	position:relative;
	float:left;
}

.wallfrog{
	float:right;
	position:relative;
	top:-50px;
}
