html,body {
  background-color:#41AA34;
  
}

* {
	font-family: Verdana, "Helvetica neue", Helvetica, Arial, sans-serif;
}



.greenCell {
	background-image:url('images/InsideSwoosh.jpg');
	background-repeat:no-repeat;
}

.greenContents {
	width:700px;
	background-color:#D8FFD3;
	color:#000000;
	padding-top:0px;
	margin-top:0px;
}

.greenLeaf {
	float:right;
	margin-left:5px;
	margin-right:5px;
}

.greenLeaves {
	
}

.greenList {
	margin-right:200px;list-style-image:url('images/greenLeafSmall.gif');
}

.greenLogo {
	background-color:#D8FFD3;
}

.greenWave {
	position: relative;
	float:right;
	top: -155px;
	margin-bottom:-215px;
} 

